X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/1f2f64e834c4b61dd72115ee443f93b0039f3750..e35d728a3297c9caa9da696d35a8f3d51811f783:/doc/css.mdwn diff --git a/doc/css.mdwn b/doc/css.mdwn index 8c804db00..35db57b0c 100644 --- a/doc/css.mdwn +++ b/doc/css.mdwn @@ -1,11 +1,24 @@ +[[!meta title="CSS"]] + ## 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 minimalistic, CSS allows creating any kind of look you can dream up. +The [[theme_plugin|plugins/theme]] provides some prepackaged themes in an +easy to use way. + 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.