xref: /template/sprintdoc/style.ini (revision 60176978c49539edeaa60966d50dc4b164402f17)
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
11; Define the stylesheets your template uses here. The second value
12; defines for which output media the style should be loaded. Currently
13; print, screen and all are supported.
14; You can reference CSS and LESS files here. Files referenced here will
15; be checked for updates when considering a cache rebuild while files
16; included through LESS' @import statements are not
17
18
19
20[stylesheets]
21
22
23; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
24; DokuWiki Default Template Styles
25; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
26
27../dokuwiki/css/_imgdetail.css        = screen
28../dokuwiki/css/_media_popup.css      = screen
29../dokuwiki/css/_media_fullscreen.css = screen
30../dokuwiki/css/_fileuploader.css     = screen
31../dokuwiki/css/_tabs.css             = screen
32../dokuwiki/css/_links.css            = screen
33../dokuwiki/css/_toc.css              = screen
34../dokuwiki/css/_footnotes.css        = screen
35../dokuwiki/css/_search.less          = screen
36../dokuwiki/css/_recent.css           = screen
37../dokuwiki/css/_diff.css             = screen
38../dokuwiki/css/_edit.css             = screen
39../dokuwiki/css/_modal.css            = screen
40../dokuwiki/css/_forms.css            = screen
41../dokuwiki/css/_admin.less           = screen
42../dokuwiki/css/content.less          = screen
43
44
45; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
46; sprintDoc Template Styles
47; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
48
49; responsive behaviour for structure and areas is handled in style modules
50
51; _____________  basic styles  _____________
52
53css/base_vars.less                    = all
54css/base.less                         = all
55css/base_mixins.less                  = all
56css/base_fontello-icons.less          = all
57css/base_structure.less               = all
58css/base_design.less                  = all
59
60
61; _____________  area styles   _____________
62
63css/area_content.less                 = all
64css/area_header.less                  = all
65css/area_footer.less                  = all
66css/area_footnotes.less               = all
67css/area_msg.less                     = all
68css/area_nav-direct.less              = all
69css/area_nav-breadcrumb.less          = all
70css/area_nav-page-attributes.less     = all
71css/area_nav-usertools.less           = all
72css/area_nav-pagetools.less           = all
73css/area_nav-metabox.less             = all
74css/area_main-sidebar-nav.less        = all
75css/area_main-sidebar-tabs.less       = all
76css/area_main-sidebar-search.less     = all
77css/area_main-content.less            = all
78css/area_main-content-secedit.less    = all
79css/area_togglelink.less              = all
80css/area_forms.less                   = all
81css/area_search.less                  = all
82css/area_tabs.less                    = all
83css/area_recent.less                  = all
84
85; ____________ template styles _____________
86
87css/template_admin.less               = all
88css/template_detail.less              = all
89
90; ____________ block styles ________________
91css/toollist.less                     = all
92
93
94; _____________  plugin styles _____________
95
96css/plugins/popupviewer.less          = all
97css/plugins/magic-matcher.less        = all
98css/plugins/do_tasks.less             = all
99css/plugins/qc.less                   = all
100css/plugins/struct.less               = all
101css/plugins/structstatus.less         = all
102css/plugins/bureaucracy.less          = all
103css/plugins/highlight_parent.less     = all
104css/plugins/edit.less                 = all
105css/plugins/mediamanager.less         = all
106css/plugins/tabinclude.less           = all
107css/plugins/tagging.less              = all
108css/plugins/include.less              = all
109css/plugins/edittable.less            = all
110css/plugins/tablelayout.less          = all
111css/plugins/extension__manager.less   = all
112css/plugins/folded.less               = all
113css/plugins/configmanager.less        = all
114css/plugins/starred.less              = all
115css/plugins/quicksubscribe.less       = all
116css/plugins/sitemapnavi.less          = all
117css/plugins/data.less                 = all
118
119
120; _____________  print styles  _____________
121
122css/print.less                        = print
123
124
125
126; This section is used to configure some placeholder values used in
127; the stylesheets. Changing this file is the simplest method to
128; give your wiki a new look.
129; Placeholders defined here will also be made available as LESS variables
130; (with surrounding underscores removed, and the prefix @ini_ added)
131
132[replacements]
133
134
135; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
136; guaranteed dokuwiki color placeholders that every plugin can use + template specific placeholders
137; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
138
139; main content width (from this ASIDE is calculated)
140__site_width__              = "73%"              ; @ini_site_width
141
142
143; alternative text and background colors
144__background_site__         = "#ECECEC"          ; @ini_background_site
145
146__text_webframe__           = "#696969"          ; @ini_text_webframe
147
148
149; icons: usertools, pagetools, metabox, tabbox
150__nav_menu_color__          = "#696969"          ; @ini_nav_menu_color
151__nav_menu_hover_color__    = "#286da8"          ; @ini_nav_menu_hover_color
152__nav_menu_hover_bg__       = "#FFF"             ; @ini_nav_menu_hover_bg
153
154__background__              = "#FFF"             ; @ini_background                         (guaranteed for every plugin)
155__text__                    = "#252525"          ; @ini_text                               (guaranteed for every plugin)
156
157__background_neu__          = "#FFF"             ; @ini_background_neu                     (guaranteed for every plugin)
158__text_neu__                = "#656565"          ; @ini_text_neu                           (guaranteed for every plugin)
159
160__background_page_header__  = "#F6F6F6"          ; @ini_background_page_header
161__border_light__            = "#DADADA"          ; @ini_border_light
162__background_page_footer__  = "#252525"          ; @ini_background_page_footer
163
164
165; highlighted text (e.g. search snippets)
166__highlight__               = "#EFEFEF"          ; @ini_highlight                          (guaranteed for every plugin)
167__highlight_text__          = "#252525"          ; @ini_highlight_text
168
169
170; these are used for links
171__existing__                = "#286DA8"          ; @ini_existing
172__missing__                 = "#CD5360"          ; @ini_missing
173__link__                    = "#286DA8"          ; @ini_link
174
175
176; buttons: submit, links styled like buttons, togglebuttons
177__button_color__            = "#FFF"             ; @ini_button_color
178__button_background__       = "#286DA8"          ; @ini_button_background
179
180__background_alt__          = "#F6F6F6"          ; @ini_background_alt                     (guaranteed for every plugin)
181__text_alt__                = "#454545"          ; @ini_text_alt                           (guaranteed for every plugin)
182__link_alt__                = "#286DA8"          ; @ini_link_alt
183
184
185; border color
186__border__                  = "#BBB"             ; @ini_border                             (guaranteed for every plugin)
187
188__default_border_radius__   = "3px"              ; @ini_default_border_radius
189
190
191; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
192; obsolete
193
194;__sidebar_width__           = "23%"
195
196;__font_family_screen__      = "arial, sans-serif"
197;__font_family_menu__        = "arial, sans-serif"
198;__font_family_print__       = "times new roman, serif"
199
200;__box_shadow_colored__      = "0 0 .5em rgba(40,109,168,.5)"
201;__box_shadow__              = "0 0 .5em rgb(153,153,153,.5)"
202;__box_shadow_right_bottom__ = "0.1em 0.3rem 0.5em rgb(153,153,153,.5)"
203;__box_shadow_bottom__       = "0 0.1em 0.5em rgb(153,153,153,.5)"
204;__box_shadow_offset__       = ".1em .1em .1em rgb(153,153,153,.5)"
205