X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fcss.mdwn;h=29a3355965d5cc9762e5752dcbb104351f5578ba;hb=3200be56e5fc6c89115277f9f842a3f417f8d7db;hp=5b6b9e1aface309a0ebdd34a4c798f6cc10e9b00;hpb=47d179802d5f78365fa7077ae64de35f2892a1e4;p=ikiwiki.git diff --git a/doc/css.mdwn b/doc/css.mdwn index 5b6b9e1af..29a335596 100644 --- a/doc/css.mdwn +++ b/doc/css.mdwn @@ -3,7 +3,7 @@ ## 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 +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 @@ -11,3 +11,11 @@ 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. + +## Per-page CSS + +The [[plugins/meta]] plugin can be used to add additional style sheets to a +page. + +The [[plugins/localstyle]] plugin can be used to override the toplevel +[[local.css]] for a whole section of the wiki.