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]
9style.css     = screen
10
11media.css         = screen
12
13_mediaoptions.css = screen
14_admin.css        = screen
15_linkwiz.css      = screen
16_subscription.css = screen
17
18;rtl.css        = rtl
19print.css      = print
20
21; This section is used to configure some placeholder values used in
22; the stylesheets. Changing this file is the simplest method to
23; give your wiki a new look.
24[replacements]
25
26;--------------------------------------------------------------------------
27;------ guaranteed dokuwiki color placeholders that every plugin can use
28; main text and background colors
29__text__           = "#000"
30__background__     = "#fff"
31; alternative text and background colors
32__text_alt__       = "#638c9c"
33__background_alt__ = "#dee7ec"
34; neutral text and background colors
35__text_neu__       = "#666"
36__background_neu__ = "#f5f5f5"
37; border color
38__border__         = "#8cacbb"
39;--------------------------------------------------------------------------
40
41; other text and background colors
42__text_other__       = "#ccc"
43__background_other__ = "#f7f9fa"
44
45; these are used for links
46__extern__    = "#436976"
47__existing__  = "#090"
48__missing__   = "#f30"
49
50; highlighting search snippets
51__highlight__ = "#ff9"
52