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
9[stylesheets]
10
11css/basic.css             = screen
12css/structure.css         = screen
13css/design.css            = screen
14css/content.css           = screen
15css/_imgdetail.css        = screen
16css/_media_popup.css      = screen
17css/_media_fullscreen.css = screen
18css/_fileuploader.css     = screen
19css/_tabs.css             = screen
20css/_links.css            = screen
21css/_toc.css              = screen
22css/_footnotes.css        = screen
23css/_search.css           = screen
24css/_recent.css           = screen
25css/_diff.css             = screen
26css/_edit.css             = screen
27css/_modal.css            = screen
28css/_forms.css            = screen
29css/_admin.css            = screen
30css/includes.css          = screen
31
32css/rtl.css               = rtl
33css/print.css             = print
34
35
36; This section is used to configure some placeholder values used in
37; the stylesheets. Changing this file is the simplest method to
38; give your wiki a new look.
39
40[replacements]
41
42;--------------------------------------------------------------------------
43;------ guaranteed dokuwiki color placeholders that every plugin can use
44
45; main text and background colors
46__text__           = "#333"
47__background__     = "#fff"
48; alternative text and background colors
49__text_alt__       = "#999"
50__background_alt__ = "#eee"
51; neutral text and background colors
52__text_neu__       = "#666"
53__background_neu__ = "#ddd"
54; border color
55__border__         = "#ccc"
56
57;--------------------------------------------------------------------------
58
59; these are used for links
60__existing__       = "#090"
61__missing__        = "#f30"
62
63; highlighting search snippets
64__highlight__      = "#ff9"
65
66; widths
67__site_width__          = "64em"
68__sidebar_width__       = "16em"
69