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_mediaoptions.css = screen
15_admin.css        = screen
16_linkwiz.css      = screen
17_subscription.css = screen
18_mediamanager.css  = screen
19_tabs.css         = screen
20_fileuploader.css = screen
21
22rtl.css        = rtl
23print.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;--------------------------------------------------------------------------
31;------ guaranteed dokuwiki color placeholders that every plugin can use
32; main text and background colors
33__text__           = "#000"
34__background__     = "#fff"
35; alternative text and background colors
36__text_alt__       = "#638c9c"
37__background_alt__ = "#dee7ec"
38; neutral text and background colors
39__text_neu__       = "#666"
40__background_neu__ = "#f5f5f5"
41; border color
42__border__         = "#8cacbb"
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__    = "#436976"
51__existing__  = "#090"
52__missing__   = "#f30"
53
54; highlighting search snippets
55__highlight__ = "#ff9"
56
57
58;--------------------------------------------------------------------------
59;------ for keeping old templates and plugins compatible to the old pattern
60; (to be deleted at the next or after next release)
61__white__      = "#fff"
62__lightgray__  = "#f5f5f5"
63__mediumgray__ = "#ccc"
64__darkgray__   = "#666"
65__black__      = "#000"
66
67; these are the shades of blue
68__lighter__   = "#f7f9fa"
69__light__     = "#eef3f8"
70__medium__    = "#dee7ec"
71__dark__      = "#8cacbb"
72__darker__    = "#638c9c"
73
74
75:------------------------------------------------------------------------------
76; Simple Sidebar Settings
77; width of the right-hand side of page, as this increases the side-bar width decreases
78__right_width__  = "80%"
79; total width of the page: sidebar + right-hand window
80__page_width__ = "1000px"
81;width of the top bar which goes across top of entire page
82__top_bar_width__ = "980px"
83;with of bar that appears on the bottom of the right-hand page
84__bottom_bar_width__ = "770px"
85__personal_sbar__width = "160px"
86