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]
10css/_imgdetail.css        = screen
11css/_media_popup.css      = screen
12css/_media_fullscreen.css = screen
13css/_fileuploader.css     = screen
14css/_tabs.css             = screen
15css/_links.css            = screen
16css/_toc.css              = screen
17css/_footnotes.css        = screen
18css/_search.css           = screen
19css/_recent.css           = screen
20css/_diff.css             = screen
21css/_edit.css             = screen
22css/_modal.css            = screen
23css/_forms.css            = screen
24css/_admin.css            = screen
25
26css/basic.css             = screen
27css/content.css           = screen
28css/layout.css            = screen
29css/gradients.less        = screen
30
31css/print.css             = print
32
33; This section is used to configure some placeholder values used in
34; the stylesheets. Changing this file is the simplest method to
35; give your wiki a new look.
36[replacements]
37
38;--------------------------------------------------------------------------
39;------ guaranteed dokuwiki color placeholders that every plugin can use
40; main text and background colors
41__text__           = "#000"
42__background__     = "#fff"
43; alternative text and background colors
44__text_alt__       = "#999"
45;"#638c9c"
46__background_alt__ = "#eef3f8"
47;"#dee7ec"
48; neutral text and background colors
49__text_neu__       = "#666"
50__background_neu__ = "#f5f5f5"
51; border color
52__border__         = "#dddddd"
53
54; highlighted text (e.g. search snippets)
55__highlight__ = "#ff9"
56
57;"#8cacbb"
58;--------------------------------------------------------------------------
59
60; other text and background colors
61__text_other__       = "#ccc"
62__background_other__ = "#f7f9fa"
63
64; these are used for links
65__extern__    = "#436976"
66__existing__  = "#03f"
67__missing__   = "#f30"
68
69; overwrite header background
70__header_background__ = "#154b99"
71; overwrite tab background
72__tab_background__    = "#7799c8"
73