From d85c97433b4034bb01f553addcf6e08325b6657e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 29 May 2007 14:33:47 +0200 Subject: Add a stylesheet based on the Benkard.de one. darcs-hash:5dbcb12b35f5bba18ca06a9f0ff6b35cbc5f0084 --- journal.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 journal.css (limited to 'journal.css') diff --git a/journal.css b/journal.css new file mode 100644 index 0000000..8bd58e1 --- /dev/null +++ b/journal.css @@ -0,0 +1,57 @@ +#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; + 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; + 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; +} -- cgit v1.2.3