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 rtl are supported. rtl styles are loaded additionally
12; to screen styles if a right-to-left language is selected (eg. hebrew)
13[stylesheets]
14layout.css     = screen
15design.css     = screen
16style.css      = screen
17responsive.css = all
18
19media.css         = screen
20_mediaoptions.css = screen
21_admin.css        = screen
22_linkwiz.css      = screen
23_subscription.css = screen
24_mediamanager.css  = screen
25_tabs.css         = screen
26_fileuploader.css = screen
27
28rtl.css        = rtl
29print.css      = print
30
31; This section is used to configure some placeholder values used in
32; the stylesheets. Changing this file is the simplest method to
33; give your wiki a new look.
34[replacements]
35
36;--------------------------------------------------------------------------
37;------ guaranteed dokuwiki color placeholders that every plugin can use
38; main text and background colors
39__text__           = "#000"
40__background__     = "#fff"
41; alternative text and background colors
42__text_alt__       = "#638c9c"
43__background_alt__ = "#dee7ec"
44; neutral text and background colors
45__text_neu__       = "#666"
46__background_neu__ = "#f5f5f5"
47; border color
48__border__         = "#8cacbb"
49;--------------------------------------------------------------------------
50
51; other text and background colors
52__text_other__       = "#ccc"
53__background_other__ = "#f7f9fa"
54
55; these are used for links
56__extern__    = "#436976"
57__existing__  = "#090"
58__missing__   = "#f30"
59
60; highlighting search snippets
61__highlight__ = "#ff9"
62
63
64;--------------------------------------------------------------------------
65;------ for keeping old templates and plugins compatible to the old pattern
66; (to be deleted at the next or after next release)
67__white__      = "#fff"
68__lightgray__  = "#f5f5f5"
69__mediumgray__ = "#ccc"
70__darkgray__   = "#666"
71__black__      = "#000"
72
73; these are the shades of blue
74__lighter__   = "#f7f9fa"
75__light__     = "#eef3f8"
76__medium__    = "#dee7ec"
77__dark__      = "#8cacbb"
78__darker__    = "#638c9c"
79