From: W. Trevor King Date: Fri, 27 Aug 2010 02:43:21 +0000 (-0400) Subject: Added http://ikiwiki.info/css_market/embeddedmoose.css as local.css. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03bc7228f1ec4f7ecebb9f083196d0581880cade;p=mw2txt.git Added ikiwiki.info/css_market/embeddedmoose.css as local.css. --- diff --git a/local.css b/local.css new file mode 100644 index 0000000..3d19fca --- /dev/null +++ b/local.css @@ -0,0 +1,13 @@ +/* Embedded Moose local.css for use with ikiwiki + * Written by Josh Triplett + * 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;}