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
15rtl.css        = rtl
16print.css      = print
17
18; This section is used to configure some placeholder values used in
19; the stylesheets. Changing this file is the simplest method to
20; give your wiki a new look.
21[replacements]
22
23;--------------------------------------------------------------------------
24;------ guaranteed dokuwiki color placeholders that every plugin can use
25; main text and background colors
26__text__           = "#000"
27__background__     = "#fff"
28; alternative text and background colors
29__text_alt__       = "#225c05"
30__background_alt__ = "#91e369"
31; neutral text and background colors
32__text_neu__       = "#666"
33__background_neu__ = "#f5f5f5"
34; border color
35__border__         = "#53bc1f"
36;--------------------------------------------------------------------------
37
38; other text and background colors
39__text_other__       = "#225c05"
40__background_other__ = "#f3ffe3"
41
42; these are used for links
43__extern__    = "#225c05"
44__existing__  = "#225c05"
45__missing__   = "#bc08c3"
46__visited__    = "#225c05"
47__hover__ = "#53bc1f"
48
49; highlighting search snippets
50__highlight__ = "#91e369"
51
52
53;--------------------------------------------------------------------------
54;------ for keeping old templates and plugins compatible to the old pattern
55; (to be deleted at the next or after next release)
56__white__      = "#fff"
57__lightgray__  = "#f5f5f5"
58__mediumgray__ = "#ccc"
59__darkgray__   = "#666"
60__black__      = "#000"
61
62; these are the shades of main template color (green)
63__lighter__   = "#f8f8f8"
64__light__     = "#f3ffe3"
65__medium__    = "#91e369"
66__dark__      = "#53bc1f"
67__darker__    = "#225c05"
68
69; additional info, used by the battlehorse template
70
71; background color for the website (the one outside the main content)
72__rg_background__ = "#f3ffe3"
73
74; the color used for the site title
75__rg_logo_color__ = "#000000"
76
77; the shadows used for the breadcrumbs bar and main content area
78__rg_bread_upper_dark__ = "#9f9f9f"
79__rg_bread_lower_dark__ = "#b9c2ad"
80__rg_bread_lower_medium__ = "#d6e0c8"
81__rg_bread_lower_light__ = "#e7f2d8"
82
83; the border for the breadcrumbs bar
84__rg_bread_border__ = "#cfcfcf"
85
86; the background and border for code and file snippets (see wiki:syntax)
87__rg_code__ = "#f8f8f8"
88__rg_code_border__ = "#cfcfcf"
89__rg_file__ = "#f3ffe3"
90__rg_file_border__ = "#e3ff9c"
91
92; the background and border for the search box
93__rg_search__ = "#f8f8f8"
94__rg_search_border__ = "#cfcfcf"
95
96; the background and border for the status box
97__rg_status_border__ = "#cfcfcf"
98__rg_status_background__ = "#e5e5e4"
99
100; the background and border for the actions box
101__rg_userbar__ = "#f8f8f8"
102__rg_userbar_border__ = "#cfcfcf"
103
104; the background for the sidebar box
105__rg_sidebar__ = "#e3ff9c"
106
107; the background and prelight (when you hover on the button) colors for buttons
108__rg_button_prelight__ = "#f3ffe3"
109__rg_button_background__ =  "#e3ff9c"
110
111; images used for the user actions ( should be at most 24x24 pixels , otherwise edit the design.css)
112__rg_recent_action__ = "images/r/actions/recent.png"
113__rg_edit_action__ = "images/r/actions/edit.png"
114__rg_index_action__ = "images/r/actions/index.png"
115__rg_create_action__ = "images/r/actions/create.png"
116__rg_revision_action__ = "images/r/actions/history.png"
117__rg_backlink_action__ = "images/r/actions/backlink.png"
118__rg_login_action__ = "images/r/actions/login.png"
119__rg_subscribe_action__ = "images/r/actions/subscribe.png"
120__rg_unsubscribe_action__ = "images/r/actions/unsubscribe.png"
121__rg_profile_action__ = "images/r/actions/profile.png"
122__rg_admin_action__ = "images/r/actions/admin.png"
123__rg_show_action__ = "images/r/actions/show.png"
124__rg_previous_action__ = "images/r/actions/previous.png"
125__rg_top_action__ = "images/r/actions/top.png"
126__rg_digg_action__ = "images/r/actions/digg.gif"
127__rg_delicious_action__ = "images/r/actions/delicious.gif"
128__rg_google_action__ = "images/r/actions/google.gif"
129
130; the gradient used for the background panel (should have width 1 px )
131__rg_background_gradient__ = "images/r/gradient_background.png"
132
133; the gradient used for the breadcrumbs bar ( should have width 1px and height 17px )
134__rg_breadcrumbs_gradient__ = "images/r/gradient_bc.png"
135
136; the gradient for the logo bar ( should have width 1px and height 57px )
137__rg_logo_gradient__ = "images/r/gradient_logo.png"
138
139; the main wiki logo (upper left corner of the page) (should have height 57px )
140__rg_wiki_logo__ = "images/r/wiki_logo.png"
141
142; a faded version of the logo, which will be located on the lower right corner of the main content area (no size restrictions)
143__rg_faded_background__ = "images/r/faded_background.png"
144
145; the gradient for the status bar (should have width 1px and height 34px )
146__rg_status_gradient__ = "images/r/gradient_status.png"
147
148