X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fcss.mdwn;h=5b6b9e1aface309a0ebdd34a4c798f6cc10e9b00;hb=ff0cb2a7bf0756bb232cd73fc8bb6616737448c1;hp=5f768a70bbed0daea74cacde9b563cbaf2545221;hpb=b1dbcd1197cffd895bd82bc4b13b1b7f69e41efe;p=ikiwiki.git diff --git a/doc/css.mdwn b/doc/css.mdwn index 5f768a70b..5b6b9e1af 100644 --- a/doc/css.mdwn +++ b/doc/css.mdwn @@ -1,8 +1,13 @@ -# Using CSS with ikiwiki +[[!meta title="CSS"]] -Ikiwiki comes with two CSS stylesheets: style.css, local.css. The idea is -to customize the second one overriding the first one and defining brand new -rendering rules. +## Using CSS with ikiwiki + +Ikiwiki comes with two CSS stylesheets: [[style.css]] and [[local.css]]. +The idea is to customize the second one overriding the first one and +defining brand new rendering rules. + +While ikiwiki's default use of stylesheets is intentionally quite plain and +minimalistic, CSS allows creating any kind of look you can dream up. The [[css_market]] page is an attempt to collect user contributed local.css files.