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
16defaults.css   = screen
17system.css     = screen
18system-menus.css = screen
19dblog.css	= screen
20
21rtl.css        = rtl
22print.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;--------------------------------------------------------------------------
30;------ guaranteed dokuwiki color placeholders that every plugin can use
31; main text and background colors
32__text__           = "#000"
33__background__     = "#fff"
34; alternative text and background colors
35__text_alt__       = "#638c9c"
36__background_alt__ = "#dee7ec"
37; neutral text and background colors
38__text_neu__       = "#666"
39__background_neu__ = "#f5f5f5"
40; border color
41__border__         = "#8cacbb"
42;--------------------------------------------------------------------------
43
44; other text and background colors
45__text_other__       = "#ccc"
46__background_other__ = "#f7f9fa"
47
48; these are used for links
49__extern__    = "#436976"
50__existing__  = "#090"
51__missing__   = "#f30"
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