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
19css/basic.css                         = screen
20../dokuwiki/css/_imgdetail.css        = screen
21../dokuwiki/css/_media_popup.css      = screen
22../dokuwiki/css/_media_fullscreen.css = screen
23../dokuwiki/css/_fileuploader.css     = screen
24../dokuwiki/css/_tabs.css             = screen
25../dokuwiki/css/_links.css            = screen
26../dokuwiki/css/_toc.css              = screen
27../dokuwiki/css/_footnotes.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
33css/structure.css                     = screen
34css/design.css                        = screen
35css/content.css                       = screen
36css/pagetools.css                     = screen
37css/menu.css                          = screen
38css/adminpage.css                     = screen
39
40css/mobile.css                        = all
41css/print.css                         = print
42
43
44; This section is used to configure some placeholder values used in
45; the stylesheets. Changing this file is the simplest method to
46; give your wiki a new look.
47; Placeholders defined here will also be made available as LESS variables
48; (with surrounding underscores removed, and the prefix @ini_ added)
49
50[replacements]
51
52;--------------------------------------------------------------------------
53;------ guaranteed dokuwiki color placeholders that every plugin can use
54
55; main text and background colors
56__text__           = "#000"                 ; @ini_text
57__background__     = "#fff"                 ; @ini_background
58
59; alternative text and background colors
60__text_alt__       = "#444"                 ; @ini_text_alt
61__background_alt__ = "#e6e6e6"              ; @ini_background_alt
62
63; neutral text and background colors
64__text_neu__       = "#666"                 ; @ini_text_neu
65__background_neu__ = "#f0f0f0"              ; @ini_background_neu
66
67; border color
68__border__         = "#c0c0c0"              ; @ini_border
69
70; highlighted text (e.g. search snippets)
71__highlight__      = "#ff9"                 ; @ini_highlight
72
73; default link color
74__link__            = "#333"                ; @ini_link
75
76;--------------------------------------------------------------------------
77
78; border color
79__borderdark__     = "#666"                 ; @ini_border
80
81; these are used for links
82__existing__       = "#333"                 ; @ini_existing
83__missing__        = "#c33"                 ; @ini_missing
84__rollover__       = "#33c"                 ; @ini_rollover
85
86; pagetools
87__pagetools__      = "#fff"
88__pt_foreground__  = "#b9b9b9"
89__pt_background__  = "#444"
90__pt_rollover__    = "#aaa"
91
92; widths
93__site_width__     = "74em"                 ; @ini_site_width
94__sidebar_width__  = "16em"                 ; @ini_sidebar_width
95