summaryrefslogtreecommitdiff
path: root/additions
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-20 14:40:53 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-20 14:40:53 +0200
commitb079e440497eed568f6b1a0ce9c4bcac619c8807 (patch)
treeeb354403f6f8dcde882844272b8ac6e92236b3be /additions
parentcontacts page, and "personal" tag (diff)
downloadthenautilus-b079e440497eed568f6b1a0ce9c4bcac619c8807.tar.gz
thenautilus-b079e440497eed568f6b1a0ce9c4bcac619c8807.tar.bz2
thenautilus-b079e440497eed568f6b1a0ce9c4bcac619c8807.zip
first stab at a stylesheet
Diffstat (limited to 'additions')
-rw-r--r--additions/layout.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/additions/layout.css b/additions/layout.css
index e69de29..b25faf7 100644
--- a/additions/layout.css
+++ b/additions/layout.css
@@ -0,0 +1,22 @@
+body { font: normal 100% Times, Times New Roman, serif; }
+
+h1 { font-family: Georgia, serif; font-size: 2em; margin: 0.5em; }
+#title { max-width: 60em; margin: 0.2em auto;}
+
+div { border: thin solid green; margin: 0.3em }
+
+span.title { font-size: 0.3em; display: block; float: right}
+
+#tags { position: relative; text-align: center; max-width: 40em; float: left; }
+#tags ul, #tags li { display: inline; margin: 0.3em; padding: 0; border: none; list-style: none }
+#tags li:before { content: '-' }
+#tags li:after { content: '-' }
+
+#nav-links { position: relative; max-width: 15em; float: right; margin: 0 0 0.5em 0.5em; }
+#nav-links dt, #nav-links dd { display: inline }
+
+#content { clear: left; max-width: 60em; margin: 2em auto 0 auto; }
+
+#dates { position: relative; max-width: 60em; margin: 0 auto; }
+
+#nav-tags { position: absolute; max-width: 15em; right: 0; top :0; }