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]
9layout.css     = screen
10design.css     = screen
11
12media.css         = screen
13_mediaoptions.css = screen
14_admin.css        = screen
15_linkwiz.css      = screen
16_subscription.css = screen
17_mediamanager.css  = screen
18_tabs.css         = screen
19_fileuploader.css = screen
20
21rtl.css        = rtl
22print.css      = print
23
24; This section is used to configure some placeholder values used in
25; the stylesheets. Changing this file is the simplest method to
26; give your wiki a new look.
27[replacements]
28;------ guaranteed dokuwiki color placeholders that every plugin can use
29; main text and background colors
30__text__ 					= "#000"
31__background__    = "#eee"
32; headings and index
33__text_alt__       = "#333"
34__background_alt__ = "#fff"
35; neutral text and background colors
36__text_neu__       = "#fff"
37__background_neu__ = "#ccc"
38; border color
39__border__         = "#666"
40; other text and background colors
41__text_other__       = "#ccc"
42__background_other__ = "#000"
43; these are used for links
44__extern__    = "#333"
45__existing__  = "#444"
46__missing__   = "#f30"
47; highlighting search snippets
48__highlight__ = "#ff9"
49
50;wallpaper special variables
51;---------------------------------------------------------------------------
52; width of submenu items
53__menuwidth__= "15em"
54; text color inactive buttons
55__color_disabled__="#ccc"
56
57