xref: /template/writr/style.ini (revision 9e642b38b0c8b5f46214462a9c2fcbab40c6f025)
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.css            = screen
34
35css/genericons.css                    = screen
36css/reset.less                        = screen
37css/global.less                       = screen
38css/theme.less                        = screen
39css/menu.less                         = screen
40css/sidebar.less                      = screen
41css/pagetools.less                    = all
42css/responsive.less                   = all
43css/changes.less                      = screen
44css/rtl.less                          = all
45
46css/print.less                        = print
47
48
49; This section is used to configure some placeholder values used in
50; the stylesheets. Changing this file is the simplest method to
51; give your wiki a new look.
52; Placeholders defined here will also be made available as LESS variables
53; (with surrounding underscores removed, and the prefix @ini_ added)
54
55[replacements]
56
57;--------------------------------------------------------------------------
58;------ guaranteed dokuwiki color placeholders that every plugin can use
59
60; main text and background colors
61__text__           = "#656565"              ; @ini_text
62__background__     = "#fff"                 ; @ini_background
63; alternative text and background colors
64__text_alt__       = "#303030"              ; @ini_text_alt
65__background_alt__ = "#f5f5f5"              ; @ini_background_alt
66; neutral text and background colors
67__text_neu__       = "#202020"              ; @ini_text_neu
68__background_neu__ = "#e5e5e5"              ; @ini_background_neu
69; border color
70__border__         = "#e5e5e5"              ; @ini_border
71
72; highlighted text (e.g. search snippets)
73__highlight__      = "#ff9"                 ; @ini_highlight
74
75;--------------------------------------------------------------------------
76
77__theme_color__     = "#3498db"             ; @ini_theme_color
78__theme_color_alt__ = "#2980b9"             ; @ini_theme_color_alt
79
80; #1abc9c  turquois
81; #16a085  darker
82
83; #e74c3c  red
84; #c0392b  darker
85
86; #a162ba  purple
87; #8e44ad  darker
88
89; #95a5a6  grey
90; #7f8c8d  darker
91
92; #2ecc71  green
93; #27ae60  darker
94
95; #3498db  blue
96; #2980b9  darker
97
98
99; widths
100__content_width__  = "800px"                ; @ini_content_width
101