1; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2; for limitations of the ini format used here
3
4; Define the stylesheets your template uses here. The second value
5; defines for which output media the style should be loaded. Currently
6; print, screen and rtl are supported. rtl styles are loaded additionally
7; to screen styles if a right-to-left language is selected (eg. hebrew)
8[stylesheets]
9h6e.css        = screen
10
11media.css      = screen
12
13_admin.css     = screen
14_linkwiz.css   = screen
15
16;rtl.css        = rtl
17;print.css      = print
18
19; This section is used to configure some placeholder values used in
20; the stylesheets. Changing this file is the simplest method to
21; give your wiki a new look.
22[replacements]
23
24;--------------------------------------------------------------------------
25;------ guaranteed dokuwiki color placeholders that every plugin can use
26; main text and background colors
27__text__           = "#000"
28__background__     = "#fff"
29; alternative text and background colors
30__text_alt__       = "#638c9c"
31__background_alt__ = "#dee7ec"
32; neutral text and background colors
33__text_neu__       = "#666"
34__background_neu__ = "#f5f5f5"
35; border color
36__border__         = "#8cacbb"
37;--------------------------------------------------------------------------
38
39; other text and background colors
40__text_other__       = "#ccc"
41__background_other__ = "#f7f9fa"
42
43; these are used for links
44__extern__    = "#436976"
45__existing__  = "#090"
46__missing__   = "#f30"
47
48; highlighting search snippets
49__highlight__ = "#ff9"
50