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