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
9[stylesheets]
10design.css     = screen
11 _mediaoptions.css = screen
12 _admin.css        = screen
13 _linkwiz.css      = screen
14 _subscription.css = screen
15 _mediamanager.css  = screen
16 _fileuploader.css = screen
17
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;------ guaranteed dokuwiki color placeholders that every plugin can use
24; main text and background colors
25;__text__ : used for template, see below
26__background__     = "#fff"
27; headings and index
28__text_alt__       = "#000"
29;__background_alt__ : used for template, see below
30; neutral text and background colors
31__text_neu__       = "#000"
32__background_neu__ = "#fff"
33; border color
34__border__         = "#B3B3B3"
35; other text and background colors
36__text_other__       = "#ccc"
37__background_other__ = "#fff"
38__background_pre__ = "#fff"
39; these are used for links
40__extern__    = "#808080"
41__existing__  = "#009682"
42__missing__   = "#808080"
43; highlighting search snippets
44__highlight__ = "#cc3"
45