]> sipb.mit.edu Git - ikiwiki.git/blob - doc/css.mdwn
Adding tip: Hosting Ikiwiki and git repository on different machines
[ikiwiki.git] / doc / css.mdwn
1 [[!meta title="CSS"]]
2
3 ## Using CSS with ikiwiki
4
5 Ikiwiki comes with two CSS stylesheets: [[style.css]] and [[local.css]].
6 The idea is to customize the second one, overriding the first one and
7 defining brand new rendering rules.
8
9 While ikiwiki's default use of stylesheets is intentionally quite plain and
10 minimalistic, CSS allows creating any kind of look you can dream up.
11
12 The [[theme_plugin|plugins/theme]] provides some prepackaged [[themes]] in an
13 easy to use way.
14
15 The [[css_market]] page is an attempt to collect user contributed local.css
16 files.
17
18 ## Per-page CSS
19
20 The [[plugins/meta]] plugin can be used to add additional style sheets to a
21 page.
22
23 The [[plugins/localstyle]] plugin can be used to override the toplevel
24 [[local.css]] for a whole section of the wiki.