From c5f286a8a413053ae787e412ed4ad0ed626f9377 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 1 Sep 2010 16:38:34 +0200 Subject: Initial styling. --- favicon.ico | Bin 0 -> 1342 bytes local.css | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ pictoman_big.gif | Bin 0 -> 6001 bytes 3 files changed, 84 insertions(+) create mode 100644 favicon.ico create mode 100644 local.css create mode 100644 pictoman_big.gif diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..1d2020d Binary files /dev/null and b/favicon.ico differ diff --git a/local.css b/local.css new file mode 100644 index 0000000..44488a9 --- /dev/null +++ b/local.css @@ -0,0 +1,84 @@ +/* ikiwiki local style sheet */ + +BODY { + background-color: #84854c; +} +A { + font-weight: normal; +} +A:hover, +A:visited { + color: #660000; +} +A:link { + color: #9c0000; +} +DIV#container { +} +DIV#branding { + margin-left: 5%; + font-size: x-large; +} +DIV#branding-logo, +DIV#branding-tagline, +DIV.pagecopyright P, +DIV.pagelicense P { + display: inline; +} +DIV#branding-logo a { + color: white; + font-weight: bold; +} +DIV#topbar, +DIV.pagerights, +DIV.pagedate { + margin: 0 5%; + margin-top: 0; + padding: 0 .3em; + background: #9c9c63; + text-align: right; + font-size: small; +} +DIV#topbar P, +DIV.pagerights P, +DIV.pagedate P { + line-height: 1.2em; +} +DIV#wrapper { + float: left; + width: 100%; +} +DIV#content { + margin: 0 10% 0 15%; + background-image: url(pictoman_big.gif); + background-attachment: fixed; + background-repeat: no-repeat; + background-position: 80%; +} +DIV#sidebar { + float: left; + background-color: inherit; + width: 15%; + margin-left: -100%; + text-align: right; +} +DIV#farbar { + float: left; + width: 10%; + margin-left: -10%; +} +DIV#pageinfo { + border-top: 0 none; +} +DIV#backlinks { + display: none; +} +DIV.pagecopyright, +DIV.pagelicense, +DIV.pagedate { + margin-top: 0; +} +DIV.pagecopyright P, +DIV.pagelicense P { + display: inline; +} diff --git a/pictoman_big.gif b/pictoman_big.gif new file mode 100644 index 0000000..968f40d Binary files /dev/null and b/pictoman_big.gif differ -- cgit v1.2.3