xref: /template/writr/style.ini (revision e2751be0730058d8d619d3f0b284bcab48ac8bbe)
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/montserrat.less                   = screen
37css/bootstrap-icons.less              = screen
38css/reset.less                        = screen
39css/global.less                       = screen
40css/theme.less                        = screen
41css/menu.less                         = screen
42css/admin.less                        = screen
43css/tools.less                        = all
44css/responsive.less                   = all
45css/rtl.less                          = all
46css/components/codeblock.less         = all
47css/components/collapse.less          = all
48css/components/dropdown.less          = all
49css/components/form.less              = all
50css/components/jquery-ui.less         = all
51css/components/list.less              = all
52css/components/mediamanager.less      = all
53css/components/sidebar.less           = all
54css/components/sidebar/menu.less      = screen
55css/components/sidebar/sidebar.less   = screen
56css/components/sidebar/widgets.less   = screen
57css/components/toc.less               = all
58css/components/toolbar.less           = all
59css/components/tooltips.less          = all
60css/plugins/addnewpage.less           = all
61css/plugins/blog.less                 = all
62css/plugins/bloglinks.less            = all
63css/plugins/bureaucracy.less          = all
64css/plugins/captcha.less              = all
65css/plugins/cloud.less                = all
66css/plugins/cookiebanner.less         = all
67css/plugins/copy2clipboard.less       = all
68css/plugins/discussion.less           = all
69css/plugins/disqus.less               = all
70css/plugins/dw2pdf.less               = all
71css/plugins/folded.less               = all
72css/plugins/gallery.less              = all
73css/plugins/include.less              = all
74css/plugins/indexmenu.less            = all
75css/plugins/keyboard.less             = all
76css/plugins/move.less                 = all
77css/plugins/nspages.less              = all
78css/plugins/pagebuttons.less          = all
79css/plugins/publish.less              = all
80css/plugins/search.less               = all
81css/plugins/socialite.less            = all
82css/plugins/starred.less              = all
83css/plugins/struct.less               = all
84css/plugins/tagalerts.less            = all
85css/plugins/tag.less                  = all
86css/plugins/task.less                 = all
87css/plugins/translation.less          = all
88css/plugins/upgrade.less              = all
89css/plugins/wrap.less                 = all
90
91css/print.less                        = print
92
93
94; This section is used to configure some placeholder values used in
95; the stylesheets. Changing this file is the simplest method to
96; give your wiki a new look.
97; Placeholders defined here will also be made available as LESS variables
98; (with surrounding underscores removed, and the prefix @ini_ added)
99
100[replacements]
101
102;--------------------------------------------------------------------------
103;------ guaranteed dokuwiki color placeholders that every plugin can use
104
105; main text and background colors
106__text__           = "#656565"              ; @ini_text
107__background__     = "#fff"                 ; @ini_background
108; alternative text and background colors
109__text_alt__       = "#303030"              ; @ini_text_alt
110__background_alt__ = "#f5f5f5"              ; @ini_background_alt
111; neutral text and background colors
112__text_neu__       = "#202020"              ; @ini_text_neu
113__background_neu__ = "#e5e5e5"              ; @ini_background_neu
114; border color
115__border__         = "#e5e5e5"              ; @ini_border
116
117; highlighted text (e.g. search snippets)
118__highlight__      = "#ff9"                 ; @ini_highlight
119
120;--------------------------------------------------------------------------
121
122__tooltips_background_color__   = "#000"                ; @ini_tooltips_background_color
123__tooltips_text_color__         = "#fff"                ; @ini_tooltips_text_color
124__tooltips_border_color__       = "#000"                ; @ini_tooltips_border_color
125__sidebar_user_tools_color__    = "#1d4563"             ; @ini_sidebar_user_tools_color
126__theme_color__                 = "#35627c"             ; @ini_theme_color
127__theme_color_alt__             = "#1d4563"             ; @ini_theme_color_alt
128__link__                        = "#35627c"             ; @ini_link
129
130; #1abc9c  turquois
131; #16a085  darker
132; #e74c3c  red
133; #c0392b  darker
134; #a162ba  purple
135; #8e44ad  darker
136; #95a5a6  grey
137; #7f8c8d  darker
138; #2ecc71  green
139; #27ae60  darker
140; #3498db  blue
141; #2980b9  darker
142
143; widths
144__content_width__  = "800px"                ; @ini_content_width
145__content_border__  = "32px"                ; @ini_content_border
146__font__  = "Montserrat, sans-serif"        ; @ini_font
147