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