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]
9style.css           = screen
10media.css           = screen
11rtl.css             = rtl
12print.css           = print
13
14; This section is used to configure some placeholder values used in
15; the stylesheets. Changing this file is the simplest method to
16; give your wiki a new look.
17[replacements]
18
19; additioal replacements
20__font_size__           = "0.8125em"
21__wiki_width__          = "845px"
22__navi_link_width__     = "150px"
23__outer_background__    = "#636b70"
24__inner_background__    = "#636b70"
25__navi_background__     = "#ededed"
26__page_background__     = "#fff"
27__headline_color__      = "#636b70"
28__logo_color__          = "#ededed"
29
30;--------------------------------------------------------------------------
31;------ guaranteed dokuwiki color placeholders that every plugin can use
32; main text and background colors
33__text__           = "#666"
34__background__     = "#fff"
35; alternative text and background colors
36__text_alt__       = "#638c9c"
37__background_alt__ = "#f8f8f8"
38; neutral text and background colors
39__text_neu__       = "#666"
40__background_neu__ = "#f5f5f5"
41; border color
42__border__         = "#c4c4c4"
43;--------------------------------------------------------------------------
44
45; other text and background colors
46__text_other__       = "#ccc"
47__background_other__ = "#f7f9fa"
48
49; these are used for links
50__extern__    = "#708fab"
51__existing__  = "#70afab"
52__missing__   = "#fd6868"
53
54; highlighting search snippets
55__highlight__ = "#ff9"
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__  = "#f0f0f0"
62__mediumgray__ = "#919981"
63__darkgray__   = "#666666"
64__black__      = "#000"
65
66; these are the shades of blue
67__lighter__   = "#f7f9fa"
68__light__     = "#cddddc"
69__medium__    = "#4e789e"
70__dark__      = "#638c9c"
71__darker__    = "#05396b"
72