summaryrefslogtreecommitdiff
path: root/journal.css
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-10-07 18:44:13 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-10-07 18:44:13 +0200
commitb5c357c081a4901c892ab0e61e33ab94ade98086 (patch)
treefcc2b13bf09d5b7cb0c4be6489645aa8cdae9355 /journal.css
parente6b65cb7b6c16d1fb9ecb86260dddb1fc0c4b115 (diff)
Make use of Akismet for spam detection.
darcs-hash:8828531ab148ca71cca0a0dbef7733717834cbb4
Diffstat (limited to 'journal.css')
-rw-r--r--journal.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/journal.css b/journal.css
index 7d2c5c0..aca6f5a 100644
--- a/journal.css
+++ b/journal.css
@@ -100,3 +100,20 @@ img.JOURNAL-ENTRY-PORTRAIT {
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;
+}