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/tilus.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;-- specific for this template
55;for .less a __variable__ is called @ini_variable
56;for more colour themes see the template web page on dokuwiki.org
57;__background__ = "#D3D3D3";
58__topbar__ = 'white';
59__imagetheme__ = 'lighttheme';
60;__textcolour__ = "#404040";
61__textcolour__ = __text_;
62__textcolour2__ = "#1c1c1c";
63__contentcolour__ = "#e9e9e9";
64;__internalblockcolour__ = "#f9f9f9"; /* for blocks inside the content area */
65__internalblockcolour__ = __background_alt__;
66__hoverbackcolour__ = "#FF4B33"; /* also used for hyperlinks */
67__hovertextcolour__ = "#c9c9c9";
68__selectedtextcover__ = "#1c1c1c"; /* lighter than @contentback */
69;__bordercolour__ = "#c9c9c9";
70__lighttextcolour__ = "#858585";
71__menucolour__ = "#E3E3E3";
72__formfieldback__ = "#CCCCCC";
73__formfieldborder__ = "#666666";
74__formfieldcolour__ = "#404040";
75__formfieldfonts__ = 'Verdana, Arial, Helvetica, sans-serif';
76__menubordercolour1__ = "#484848";
77__menubordercolour2__ = "#4d4d4d";
78;__hyperlinkcolour__ = "#0066cc";
79;__hyperlinkcolour__ = __link__;
80__headergradientstartcolour__ = "#f5f5f5";
81__headergradientendcolour__ = "#e6e6e6";
82__blockygradientstartcolour__ = "#e9e9e9";
83__blockygradientendcolour__ = white;
84
85__contentback__ = "#1a1a1a"; /* not used */
86
87;--------------------------------------------------------------------------
88;------ guaranteed dokuwiki color placeholders that every plugin can use
89
90; main text and background colors
91__text__           = "#404040"                 ; @ini_text
92__background__     = "#d3d3d3"                 ; @ini_background
93; alternative text and background colors
94__text_alt__       = "#999"                 ; @ini_text_alt
95__background_alt__ = "#f9f9f9"                 ; @ini_background_alt
96; neutral text and background colors
97__text_neu__       = "#404040"                 ; @ini_text_neu
98__background_neu__ = "#ddd"                 ; @ini_background_neu
99; border color
100__border__         = "#c9c9c9"                 ; @ini_border
101
102; highlighted text (e.g. search snippets)
103__highlight__      = "#ff9"                 ; @ini_highlight
104
105; link color
106__link__            = "#0066cc"                ; @ini_link
107
108;--------------------------------------------------------------------------
109
110; these are used for links
111__existing__       = "#090"                 ; @ini_existing
112__missing__        = "#f30"                 ; @ini_missing
113
114; widths
115__site_width__     = "1200px"                 ; @ini_site_width
116__sidebar_width__  = "16em"                 ; @ini_sidebar_width
117