xref: /template/kiwiki/style.ini (revision 6d5babb2467eb7e57dc24c981ab68f447193c53d)
1; Please see https://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
21; load styles from the default 'dokuwiki' template
22; some of these have been renamed from *.css to *.less
23; but .css still loads the same file and is backwards compatible
24../dokuwiki/css/_imgdetail.css        = screen
25../dokuwiki/css/_media_popup.css      = screen
26../dokuwiki/css/_media_fullscreen.css = screen
27../dokuwiki/css/_fileuploader.css     = screen
28../dokuwiki/css/_tabs.css             = screen
29../dokuwiki/css/_links.css            = screen
30../dokuwiki/css/_toc.css              = screen
31../dokuwiki/css/_footnotes.css        = screen
32../dokuwiki/css/_search.css           = screen
33../dokuwiki/css/_recent.css           = screen
34../dokuwiki/css/_diff.css             = screen
35../dokuwiki/css/_edit.css             = screen
36../dokuwiki/css/_modal.css            = screen
37../dokuwiki/css/_forms.css            = screen
38../dokuwiki/css/_admin.css            = screen
39
40; load the rest of the styles
41css/style.css                        = screen
42
43css/mobile.css                        = all
44css/print.css                         = print
45
46
47; This section is used to configure some placeholder values used in
48; the stylesheets. Changing this file is the simplest method to
49; give your wiki a new look.
50; Placeholders defined here will also be made available as LESS variables
51; (with surrounding underscores removed, and the prefix @ini_ added)
52
53[replacements]
54
55;--------------------------------------------------------------------------
56;------ guaranteed dokuwiki color placeholders that every plugin can use
57
58; main text and background colors
59__text__           = "#000"                 ; @ini_text
60__background__     = "#fff"                 ; @ini_background
61; alternative text and background colors
62__text_alt__       = "#475569"                 ; @ini_text_alt
63__background_alt__ = "#eee"                 ; @ini_background_alt
64; neutral text and background colors
65__text_neu__       = "#666"                 ; @ini_text_neu
66__background_neu__ = "#ddd"                 ; @ini_background_neu
67; border color
68__border__         = "#ccc"                 ; @ini_border
69
70; highlighted text (e.g. search snippets)
71__highlight__      = "#ff9"                 ; @ini_highlight
72
73; link color
74__link__            = "#1a569d"                ; @ini_link
75
76;--------------------------------------------------------------------------
77
78; these are used for other links
79__existing__       = "#090"                 ; @ini_existing
80__missing__        = "#f30"                 ; @ini_missing
81
82; widths
83__site_width__     = "100%"                 ; @ini_site_width
84__sidebar_width__  = "16em"                 ; @ini_sidebar_width
85
86; color of the web app (used by the core, not by the template)
87__theme_color__    = "#eee"                 ; @ini_theme_color
88
89
90;kiwiki colors
91__kiwiki_color__    = "#000000"                 ; @ini_kiwiki_color
92__kiwiki_color_black__ = "#000000" ; @ini_kiwiki_color_black
93__kiwiki_color_white__ = "#ffffff" ; @ini_kiwiki_color_white
94__kiwiki_color_grey__ = "#475569" ; @ini_kiwiki_color_grey
95__kiwiki_color_grey_dark__ = "#1e293b" ; @ini_kiwiki_color_grey_dark
96__kiwiki_color_grey_100__ = "#f1f5f9" ; @ini_kiwiki_color_grey_100
97__kiwiki_color_grey_200__ = "#e2e8f0" ; @ini_kiwiki_color_grey_200
98__kiwiki_color_grey_300__ = "#cbd5e1" ; @ini_kiwiki_color_grey_300
99__kiwiki_color_grey_400__ = "#94a3b8" ; @ini_kiwiki_color_grey_400
100__kiwiki_color_grey_500__ = "#64748b" ; @ini_kiwiki_color_grey_500
101__kiwiki_color_grey_600__ = "#475569" ; @ini_kiwiki_color_grey_600
102__kiwiki_color_grey_700__ = "#334155" ; @ini_kiwiki_color_grey_700
103__kiwiki_color_grey_800__ = "#1e293b" ; @ini_kiwiki_color_grey_800
104__kiwiki_color_grey_900__ = "#0f172a" ; @ini_kiwiki_color_grey_900
105__kiwiki_color_text__ = "#1e293b" ; @ini_kiwiki_color_text
106__kiwiki_color_body_bg__ = "#f5f7fd" ; @ini_kiwiki_color_body_bg
107__kiwiki_color_btn_bg__ = "#1a569d" ; @ini_kiwiki_color_btn_bg
108__kiwiki_color_btn_hover_bg__ = "#1e77e1" ; @ini_kiwiki_color_btn_hover_bg
109__kiwiki_color_btn_border_color__ = "#185093" ; @ini_kiwiki_color_btn_border_color