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_admin.css     = screen
15_linkwiz.css   = screen
16
17rtl.css        = rtl
18print.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__page_background__= "#ccc"
30__background__     = "#fff"
31__background_image__ = "./images/paper.jpg"
32; alternative text and background colors
33;__text_alt__       = "#638c9c"
34__text_alt__       = "#aaa"
35__background_alt__ = "#dee7ec"
36; neutral text and background colors
37__text_neu__       = "#666"
38__background_neu__ = "#f5f5f5"
39; border color
40__border__         = "#8cacbb"
41;--------------------------------------------------------------------------
42
43; other text and background colors
44__text_other__       = "#ccc"
45__background_other__ = "#f7f9fa"
46
47; these are used for links
48__extern__    = "#436976"
49__existing__  = "#090"
50__missing__   = "#f30"
51
52; highlighting search snippets
53__highlight__ = "#ff9"
54
55; shadow-color
56__shadow__ = "#c0c0c0"
57__shadow__ = "#000000"
58
59;--------------------------------------------------------------------------
60;------ for keeping old templates and plugins compatible to the old pattern
61; (to be deleted at the next or after next release)
62__white__      = "#fff"
63__lightgray__  = "#f5f5f5"
64__mediumgray__ = "#ccc"
65__darkgray__   = "#666"
66__black__      = "#000"
67
68; these are the shades of blue
69__lighter__   = "#f7f9fa"
70__light__     = "#eef3f8"
71__medium__    = "#dee7ec"
72__dark__      = "#8cacbb"
73__darker__    = "#638c9c"
74