1; Please see http://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/themes/tss.css        = screen
20css/themes/white.css      = screen
21css/grid.css              = screen
22css/title.css             = screen
23css/tools.css             = screen
24css/backgrounds.css       = screen
25css/pageid.css            = screen
26
27css/basic.less            = screen
28css/_imgdetail.css        = screen
29css/_media_popup.css      = screen
30css/_media_fullscreen.css = screen
31css/_fileuploader.css     = screen
32css/_tabs.css             = screen
33css/_toc.css              = screen
34css/_footnotes.css        = screen
35css/_search.less          = screen
36css/_recent.css           = screen
37css/_diff.css             = screen
38css/_edit.css             = screen
39css/_modal.css            = screen
40css/_forms.css            = screen
41css/_admin.less           = screen
42css/structure.less        = screen
43css/design.less           = screen
44css/content.less          = screen
45
46css/mobile.less           = all
47css/print.css             = print
48
49
50; This section is used to configure some placeholder values used in
51; the stylesheets. Changing this file is the simplest method to
52; give your wiki a new look.
53; Placeholders defined here will also be made available as LESS variables
54; (with surrounding underscores removed, and the prefix @ini_ added)
55
56[replacements]
57
58;--------------------------------------------------------------------------
59;------ guaranteed dokuwiki color placeholders that every plugin can use
60
61; main text and background colors
62__text__            = "#333"            ; @ini_text
63__background__      = "#fff"            ; @ini_background
64; alternative text and background colors
65__text_alt__        = "#999"            ; @ini_text_alt
66__background_alt__  = "#eee"            ; @ini_background_alt
67; neutral text and background colors
68__text_neu__        = "#666"            ; @ini_text_neu
69__background_neu__  = "#ddd"            ; @ini_background_neu
70; border color
71__border__          = "#ccc"            ; @ini_border
72
73; highlighted text (e.g. search snippets)
74__highlight__       = "#ff9"            ; @ini_highlight
75
76; default link color
77__link__            = "#2b73b7"         ; @ini_link
78
79; default error text color
80__error_color__     = "#ff0000"         ; @ini_error_color;
81
82;--------------------------------------------------------------------------
83
84__background_site__        = "#fbfaf9"  ; @ini_background_site
85
86; these are used for wiki links
87__existing__               = "#080"     ; @ini_existing
88__missing__                = "#d30"     ; @ini_missing
89
90; site and sidebar widths
91__site_width__             = "85%"      ; @ini_site_width
92__sidebar_width__          = "16em"     ; @ini_sidebar_width
93; cut off points for mobile devices
94__tablet_width__           = "800px"    ; @ini_tablet_width
95__phone_width__            = "480px"    ; @ini_phone_width
96
97__theme_color__            = "#008800"  ; @_ini_theme_color: theme_color of the web app
98
99__logo_height__            = 64px       ; @ini_logo_height: height of the logo
100__logo_width__             = 64px       ; @ini_logo_width:  width of the logo
101
102__title_font_size__        = 24px       ; ini_title_font_size
103__title_color__            = white      ; @ini_title_color
104__title_background_color__ = inherit    ; @ini_title_background_color
105__title_font_family__      = "Times New Roman", Times, serif
106                                        ; @ini_title_font_family: font for the title
107
108__trace_color__            = black      ; @ini_trace_color
109__trace_background_color__ = white      ; @ini_trace_background_color
110
111__youarehere_color__            = black ; @ini_trace_color
112__youarehere_background_color__ = white ; @ini_trace_background_color
113
114__code_margin__            = "2em"      ; @ini_code_margin
115
116__border_user__            = "none"     ; @ini_border_user
117