Add Embedded Moose stylesheet to CSS market.
authorjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 2 May 2007 09:34:24 +0000 (09:34 +0000)
committerjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 2 May 2007 09:34:24 +0000 (09:34 +0000)
doc/css_market.mdwn
doc/css_market/embeddedmoose.css [new file with mode: 0644]

index d780076f6613f64e9f242e551cd0d1f75e75d3cb..620c0cf376a1c8cee22c7532c39da5880ede2afc 100644 (file)
@@ -15,6 +15,10 @@ files..)
   You can see it in action on [kirkambar](http://kirkambar.net/) (Turkish content).
   [[meta stylesheet="kirkambar"]]
 
+* **[[css_market/embeddedmoose.css]]**, contributed by [[JoshTriplett]].
+  Designed for [Embedded Moose](http://embeddedmoose.com).  Some ideas from the
+  Debian lighttpd index.html page.
+
 If your web browser allows selecting between multiple stylesheets, this
 page can be viewed using any of the stylesheets above. For example, if
 using Epiphany with the Select Stylesheet extension enabled, use View ->
diff --git a/doc/css_market/embeddedmoose.css b/doc/css_market/embeddedmoose.css
new file mode 100644 (file)
index 0000000..2461423
--- /dev/null
@@ -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;}