xref: /template/sprintdoc/style.ini (revision c8f31200deb01f4045d3739de7838d0302a7d859)
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.css           = 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/pagetools.less        = screen
43../dokuwiki/css/content.less          = screen
44
45
46; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
47; sprintDoc Template Styles
48; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
49
50; responsive behaviour for structure and areas is handled in style modules
51
52; _____________  basic styles  _____________
53
54css/base.less                         = all
55css/base_mixins.less                  = all
56css/base_fontello-codes.less          = all
57css/base_fonts.less                   = all
58css/base_structure.less               = all
59css/base_design.less                  = all
60
61
62; _____________  area styles   _____________
63
64css/area_content.less                 = all
65css/area_header.less                  = all
66css/area_footer.less                  = all
67css/area_msg.less                     = all
68css/area_nav-direct.less              = all
69css/area_nav-breadcrumb.less          = all
70css/area_nav-usertools.less           = all
71css/area_sidebar-search.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-content.less    = all
76;css/area_sidetools.less               = all
77css/area_main-content.less            = all
78css/area_togglelink.less              = all
79
80css/template_admin.less               = all
81
82
83; _____________  plugin styles _____________
84
85css/plugins/popupviewer.less          = all
86css/plugins/magic-matcher.less        = all
87css/plugins/do_tasks.less             = all
88css/plugins/qc.less                   = all
89css/plugins/struct.less               = all
90css/plugins/bureaucracy.less          = all
91css/plugins/highlight_parent.less     = all
92css/plugins/edit.less                 = all
93css/plugins/mediamanager.less         = all
94css/plugins/tabinclude.less           = all
95css/plugins/include.less              = all
96
97
98; _____________  print styles  _____________
99
100css/print.css                         = print
101
102
103
104; This section is used to configure some placeholder values used in
105; the stylesheets. Changing this file is the simplest method to
106; give your wiki a new look.
107; Placeholders defined here will also be made available as LESS variables
108; (with surrounding underscores removed, and the prefix @ini_ added)
109
110[replacements]
111
112
113; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
114; guaranteed dokuwiki color placeholders that every plugin can use
115; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
116
117; main text and background colors
118__text__                = "#252525"              ; @ini_text
119__background__          = "#ECECEC"              ; @ini_background
120
121; alternative text and background colors
122__text_alt__            = "#454545"              ; @ini_text_alt
123__background_alt__      = "#f6f6f6"              ; @ini_background_alt
124
125; neutral text and background colors
126__text_neu__            = "#656565"              ; @ini_text_neu
127__background_neu__      = "#ffffff"              ; @ini_background_neu
128
129; border color
130__border__              = "#bbbbbb"              ; @ini_border
131
132; highlighted text (e.g. search snippets)
133__highlight__           = "#efefef"              ; @ini_highlight
134
135
136
137; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
138; template specific placeholders
139; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
140
141; these are used for links
142__link__                    = "#286DA8"                                                 ; @ini_link
143__existing__                = "#286DA8"                                                 ; @ini_existing
144__missing__                 = "#CD5360"                                                 ; @ini_missing
145
146__button_color__            = "#FFF"
147__button_background__       = "#286DA8"
148
149; widths
150__site_width__              = "64em"                                                    ; @ini_site_width
151__sidebar_width__           = "16em"                                                    ; @ini_sidebar_width
152
153__font_family_screen__      = "arial, sans-serif"
154__font_family_menu__        = "arial, sans-serif"
155__font_family_print__       = "'times new roman', serif"
156
157__nav_direct_background__   = "#FFF"
158__nav_direct_color__        = "#286da8"
159__box_shadow_colored__      = "0 0 .5em rgba(40,109,168,.5)"
160__box_shadow__              = "0 0 .5em rgb(153,153,153,.5)"
161__box_shadow_offset__       = ".1em .1em .1em rgb(153,153,153,.5)"
162__nav_menu_color__          = "#696969"
163__nav_menu_hover_color__    = "#286da8"
164__nav_menu_hover_bg__       = "#FFF"
165
166__background_content__      = "#FFF"
167__background_site__         = "#ECECEC"
168
169__default_border_radius__   = "3px"
170
171__background_page-header__  = "#F6F6F6"
172
173__border_light__            = "#dadada"
174