xref: /template/writr/style.ini (revision c890aa38b3a3b230bc94dc0306e4542eb9df1336)
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
19../dokuwiki/css/_imgdetail.css        = screen
20../dokuwiki/css/_media_popup.css      = screen
21../dokuwiki/css/_media_fullscreen.css = screen
22../dokuwiki/css/_fileuploader.css     = screen
23../dokuwiki/css/_tabs.css             = screen
24../dokuwiki/css/_links.css            = screen
25../dokuwiki/css/_toc.css              = screen
26../dokuwiki/css/_footnotes.css        = screen
27../dokuwiki/css/_search.css           = screen
28../dokuwiki/css/_recent.css           = screen
29../dokuwiki/css/_diff.css             = screen
30../dokuwiki/css/_edit.css             = screen
31../dokuwiki/css/_modal.css            = screen
32../dokuwiki/css/_forms.css            = screen
33../dokuwiki/css/_admin.less           = screen
34
35css/genericons.less                   = screen
36css/reset.less                        = screen
37css/global.less                       = screen
38css/theme.less                        = screen
39css/menu.less                         = screen
40css/sidebar.less                      = screen
41css/admin.less                        = screen
42css/tools.less                        = all
43css/responsive.less                   = all
44css/rtl.less                          = all
45css/plugins/addnewpage.less                 = screen
46css/plugins/blog.less                 = screen
47css/plugins/bloglinks.less            = screen
48css/plugins/captcha.less              = screen
49css/plugins/cloud.less                = screen
50css/plugins/discussion.less           = screen
51css/plugins/dw2pdf.less               = screen
52css/plugins/galery.less               = screen
53css/plugins/include.less              = screen
54css/plugins/move.less                 = screen
55css/plugins/search.less               = screen
56css/plugins/socialite.less            = screen
57css/plugins/tag.less                  = screen
58css/plugins/translation.less          = screen
59css/plugins/wrap.less                 = screen
60
61css/print.less                        = print
62
63
64; This section is used to configure some placeholder values used in
65; the stylesheets. Changing this file is the simplest method to
66; give your wiki a new look.
67; Placeholders defined here will also be made available as LESS variables
68; (with surrounding underscores removed, and the prefix @ini_ added)
69
70[replacements]
71
72;--------------------------------------------------------------------------
73;------ guaranteed dokuwiki color placeholders that every plugin can use
74
75; main text and background colors
76__text__           = "#656565"              ; @ini_text
77__background__     = "#fff"                 ; @ini_background
78; alternative text and background colors
79__text_alt__       = "#303030"              ; @ini_text_alt
80__background_alt__ = "#f5f5f5"              ; @ini_background_alt
81; neutral text and background colors
82__text_neu__       = "#202020"              ; @ini_text_neu
83__background_neu__ = "#e5e5e5"              ; @ini_background_neu
84; border color
85__border__         = "#e5e5e5"              ; @ini_border
86
87; highlighted text (e.g. search snippets)
88__highlight__      = "#ff9"                 ; @ini_highlight
89
90;--------------------------------------------------------------------------
91
92__theme_color__     = "#35627c"             ; @ini_theme_color
93__theme_color_alt__ = "#1d4563"             ; @ini_theme_color_alt
94
95__link__            = "#35627c"             ; @ini_link
96
97; #1abc9c  turquois
98; #16a085  darker
99; #e74c3c  red
100; #c0392b  darker
101; #a162ba  purple
102; #8e44ad  darker
103; #95a5a6  grey
104; #7f8c8d  darker
105; #2ecc71  green
106; #27ae60  darker
107; #3498db  blue
108; #2980b9  darker
109
110
111; widths
112__content_width__  = "800px"                ; @ini_content_width
113__font__  = "Montserrat, sans-serif"        ; @ini_font
114