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_tabs.css         = screen
17_fileuploader.css = screen
18
19rtl.css        = rtl
20print.css      = print
21
22; This section is used to configure some placeholder values used in
23; the stylesheets. Changing this file is the simplest method to
24; give your wiki a new look.
25[replacements]
26;------ guaranteed dokuwiki color placeholders that every plugin can use
27; main text and background colors
28;__text__ : used for template, see below
29__background__     = "#fff"
30; headings and index
31__text_alt__       = "#a74"
32;__background_alt__ : used for template, see below
33; neutral text and background colors
34__text_neu__       = "#000"
35__background_neu__ = "#cc9"
36; border color
37__border__         = "#996"
38; other text and background colors
39__text_other__       = "#ccc"
40__background_other__ = "#f7f9fa"
41__background_pre__ = "#e7e9ea"
42; these are used for links
43__extern__    = "#963"
44__existing__  = "#963"
45__missing__   = "#f30"
46; highlighting search snippets
47__highlight__ = "#ff9"
48
49;dokucms special variables
50;---------------------------------------------------------------------------
51__content_width__ = "80em"
52; red look
53; activate either these four lines or the four lines below
54__text__           = "#300"
55__yourlogo__ = "url(images/flower_red.png)"
56__background_alt__ = "#960000"
57
58; blue look
59; activate either these four lines or the four lines above
60;__text__           = "#003"
61;__yourlogo__ = "url(images/flower_blue.png)"
62;__background_alt__ = "#000096"
63