summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2008-11-28 11:26:41 -0700
committerBdale Garbee <bdale@gag.com>2008-11-28 11:26:41 -0700
commitb67c4dc4a28e289cef43858aed6e93f70f2300e7 (patch)
tree267974c806a0c2431bfce2b6673be7fcc9d98b75 /local.css
initial commit
Diffstat (limited to 'local.css')
-rw-r--r--local.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..dfe99d3
--- /dev/null
+++ b/local.css
@@ -0,0 +1,14 @@
+/* Embedded Moose local.css for use with ikiwiki
+ * Written by Josh Triplett <josh@freedesktop.org>
+ * Some ideas from the Debian lighttpd index.html page. */
+
+body { background: #e7e7e7; }
+
+#content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;}
+
+.header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;}
+.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;}
+
+.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;}
+#footer { border: none; font-family: sans-serif;}
+