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; unique to this template
36css/custom.local.less     = screen
37css/blue.local.less       = screen
38;css/green.local.less     = screen
39
40css/mobile.css            = all
41css/print.css             = print
42
43
44
45; This section is used to configure some placeholder values used in
46; the stylesheets. Changing this file is the simplest method to
47; give your wiki a new look.
48
49[replacements]
50
51;--------------------------------------------------------------------------
52;------ guaranteed dokuwiki color placeholders that every plugin can use
53
54; main text and background colors
55__text__           = "#333"
56__background__     = "#fff"
57; alternative text and background colors
58__text_alt__       = "#999"
59__background_alt__ = "#EDEDED"
60; neutral text and background colors
61__text_neu__       = "#666"
62__background_neu__ = "#CEDFFF"
63; border color
64__border__         = "#D0D0D0"
65
66; highlighted text (e.g. search snippets)
67__highlight__      = "#ff9"
68
69;--------------------------------------------------------------------------
70
71; these are used for links
72__existing__       = "#005B9A"
73__missing__        = "#A31E39"
74
75; widths
76__site_width__     = "70em"
77__sidebar_width__  = "12em"
78