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 local conf/tpl/<template-folder-name>/style.ini file to prevent losing
6; any changes after an upgrade.
7; Please don't forget to copy the section your changes should be under
8; (i.e. [stylesheets] or [replacements]) into that file as well.
9
10; Define the stylesheets your template uses here. The second value
11; defines for which output media the style should be loaded. Currently
12; print, screen and all are supported.
13; You can reference CSS and LESS files here. Files referenced here will
14; be checked for updates when considering a cache rebuild while files
15; included through LESS' @import statements are not
16
17[stylesheets]
18
19css/basic.css                         = screen
20../dokuwiki/css/_imgdetail.css        = screen
21../dokuwiki/css/_media_popup.css      = screen
22../dokuwiki/css/_media_fullscreen.css = screen
23../dokuwiki/css/_fileuploader.css     = screen
24../dokuwiki/css/_tabs.css             = screen
25../dokuwiki/css/_links.css            = screen
26../dokuwiki/css/_toc.css              = screen
27../dokuwiki/css/_footnotes.css        = screen
28../dokuwiki/css/_search.css           = screen
29../dokuwiki/css/_recent.css           = screen
30../dokuwiki/css/_diff.css             = screen
31../dokuwiki/css/_edit.css             = screen
32../dokuwiki/css/_modal.css            = screen
33../dokuwiki/css/_forms.css            = screen
34../dokuwiki/css/_admin.css            = screen
35css/structure.css                     = screen
36css/design.css                        = screen
37css/content.css                       = screen
38css/includes.css                      = screen
39
40
41css/reset.css                         = screen
42css/stylesheet_light.less             = all ;keep this at all, do not change it to screen
43css/responsive.css                    = all
44css/fordokuwiki.less                  = all
45
46css/mobile.css                        = all
47css/print.css                         = print
48
49
50; This section is used to configure some placeholder values used in
51; the stylesheets. Changing this file is the simplest method to
52; give your wiki a new look.
53; Placeholders defined here will also be made available as LESS variables
54; (with surrounding underscores removed, and the prefix @ini_ added)
55
56[replacements]
57
58;--------------------------------------------------------------------------
59;------ guaranteed dokuwiki color placeholders that every plugin can use
60
61; main text and background colors
62__text__           = "#242424"                 ; @ini_text
63__background__     = "#b8b8b8"                 ; @ini_background
64
65; alternative text and background colors (for content blocks)
66__text_alt__       = "#999"                 ; @ini_text_alt
67__background_alt__ = "#b8b8b8"                 ; @ini_background_alt
68
69;menu backgrounds
70__menuback1__ = "#454545"; @ini_menuback1
71__menuback2__ = "#a9a9a9"; @ini_menuback2
72
73; sidebar gradient colours
74__sidebargradientcolour_left__ = "#a7a7a7"; @ini_sidebargradientcolour_left
75__sidebargradientcolour_right__ = "#b3b3b3"; @ini_sidebargradientcolour_right
76
77; neutral text and background colors
78__text_neu__       = "#666"                 ; @ini_text_neu
79__background_neu__ = "#ddd"                 ; @ini_background_neu
80; border color
81__border__         = "#fff"                 ; @ini_border
82
83; highlighted text (e.g. search snippets)
84__highlight__      = "#ff9"                 ; @ini_highlight
85
86; link color
87__link__            = "#663300"                ; @ini_link
88
89; header colour
90__header_footer_background_light_or_dark__ = "light"; @ini_header_footer_background_light_or_dark
91__header_footer_background_white_or_black__ = "white"; @ini_header_footer_background_white_or_black
92
93;breadcrumbs colour
94__breadcrumbs_steps_darken_or_lighten__ = 'darken'; @ini_breadcrumbs_steps_darken_or_lighten
95__breadcrumbs_background__ = "#cccccc"; @ini___breadcrumbs_background
96
97;--------------------------------------------------------------------------
98
99; these are used for links
100__existing__       = "#090"                 ; @ini_existing
101__missing__        = "#f30"                 ; @ini_missing
102
103; widths
104__site_width__     = "100%"                 ; @ini_site_width
105__sidebar_width__  = "218px"                 ; @ini_sidebar_width
106