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 all are supported.
12
13[stylesheets]
14
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/_admin.css            = screen
29css/content.css           = screen
30css/includes.css          = screen
31
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;--------------------------------------------------------------------------
42;------ guaranteed dokuwiki color placeholders that every plugin can use
43
44; main text and background colors
45__text__           = "#333"
46__background__     = "#fff"
47; alternative text and background colors
48__text_alt__       = "#999"
49__background_alt__ = "#eee"
50; neutral text and background colors
51__text_neu__       = "#595959"
52__background_neu__ = "#f7f7f9"
53; border color
54__border__         = "#e1e1e8"
55
56; highlighted text (e.g. search snippets)
57__highlight__      = "#ff9"
58
59;--------------------------------------------------------------------------
60
61; these are used for links
62__existing__       = "#090"
63__missing__        = "#f30"
64
65; widths - configure in your site's admin section
66