From 7ebd7fdcb5f96a3a7fe536402bc9fc042ce82bc9 Mon Sep 17 00:00:00 2001 From: telmich Date: Wed, 12 Nov 2008 12:15:09 +0100 Subject: [PATCH] add new style Signed-off-by: telmich --- local.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 local.css diff --git a/local.css b/local.css new file mode 100644 index 00000000..dfe99d3a --- /dev/null +++ b/local.css @@ -0,0 +1,14 @@ +/* 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;} +