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
11style.css      = screen
12
13media.css      = screen
14
15rtl.css        = rtl
16print.css      = print
17sidebar.css    = screen
18sidebar_print.css = print
19
20; This section is used to configure some placeholder values used in
21; the stylesheets. Changing this file is the simplest method to
22; give your wiki a new look.
23[replacements]
24
25;--------------------------------------------------------------------------
26;------ guaranteed dokuwiki color placeholders that every plugin can use
27; main text and background colors
28__text__           = "#000"
29__background__     = "#fff"
30; alternative text and background colors
31__text_alt__       = "#638c9c"
32__background_alt__ = "#dee7ec"
33; neutral text and background colors
34__text_neu__       = "#666"
35__background_neu__ = "#f5f5f5"
36; border color
37__border__         = "#8cacbb"
38;--------------------------------------------------------------------------
39
40; other text and background colors
41__text_other__       = "#ccc"
42__background_other__ = "#f7f9fa"
43
44; these are used for links
45__extern__    = "#436976"
46__existing__  = "#090"
47__missing__   = "#f30"
48
49; highlighting search snippets
50__highlight__ = "#ff9"
51
52
53;--------------------------------------------------------------------------
54;------ for keeping old templates and plugins compatible to the old pattern
55; (to be deleted at the next or after next release)
56__white__      = "#fff"
57__lightgray__  = "#f5f5f5"
58__mediumgray__ = "#ccc"
59__darkgray__   = "#666"
60__black__      = "#000"
61
62; these are the shades of blue
63__lighter__   = "#f7f9fa"
64__light__     = "#eef3f8"
65__medium__    = "#dee7ec"
66__dark__      = "#8cacbb"
67__darker__    = "#638c9c"
68