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
19
20; This section is used to configure some placeholder values used in
21; the stylesheets. Changing this file is the simplest method to
22; give your wiki a new look.
23[replacements]
24
25; additioal replacements
26__font_size__           = "0.8125em"
27__wiki_width__          = "845px"
28__navi_link_width__     = "150px"
29__outer_background__    = "#636b70"
30__inner_background__    = "#636b70"
31__navi_background__     = "#ededed"
32__page_background__     = "#fff"
33__headline_color__      = "#636b70"
34__logo_color__          = "#ededed"
35
36;--------------------------------------------------------------------------
37;------ guaranteed dokuwiki color placeholders that every plugin can use
38; main text and background colors
39__text__           = "#666"
40__background__     = "#fff"
41; alternative text and background colors
42__text_alt__       = "#638c9c"
43__background_alt__ = "#f8f8f8"
44; neutral text and background colors
45__text_neu__       = "#666"
46__background_neu__ = "#f5f5f5"
47; border color
48__border__         = "#c4c4c4"
49;--------------------------------------------------------------------------
50
51; other text and background colors
52__text_other__       = "#ccc"
53__background_other__ = "#f7f9fa"
54
55; these are used for links
56__extern__    = "#708fab"
57__existing__  = "#70afab"
58__missing__   = "#fd6868"
59
60; highlighting search snippets
61__highlight__ = "#ff9"
62
63;--------------------------------------------------------------------------
64;------ for keeping old templates and plugins compatible to the old pattern
65; (to be deleted at the next or after next release)
66__white__      = "#fff"
67__lightgray__  = "#f0f0f0"
68__mediumgray__ = "#919981"
69__darkgray__   = "#666666"
70__black__      = "#000"
71
72; these are the shades of blue
73__lighter__   = "#f7f9fa"
74__light__     = "#cddddc"
75__medium__    = "#4e789e"
76__dark__      = "#638c9c"
77__darker__    = "#05396b"
78