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
12responsive.css = screen
13
14media.css         = screen
15_mediaoptions.css = screen
16_admin.css        = screen
17_linkwiz.css      = screen
18_subscription.css = screen
19_mediamanager.css  = screen
20_tabs.css         = screen
21_fileuploader.css = screen
22
23rtl.css        = rtl
24print.css      = print
25
26; This section is used to configure some placeholder values used in
27; the stylesheets. Changing this file is the simplest method to
28; give your wiki a new look.
29[replacements]
30
31;--------------------------------------------------------------------------
32;------ guaranteed dokuwiki color placeholders that every plugin can use
33; main text and background colors
34__text__           = "#000"
35__background__     = "#fafafa"
36; alternative text and background colors
37__text_alt__       = "#638c9c"
38__background_alt__ = "#dee7ec"
39; neutral text and background colors
40__text_neu__       = "#666"
41__background_neu__ = "#f5f5f5"
42; border color
43__border__         = "#8cacbb"
44;--------------------------------------------------------------------------
45
46; other text and background colors
47__text_other__       = "#ccc"
48__background_other__ = "#f7f9fa"
49
50; these are used for links
51__extern__    = "#436976"
52__existing__  = "#00E"
53__visited__   = "#551A8B"
54__active__    = "#E00"
55__missing__   = "#f30"
56
57; highlighting search snippets
58__highlight__ = "#ff9"
59
60
61;--------------------------------------------------------------------------
62;------ for keeping old templates and plugins compatible to the old pattern
63; (to be deleted at the next or after next release)
64__white__      = "#fff"
65__lightgray__  = "#f5f5f5"
66__mediumgray__ = "#ccc"
67__darkgray__   = "#666"
68__black__      = "#000"
69
70; these are the shades of blue
71__lighter__   = "#f7f9fa"
72__light__     = "#eef3f8"
73__medium__    = "#dee7ec"
74__dark__      = "#8cacbb"
75__darker__    = "#638c9c"
76