New patches: [unrevert anonymous**20081211200416] { hunk ./journal.css 1 -/* CSS version 3.0 */ -/* Copyright 2007, Matthias Andreas Benkard. */ - -/*----------------------------------------------------------------------- - * This file is part of The Mulkblog Project. - * - * The Mulkblog Project is free software. You can redistribute it and/or - * modify it under the terms of the Affero General Public License as - * published by Affero, Inc.; either version 1 of the License, or - * (at your option) any later version. - * - * The Mulkblog Project is distributed in the hope that it will be - * useful, but WITHOUT ANY WARRANTY; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * Affero General Public License for more details. - * - * You should have received a copy of the Affero General Public - * License in the COPYING file that comes with The Mulkblog Project; if - * not, write to Affero, Inc., 510 Third Street, Suite 225, San - * Francisco, CA 94107 USA. - *----------------------------------------------------------------------- - */ - - -#MAIN-TITLE { - font-stretch: wider; - font-variant: small-caps; - text-align: center; -} - -#MAIN-TITLE a { - text-decoration: none; -} - -#MAIN-SUBTITLE { - text-align: center; -} - -#MAIN-TITLE-BOX { -} - -.JOURNAL-ENTRY-HEADER { - font-size: x-small; - color: #444; - background-color: inherit; - font-weight: lighter; - text-align: left; -} - -div.JOURNAL-ENTRY > h2 { - border-bottom: 2px solid #000; - /* font-variant: small-caps; */ -} - -.JOURNAL-ENTRY > h2 > a { - text-decoration: none; -} - -div.JOURNAL-ENTRY { - border: 3px outset #666; - color: #000; - background-color: #f8f8e0; - margin: 1em 0 0 0; - padding: 0 0.3em 0 0.3em; - text-align: justify; -} - -div.JOURNAL-ENTRY-BODY p { - text-indent: 1em; -} - -img.JOURNAL-ENTRY-PORTRAIT { - margin-right: 6px; - margin-bottom: 6px; - float: left; -} - -.JOURNAL-ENTRY-FOOTER { - font-size: small; - padding-top: 0.5em; - text-align: right; - clear: both; -} - -.JOURNAL-COMMENTS h2 { - width: 80%; -} - -.JOURNAL-COMMENT { - margin-top: 1em; - border: 1px solid #aaa; - padding: 0.5em 0.5em 0.5em 0.5em; -} - -.JOURNAL-COMMENT-HEADER { - margin-bottom: 1em; -} - -.JOURNAL-COMMENT-BODY { - text-align: justify; - text-indent: 1em; -} - -#WARNINGS { - align: center; - width: 100%; -} - -.JOURNAL-WARNING { - position: relative; - left: 15%; - width: 70%; - border: 3px outset #666; - color: #000; - background-color: #ffd0c0; - margin: 1em 0 0 0; - padding: 0 0.3em 0 0.3em; - text-align: justify; -} rmfile ./journal.css } Context: [Atom feed: Include body data for recent changes. matthias@benkard.de**20081210202201] [Atom feed: Omit body data for old journal entries. matthias@benkard.de**20081210201459] [Update build scripts. matthias@benkard.de**20081210200817] [FORMAT-DATE: Fix time zone handling. matthias@benkard.de**20081210200433] [QUOTE-PRINTABLE: Add a remark about the relationship between the Quoted-Printable and Q encodings. matthias@benkard.de**20071012132558] [Support comment submission notification via e-mail. matthias@benkard.de**20071012130808] [Hide spam comments. matthias@benkard.de**20071007170300] [Make use of Akismet for spam detection. matthias@benkard.de**20071007164413] [Support posting and editing journal entries. matthias@benkard.de**20071005132400] [Cache JOURNAL-MARKUP->HTML results. matthias@benkard.de**20071002084338] [Add a debugging page. matthias@benkard.de**20071002083535] [Fix feed generation. matthias@benkard.de**20071002083428] [Make journal.cgi usable on NearlyFreeSpeech.NET. matthias@benkard.de**20070929225221] [Fix comment viewing. matthias@benkard.de**20070929224533] [A few minor bug fixes. matthias@benkard.de**20070929224005] [Store data using CLSQL rather than custom files. matthias@benkard.de**20070929155858] [Add some missing CGI environment variables. matthias@benkard.de**20070927184543] [Indicate the site language both in the HTTP headers and HTML code. matthias@benkard.de**20070920121016] [Improve the stylesheet a bit. matthias@benkard.de**20070920113739] [Make all style tags conform to the CSS specification again. matthias@benkard.de**20070920113223] [Add a rel="nofollow" attribute to hyperlinks in comments. matthias@benkard.de**20070920113134] [Fix a typo in FIXUP-MARKDOWN-OUTPUT. matthias@benkard.de**20070805130619] [Reimplement FIXUP-MARKDOWN-OUTPUT using PPCRE:REGEX-REPLACE-ALL. matthias@benkard.de**20070805005830] [Refrain from generating Last-Modified HTTP headers for now. matthias@benkard.de**20070630210941] [Move all macro definitions into a separate file. matthias@benkard.de**20070630210134] [Make the code run on NearlyFreeSpeech.NET again. matthias@benkard.de**20070630202746] [Make CALL-WITH-RESULT-CACHE not break in the absence of a cache directory. matthias@benkard.de**20070630194051] [Cache FORMAT-DATE results for faster page generation. matthias@benkard.de**20070630194027] [Split journal.lisp into multiple files. matthias@benkard.de**20070630193202] [Add Last-Modified header to HTTP responses. matthias@benkard.de**20070628153912] [Add OpenID support. matthias@benkard.de**20070628153858] [Stylistic changes. matthias@benkard.de**20070628153851] [Fix some bugs related to URI generation. matthias@benkard.de**20070601165548] [Use URI subpaths instead of query strings. matthias@benkard.de**20070601163317] [Even stricter Atom 1.0 conformance. matthias@benkard.de**20070531135836] [Minor cleanups. matthias@benkard.de**20070531100113] [Apply the Affero GPL. matthias@benkard.de**20070531092835] [Abstract anchor creation away. matthias@benkard.de**20070531083346] [Strict Atom 1.0, XHTML 1.0 and CSS 3.0 conformance. matthias@benkard.de**20070531080720] [Bugfix. matthias@benkard.de**20070530213137] [Add a shell script that generates a CLISP core file for use on NFS.net. matthias@benkard.de**20070530193137] [Generate UUIDs for every post and comment. matthias@benkard.de**20070530180412] [Cosmetics: plural handling. matthias@benkard.de**20070530175349] [Add support for generating Atom feeds. matthias@benkard.de**20070530171711] [Subtitle cosmetics. matthias@benkard.de**20070529204259] [Rotate subtitles randomly. matthias@benkard.de**20070529164446] [A minor cleanup. matthias@benkard.de**20070529163026] [Allow posting comments. matthias@benkard.de**20070529162539] [Fix some bugs in code dealing with comments. matthias@benkard.de**20070529143215] [Comments. matthias@benkard.de**20070529142949] [Add a stylesheet based on the Benkard.de one. matthias@benkard.de**20070529123347] [Implement the :VIEW action. matthias@benkard.de**20070529102825] [Pretty-print dates. matthias@benkard.de**20070529094915] [Add a LAST-MODIFICATION field to class JOURNAL-ENTRY. matthias@benkard.de**20070529094822] [Add a date field to the JOURNAL-ENTRY class. matthias@benkard.de**20070529000126] [A workaround for weird cl-markdown behaviour. matthias@benkard.de**20070528234830] [Add the capability to actually display journal entries. matthias@benkard.de**20070528231308] [Beginnings of a CGI web journal. matthias@benkard.de**20070528145254] Patch bundle hash: 6b5d993f92fa553e5f4af8a62798544da0d0611d