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/monopillar/reset.css         = screen
20
21css/basic.css                         = screen
22../dokuwiki/css/_imgdetail.css        = screen
23../dokuwiki/css/_media_popup.css      = screen
24../dokuwiki/css/_media_fullscreen.css = screen
25../dokuwiki/css/_fileuploader.css     = screen
26../dokuwiki/css/_tabs.css             = screen
27../dokuwiki/css/_links.css            = screen
28../dokuwiki/css/_toc.css              = screen
29../dokuwiki/css/_footnotes.css        = screen
30../dokuwiki/css/_search.css           = screen
31../dokuwiki/css/_recent.css           = screen
32../dokuwiki/css/_diff.css             = screen
33../dokuwiki/css/_edit.css             = screen
34../dokuwiki/css/_modal.css            = screen
35../dokuwiki/css/_forms.css            = screen
36../dokuwiki/css/_admin.css            = screen
37
38css/structure.css                     = screen
39css/design.css                        = screen
40css/content.css                       = screen
41css/includes.css                      = screen
42
43css/monopillar/typography.css         = screen
44css/monopillar/layout.css             = screen
45css/monopillar/stylesheet.css         = screen
46css/monopillar/speech.css             = screen
47css/monopillar/floatingdiv.css        = screen
48css/monopillar/responsive.css         = all
49css/monopillar/fordokuwiki.css        = screen
50
51css/mobile.css                        = all
52css/print.css                         = print
53
54
55; This section is used to configure some placeholder values used in
56; the stylesheets. Changing this file is the simplest method to
57; give your wiki a new look.
58; Placeholders defined here will also be made available as LESS variables
59; (with surrounding underscores removed, and the prefix @ini_ added)
60
61[replacements]
62
63;--------------------------------------------------------------------------
64;------ guaranteed dokuwiki color placeholders that every plugin can use
65
66; main text and background colors
67__text__           = "#000"                 ; @ini_text
68__background__     = "#fff"                 ; @ini_background
69; alternative text and background colors
70__text_alt__       = "#999"                 ; @ini_text_alt
71__background_alt__ = "#eee"                 ; @ini_background_alt
72; neutral text and background colors
73__text_neu__       = "#666"                 ; @ini_text_neu
74__background_neu__ = "#ddd"                 ; @ini_background_neu
75; border color
76__border__         = "#ccc"                 ; @ini_border
77
78; highlighted text (e.g. search snippets)
79__highlight__      = "#ff9"                 ; @ini_highlight
80
81; link color
82__link__            = "#0066cc"                ; @ini_link
83
84;--------------------------------------------------------------------------
85
86; these are used for links
87__existing__       = "#0066cc"                 ; @ini_existing
88__missing__        = "#f30"                 ; @ini_missing
89
90; widths
91__site_width__     = "1060px"                 ; @ini_site_width
92__sidebar_width__  = "290px"                 ; @ini_sidebar_width
93