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]
9
10css/basic.less  = screen
11css/reset.css   = screen
12
13css/_forms.css   = screen
14../dokuwiki/css/_admin.less = screen
15css/_linkwiz.css = screen
16css/_editor.css  = screen
17css/media.css    = screen
18css/detail.css   = screen
19css/diff.css     = screen
20
21; ITCSS inspired organisation, see https://www.silverstripe.org/blog/better-css-putting-it-together-with-atomic-itcss-and-bem/
22css/objects/_objects.less       = screen
23css/components/_components.less = screen
24
25css/general.css   = screen
26css/syntax.css    = screen
27css/style.less    = screen
28css/content.less  = screen
29css/search.css    = screen
30
31css/subsec.css     = screen
32css/popouts.less    = screen
33
34css/plugin_qc.css            = screen
35css/plugin_do.css            = screen
36css/plugin_data.css          = screen
37css/plugin_starred.css       = screen
38css/plugin_tag.css           = screen
39css/plugin_usercontact.css   = screen
40css/plugin_tagging.less      = screen
41css/plugin_bureaucracy.css   = screen
42css/plugin_configmanager.css = screen
43css/plugin_labeled.css       = screen
44css/plugin_plugin.css        = screen
45css/plugin_translation.css   = screen
46css/plugin_edittable.css     = screen
47css/plugin_tablelayout.less  = screen
48css/plugin_struct.less       = screen
49
50css/print.css      = print
51css/default_print.css      = print
52
53css/_mediamanager.css  = screen
54css/_mediaoptions.css  = screen
55css/_tabs.css    = screen
56css/_tables.css  = screen
57css/_fileuploader.css  = screen
58css/_subscription.css  = screen
59
60
61css/mobile.css = screen
62
63local/style.css = screen
64
65;layout.css     = screen
66;design.css     = screen
67;style.css      = screen
68
69;media.css      = screen
70;_admin.css     = screen
71;_linkwiz.css   = screen
72
73;rtl.css        = rtl
74;print.css      = print
75
76; This section is used to configure some placeholder values used in
77; the stylesheets. Changing this file is the simplest method to
78; give your wiki a new look.
79[replacements]
80
81;--------------------------------------------------------------------------
82;------ guaranteed dokuwiki color placeholders that every plugin can use
83; main text and background colors
84__text__           = "#000"
85__background__     = "#fff"
86; alternative text and background colors
87__text_alt__       = "#638c9c"
88__background_alt__ = "#e9e9e9"
89; neutral text and background colors
90__text_neu__       = "#666"
91__background_neu__ = "#f5f5f5"
92; border color
93__border__         = "#8cacbb"
94;--------------------------------------------------------------------------
95__button_background__ = "#3e80c0"
96__lighter_gray__      = "#eee"
97__missing_input__     = "#ffcccc"
98__link__              = "#2772b6"
99__link_visited__      = "#4a6791"
100__border_alt__        = "#545454"
101__border_alt2__       = "#ddd"
102__bg_all__            = "#b5b5b5"
103__bg_header__         = "#e0e0e0"
104__logo_border__       = "#dcdcdc"
105__color_tag__         = "#2d65b2"
106__nav_hover__         = "#e5e5e5"
107__search_snip__       = "#7e7070"
108__search_hit__        = "#ffff99"
109__nav_seperator__     = "#5f5b5b"
110__meta_text__         = "#7f7f7f"
111__content_bg__        = "#fefefe"
112__toc_hover__         = "#111"
113__wiki_lnk__          = "#f00"
114__edit_lnk__          = "#5f5f5f"
115__table_head__        = "#DEE7EC"
116; Diff --------------------------------------------------------------------
117__diff_bg__           = "#f0f0f0"
118__diff_del__          = "#ffe0e0"
119__diff_add__          = "#d0ffd0"
120__diff_hl__           = "#f00"
121;--------------------------------------------------------------------------
122
123; other text and background colors
124__text_other__       = "#ccc"
125__background_other__ = "#f7f9fa"
126
127; these are used for links
128__extern__    = "#436976"
129__existing__  = "#090"
130__missing__   = "#f30"
131
132; highlighting search snippets
133__highlight__ = "#ff9"
134
135
136;--------------------------------------------------------------------------
137;------ for keeping old templates and plugins compatible to the old pattern
138; (to be deleted at the next or after next release)
139__white__      = "#fff"
140__lightgray__  = "#f5f5f5"
141; ccc
142__mediumgray__ = "#333"
143__darkgray__   = "#666"
144__black__      = "#000"
145
146; these are the shades of blue
147__lighter__   = "#f7f9fa"
148__light__     = "#eef3f8"
149__medium__    = "#dee7ec"
150__dark__      = "#8cacbb"
151__darker__    = "#638c9c"
152