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 all are supported.
7
8[stylesheets]
9
10css/basic.css             = screen
11css/_imgdetail.css        = screen
12css/_media_popup.css      = screen
13css/_media_fullscreen.css = screen
14css/_fileuploader.css     = screen
15css/_tabs.css             = screen
16css/_links.css            = screen
17css/_toc.css              = screen
18css/_footnotes.css        = screen
19css/_search.css           = screen
20css/_recent.css           = screen
21css/_diff.css             = screen
22css/_edit.css             = screen
23css/_modal.css            = screen
24css/_forms.css            = screen
25css/_admin.css            = screen
26css/structure.css         = screen
27css/design.css            = screen
28css/content.css           = screen
29css/includes.css          = screen
30
31css/mobile.css            = all
32css/print.css             = print
33
34
35; This section is used to configure some placeholder values used in
36; the stylesheets. Changing this file is the simplest method to
37; give your wiki a new look.
38
39[replacements]
40
41; colors
42
43;------ guaranteed dokuwiki color placeholders that every plugin can use
44
45; main text and background colors
46__text__                = "#000"
47__background__          = "#cc9"
48
49; alternative text and background colors
50__text_alt__            = "#cc9"
51__background_alt__      = "#996"
52
53; neutral text and background colors
54__text_neu__            = "#060"
55__background_neu__      = "#ffc"
56
57; border color
58__border__              = "#000"
59
60;------ additional color placeholders
61
62__background_site__     = "#963"
63
64__text_headline__       = "#330"
65__border_alt__          = "#cc9"
66__border_neu__          = "#cc9"
67
68; link colors
69__link_normal__         = "#630"
70__existing__            = "#630"
71__missing__             = "#c00"
72__link_title__          = "#300"
73
74; highlighting search snippets
75__highlight__           = "#ff9"
76
77; toc colors
78__toc_head_background__ = "#963"
79__toc_head_text__       = "#ffc"
80__toc_head_border__     = "#963"
81__toc_body_background__ = "#ffc"
82__toc_body_border__     = "#ffc"
83
84
85;------ other placeholders
86
87; section indenting
88__level1__              = "0px"
89__level2__              = "20px"
90__level3__              = "40px"
91__level4__              = "60px"
92__level5__              = "80px"
93
94; widths
95__site_width__          = "100%"
96__sidebar_width__       = "185px"
97