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