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
10simple_layout.css   = screen
11design.css          = screen
12simple_design.css   = screen
13style.css           = screen
14
15media.css           = screen
16
17rtl.css             = rtl
18print.css           = print
19simple_print.css    = print
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; additioal replacements
27__font_size__           = "0.8125em"
28__wiki_width__          = "845px"
29__navi_link_width__     = "150px"
30__outer_background__    = "#636b70"
31__inner_background__    = "#636b70"
32__navi_background__     = "#ededed"
33__page_background__     = "#fff"
34__headline_color__      = "#636b70"
35__logo_color__          = "#ededed"
36
37;--------------------------------------------------------------------------
38;------ guaranteed dokuwiki color placeholders that every plugin can use
39; main text and background colors
40__text__           = "#666"
41__background__     = "#fff"
42; alternative text and background colors
43__text_alt__       = "#638c9c"
44__background_alt__ = "#f8f8f8"
45; neutral text and background colors
46__text_neu__       = "#666"
47__background_neu__ = "#f5f5f5"
48; border color
49__border__         = "#c4c4c4"
50;--------------------------------------------------------------------------
51
52; other text and background colors
53__text_other__       = "#ccc"
54__background_other__ = "#f7f9fa"
55
56; these are used for links
57__extern__    = "#708fab"
58__existing__  = "#70afab"
59__missing__   = "#fd6868"
60
61; highlighting search snippets
62__highlight__ = "#ff9"
63
64;--------------------------------------------------------------------------
65;------ for keeping old templates and plugins compatible to the old pattern
66; (to be deleted at the next or after next release)
67__white__      = "#fff"
68__lightgray__  = "#f0f0f0"
69__mediumgray__ = "#919981"
70__darkgray__   = "#666666"
71__black__      = "#000"
72
73; these are the shades of blue
74__lighter__   = "#f7f9fa"
75__light__     = "#cddddc"
76__medium__    = "#4e789e"
77__dark__      = "#638c9c"
78__darker__    = "#05396b"
79