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
29; main text and background colors
30__text__           = "#222"
31
32; sidebar text
33__text_sidebar__   = "#000"
34
35; border color
36__h_color__        = "#000"
37__h_border__			 = "#fff"
38
39; code color and border
40__code__						= "#FAFAFA"
41__code_border__			= "#999"
42
43; these are used for links
44__extern__    = ""
45__existing__  = "#2B6AC2"
46__missing__   = "#AB7F61"
47
48; actions background
49__actions_bg__ = "#EBEBEB"
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