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
35
36css/tripillar.less                  = screen
37css/tripillar-responsive.css          = all
38css/fordokuwiki.less                  = screen
39
40css/mobile.css                        = all
41css/print.css                         = print
42
43
44; This section is used to configure some placeholder values used in
45; the stylesheets. Changing this file is the simplest method to
46; give your wiki a new look.
47; Placeholders defined here will also be made available as LESS variables
48; (with surrounding underscores removed, and the prefix @ini_ added)
49
50[replacements]
51
52;-- specific for this template
53;for .less a __variable__ is called @ini_variable
54;for more colour themes see the template web page on dokuwiki.org
55__backgroundcolour__ = #ececec;
56__headerback__ = white;
57__descriptiontextcolour__ = black;
58__sidebarback__ = white;
59__postback__ = #CCCCCC;
60__imagetheme__ = light; @ini_imagetheme
61__menucolour__ = #242424;
62__sidebartextcolour__ = black;
63__colourblocktextcolour__ = black; /* also used for heading border */
64;__pagetextcolour__ = black; ;see __text__
65__pagetextcolour__ = __text__
66__activemenuoptionback__ = __menuhovercolour__; /* #BDBDBD; */
67__menuhovercolour__ = "rgb(0, 150, 204)"; /* rgb(75, 114, 129); */
68__headertextcolour__ = white;
69__hyperlinkcolour__ = #0066cc;
70__hyperlinkhovercolour__ = navy;
71__imageback__ = white;
72__normalfont__ = Tahoma, 'Apple SD Gothic Neo', serif;
73__headerfont__ = 'Trebuchet MS',Trebuchet,Verdana,sans-serif;
74__gradient1startcolour__ = "rgba(235,199,117,1)";
75__gradient1endcolour__ = "rgba(199,235,81,1)";
76__gradient2startcolour__ = "rgba(98,189,236,1)";
77__gradient2endcolour__ = "rgba(62,245,200,1)";
78__gradient3startcolour__ = "rgba(221,145,196,1)";
79__gradient3endcolour__ = "rgba(185,189,160,1)";
80__postfooterback__ = #3c3c3c;
81__postfootertextcolour__ = white;
82__bordercolour2__ = black;
83__bordercolour__ = #121212;
84__formfieldback__ = #CCCCCC;
85__blogpagerback__ = #202020;
86__formfieldborder__ = #999999;
87__formfieldtextcolour__ = black;
88__formfieldfonts__ = 'Verdana, Arial, Helvetica, sans-serif';
89
90__unusedborder__ = #4d4d4d;
91
92
93;--------------------------------------------------------------------------
94;------ guaranteed dokuwiki color placeholders that every plugin can use
95
96; main text and background colors
97__text__           = "#333"                 ; @ini_text
98__background__     = "#fff"                 ; @ini_background
99; alternative text and background colors
100__text_alt__       = "#999"                 ; @ini_text_alt
101__background_alt__ = "#eee"                 ; @ini_background_alt
102; neutral text and background colors
103__text_neu__       = "#666"                 ; @ini_text_neu
104__background_neu__ = "#ddd"                 ; @ini_background_neu
105; border color
106__border__         = "#ccc"                 ; @ini_border
107
108; highlighted text (e.g. search snippets)
109__highlight__      = "#ff9"                 ; @ini_highlight
110
111; link color
112__link__            = "#00c"                ; @ini_link
113
114;--------------------------------------------------------------------------
115
116; these are used for links
117__existing__       = "#090"                 ; @ini_existing
118__missing__        = "#f30"                 ; @ini_missing
119
120; widths
121__site_width__     = "64em"                 ; @ini_site_width
122__sidebar_width__  = "16em"                 ; @ini_sidebar_width
123