aboutsummaryrefslogtreecommitdiff
path: root/doc/css_market
diff options
context:
space:
mode:
authorjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-02 09:34:24 +0000
committerjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-02 09:34:24 +0000
commit1d1db347e3b76e428842772b3e418d6f466166a9 (patch)
tree1a13fc47b45a54d1fcb2a5c90dc7ddcc923ce2e2 /doc/css_market
parent443d966ff1ea08ae2c7c99f87116f902186dd301 (diff)
downloadikiwiki-1d1db347e3b76e428842772b3e418d6f466166a9.tar
ikiwiki-1d1db347e3b76e428842772b3e418d6f466166a9.tar.gz
Add Embedded Moose stylesheet to CSS market.
Diffstat (limited to 'doc/css_market')
-rw-r--r--doc/css_market/embeddedmoose.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/css_market/embeddedmoose.css b/doc/css_market/embeddedmoose.css
new file mode 100644
index 000000000..246142314
--- /dev/null
+++ b/doc/css_market/embeddedmoose.css
@@ -0,0 +1,12 @@
+// 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;}
+
+#footer { border-top: none; font-family: sans-serif;}