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/pagetools.css         = screen
34css/content.css           = screen
35css/includes.css          = screen
36
37css/mobile.css            = all
38css/print.css             = print
39
40
41; This section is used to configure some placeholder values used in
42; the stylesheets. Changing this file is the simplest method to
43; give your wiki a new look.
44
45[replacements]
46
47;--------------------------------------------------------------------------
48;------ guaranteed dokuwiki color placeholders that every plugin can use
49
50; main text and background colors, text:#555
51__text__            = "#444"
52__background__      = "#bbb"
53; alternative text and background colors, text:999, bg:eee
54__text_alt__        = "#444"
55__background_alt__  = "#eee"
56; neutral text and background colors, text:666, bg:ddd, border:ccc
57__text_neu__        = "#666"
58__background_neu__  = "#ddd"
59; border color
60__border__          = "#ddd"
61
62; highlighted text (e.g. search snippets)
63__highlight__       = "#ff9"
64
65;--------------------------------------------------------------------------
66
67__background_site__ = "#999"
68
69; these are used for links, link:#2b73b7
70__link__            = "#fff"
71__existing__        = "#c00"
72__missing__         = "#c00"
73
74; site and sidebar widths
75__site_width__      = "70em"
76__sidebar_width__   = "11em"
77; cut off points for mobile devices
78__tablet_width__    = "800px"
79__phone_width__     = "480px"
80