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
38
39css/cleanresurrected.less             = all
40css/fordokuwiki.css                   = all
41
42css/mobile.css                        = all
43css/print.css                         = print
44
45
46; This section is used to configure some placeholder values used in
47; the stylesheets. Changing this file is the simplest method to
48; give your wiki a new look.
49; Placeholders defined here will also be made available as LESS variables
50; (with surrounding underscores removed, and the prefix @ini_ added)
51
52[replacements]
53
54
55;-- specific for this template
56;for .less a __variable__ is called @ini_variable
57;for more colour themes see the template web page on dokuwiki.org
58;__backgroundcolour__ = #e7e7e7;
59;__backgroundcolour__ = _background_
60__containerback__ = #f7f7f7;
61;__featureblockback__ = #ededed;
62;__featureblockback__ = __background_alt__;
63__sidebarback__ = white;
64__formfieldback__ = #cccccc;
65__sidebarmenuoptionback__ = #D4CC77;
66__topmenuback__ = #FF4B33;
67__headerborder__ = #ececec;
68__headercolour__ = #666666;
69__textcolour__ = black;
70__hovercolour__ = #0066cc;
71__menuback__ = #ececec;
72__formfieldborder__ = #666666;
73__formfieldtextcolour__ = black;
74;__bordercolour__ = #f9f9f9;
75__bordercolour__ = __border__;
76;__hyperlinkcolour__ = "#0066cc";
77__hyperlinkcolour__ = __link__
78__imagesubfolder__ = "light"; /* "light" or "dark" */ ;
79__backgroundtone__ = "dark"; /* "light" or "dark" */
80
81;--------------------------------------------------------------------------
82;------ guaranteed dokuwiki color placeholders that every plugin can use
83
84; main text and background colors
85__text__           = "#000"                 ; @ini_text
86__background__     = "#e7e7e7"                 ; @ini_background
87; alternative text and background colors
88__text_alt__       = "#999"                 ; @ini_text_alt
89__background_alt__ = "#ededed"                 ; @ini_background_alt
90; neutral text and background colors
91__text_neu__       = "#666"                 ; @ini_text_neu
92__background_neu__ = "#ddd"                 ; @ini_background_neu
93; border color
94__border__         = "#F9F9F9"                 ; @ini_border
95
96; highlighted text (e.g. search snippets)
97__highlight__      = "#ff9"                 ; @ini_highlight
98
99; link color
100; dark/light.less @hyperlinkcolour
101__link__            = "#0066cc"                ; @ini_link
102
103;--------------------------------------------------------------------------
104
105; these are used for links
106__existing__       = "#090"                 ; @ini_existing
107__missing__        = "#f30"                 ; @ini_missing
108
109; widths
110__site_width__     = "1100px"                 ; @ini_site_width
111__sidebar_width__  = "250px"                 ; @ini_sidebar_width
112