X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/6be4c2419eefe327bb84c419ae4f28a4cae37cd0..7c64bcf6adbeb7b59cc5c45a0ccd0cf8b58d7783:/doc/css.mdwn?ds=sidebyside diff --git a/doc/css.mdwn b/doc/css.mdwn index 4bc5f5d7a..bb3c15f51 100644 --- a/doc/css.mdwn +++ b/doc/css.mdwn @@ -1,5 +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 -The [[css_market]] page is an attempt to collect user contribute local.css files. \ No newline at end of file +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.