summaryrefslogtreecommitdiff
path: root/journal.css
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-05-29 14:33:47 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-05-29 14:33:47 +0200
commitd85c97433b4034bb01f553addcf6e08325b6657e (patch)
tree88c0f45a8095a8a1e87c3b42e9deb0244ca1fec1 /journal.css
parentcd86bea65ef609c49748e6de2c4477a74b9a4c87 (diff)
Add a stylesheet based on the Benkard.de one.
darcs-hash:5dbcb12b35f5bba18ca06a9f0ff6b35cbc5f0084
Diffstat (limited to 'journal.css')
-rw-r--r--journal.css57
1 files changed, 57 insertions, 0 deletions
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;
+}