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; border
44__border__         = "#7490ac"
45
46; these are used for links
47__extern__    = ""
48__existing__  = "#003366"
49__missing__   = "#6788A7"
50
51; actions background
52__actions_bg__ = "#F2F2F2"
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