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