xref: /template/sprintdoc/style.ini (revision 40e8d244982e0fad0004dd7621b1149b13cd5bcc)
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.css            = screen
42
43
44; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
45; sprintDoc Template Styles
46; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
47
48; responsive behaviour for structure and areas is handled in style modules
49
50; _____________  basic styles  _____________
51
52css/base.less                         = all
53css/base_fonts.less                   = all
54css/base_structure.less               = all
55css/base_design.less                  = all
56
57
58; _____________  area styles   _____________
59
60css/area_content.less                 = all
61css/area_header.less                  = all
62css/area_footer.less                  = all
63css/area_navigation.less              = all
64
65
66; _____________  plugin styles _____________
67
68
69; _____________  print styles  _____________
70
71css/print.css                         = print
72
73
74
75; This section is used to configure some placeholder values used in
76; the stylesheets. Changing this file is the simplest method to
77; give your wiki a new look.
78; Placeholders defined here will also be made available as LESS variables
79; (with surrounding underscores removed, and the prefix @ini_ added)
80
81[replacements]
82
83
84; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
85; guaranteed dokuwiki color placeholders that every plugin can use
86; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
87
88; main text and background colors
89__text__                = "#252525"              ; @ini_text
90__background__          = "#ECECEC"              ; @ini_background
91
92; alternative text and background colors
93__text_alt__            = "#454545"              ; @ini_text_alt
94__background_alt__      = "#e8e8e8"              ; @ini_background_alt
95
96; neutral text and background colors
97__text_neu__            = "#656565"              ; @ini_text_neu
98__background_neu__      = "#ffffff"              ; @ini_background_neu
99
100; border color
101__border__              = "#3c3c3c"              ; @ini_border
102
103; highlighted text (e.g. search snippets)
104__highlight__           = "#efefef"              ; @ini_highlight
105
106
107
108; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
109; template specific placeholders
110; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
111
112; these are used for links
113__existing__            = "#286da8"                                                 ; @ini_existing
114__missing__             = "#CD5360"                                                 ; @ini_missing
115
116; widths
117__site_width__          = "64em"                                                    ; @ini_site_width
118__sidebar_width__       = "16em"                                                    ; @ini_sidebar_width
119
120__font_family_screen__  = "roboto, 'helvetica', arial, sans-serif"
121__font_family_menu__    = "'roboto condensed', 'helvetica neue', arial, sans-serif"
122__font_family_print__   = "'times new roman', serif"
123
124