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