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; To extend this file or make changes to it, it is recommended to create
5; a style.local.ini file to prevent losing any changes after an upgrade.
6; Please don't forget to copy the section your changes should be under
7; (i.e. [stylesheets] or [replacements]) into that file as well.
8
9; Define the stylesheets your template uses here. The second value
10; defines for which output media the style should be loaded. Currently
11; print, screen and rtl are supported. rtl styles are loaded additionally
12; to screen styles if a right-to-left language is selected (eg. hebrew)
13[stylesheets]
14layout.css     = screen
15design.css     = screen
16style.css      = screen
17
18sidebar.css    = screen
19
20media.css         = screen
21_mediaoptions.css = screen
22_admin.css        = screen
23_linkwiz.css      = screen
24_subscription.css = screen
25_mediamanager.css  = screen
26_tabs.css         = screen
27_fileuploader.css = screen
28
29rtl.css        = rtl
30print.css      = print
31
32; This section is used to configure some placeholder values used in
33; the stylesheets. Changing this file is the simplest method to
34; give your wiki a new look.
35[replacements]
36
37;--------------------------------------------------------------------------
38;------ guaranteed dokuwiki color placeholders that every plugin can use
39; main text and background colors
40__text__           = "#000"
41__background__     = "#fff"
42; alternative text and background colors
43__text_alt__       = "#638c9c"
44__background_alt__ = "#dee7ec"
45; neutral text and background colors
46__text_neu__       = "#666"
47__background_neu__ = "#f5f5f5"
48; border color
49__border__         = "#8cacbb"
50;--------------------------------------------------------------------------
51
52; other text and background colors
53__text_other__       = "#ccc"
54__background_other__ = "#f7f9fa"
55
56; these are used for links
57__extern__    = "#436976"
58__existing__  = "#090"
59__missing__   = "#f30"
60
61; highlighting search snippets
62__highlight__ = "#ff9"
63
64
65;--------------------------------------------------------------------------
66;------ for keeping old templates and plugins compatible to the old pattern
67; (to be deleted at the next or after next release)
68__white__      = "#fff"
69__lightgray__  = "#f5f5f5"
70__mediumgray__ = "#ccc"
71__darkgray__   = "#666"
72__black__      = "#000"
73
74; these are the shades of blue
75__lighter__   = "#f7f9fa"
76__light__     = "#eef3f8"
77__medium__    = "#dee7ec"
78__dark__      = "#8cacbb"
79__darker__    = "#638c9c"
80