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
12garland.css    = screen
13
14../default/media.css         = screen
15../default/_mediaoptions.css = screen
16../default/_admin.css        = screen
17../default/_linkwiz.css      = screen
18../default/_subscription.css = screen
19
20../default/rtl.css           = rtl
21../default/print.css         = print
22
23; This section is used to configure some placeholder values used in
24; the stylesheets. Changing this file is the simplest method to
25; give your wiki a new look.
26[replacements]
27
28;--------------------------------------------------------------------------
29;------ guaranteed dokuwiki color placeholders that every plugin can use
30; main text and background colors
31__text__           = "#494949"
32__background__     = "#fff"
33; alternative text and background colors
34__text_alt__       = "#999"
35__background_alt__ = "#eeeee1"
36; neutral text and background colors
37__text_neu__       = "#999"
38__background_neu__ = "#f5f5f5"
39; border color
40__border__         = "#bbb"
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__    = "#0861DD"
49__existing__  = "#0861DD"
50__missing__   = "#e46b39"
51__background_hover__ = "#5DB4FB"
52
53; highlighting search snippets
54__highlight__ = "#ff9"
55
56
57;--------------------------------------------------------------------------
58;------ for keeping old templates and plugins compatible to the old pattern
59; (to be deleted at the next or after next release)
60__white__      = "#fff"
61__lightgray__  = "#f5f5f5"
62__mediumgray__ = "#ccc"
63__darkgray__   = "#666"
64__black__      = "#000"
65
66; these are the shades of blue
67__lighter__   = "#f7f9fa"
68__light__     = "#eef3f8"
69__medium__    = "#dee7ec"
70__dark__      = "#8cacbb"
71__darker__    = "#638c9c"
72