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