xref: /template/ad-hominem/style.ini (revision 98fa74e35999cbd96f4678cfe0e188a0128ce464)
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/layout.less				= all
20css/content.less			= all
21css/links.less				= all
22css/_media_popup.css		= screen
23css/_media_fullscreen.css	= screen
24css/_fileuploader.css		= screen
25css/_tabs.css				= screen
26css/_links.css				= screen
27css/_footnotes.css			= screen
28css/_search.less			= screen
29css/_recent.css				= screen
30css/_diff.css				= screen
31css/_edit.css				= screen
32css/_modal.css				= screen
33css/_forms.css				= screen
34css/_admin.less				= screen
35css/structure.less			= screen
36css/design.less				= screen
37css/usertools.less			= screen
38css/pagetools.less			= screen
39css/content.less			= screen
40
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__			= "#111"			; @ini_text
57__headlines__		= "#333"			; @ini_headlines
58__background__		= "#FFF"			; @ini_background
59; alternative text and background colors
60__text_alt__		= "#666"			; @ini_text_alt
61__background_alt__	= "#EEE"			; @ini_background_alt
62; neutral text and background colors
63__text_neu__		= "#666"			; @ini_text_neu
64__background_neu__	= "#DDD"			; @ini_background_neu
65; border color
66__border__			= "#CCC"			; @ini_border
67; blockquote marker
68__blockquote__		= "#AAA"			; @ini_blockquote
69
70; highlighted text (e.g. search snippets)
71__highlight__       = "#fcffaa"			; @ini_highlight
72
73; default link color
74__link__            = "#2b73b7"			; @ini_link
75
76; border color
77__separator__		= "#666"			; @ini_separator
78
79;--------------------------------------------------------------------------
80
81__background_site__ = "#fbfaf9"			; @ini_background_site
82
83; these are used for wiki links
84__existing__		= "#080"			; @ini_existing
85__missing__			= "#d30"			; @ini_missing
86
87; site and sidebar widths
88__site_width__		= "950pt"			; @ini_site_width
89__sidebar_width__	= "280px"			; @ini_sidebar_width
90__toc_width__		= "200px"			; @ini_toc_width
91; cut off points for mobile devices
92__tablet_width__	= "950px"			; @ini_tablet_width
93__phone_width__		= "670px"			; @ini_phone_width
94
95__theme_color__		= "#232327"			; @ini_theme_color: theme_color of the web app
96
97; for focusing on element:
98__focus_color__		= "rgba(255,136,0,.75)"	; @ini_focus_color: focus colour (Accessibility)
99
100;---------------------------------------------- Dark Mode Colours -
101
102__background_site_dark__	= "#0C0C0D"		; @ini_background_site_dark
103__background_dark__			= "#232327"		; @ini_background_dark
104__background_alt_dark__		= "#39393D"		; @ini_background_alt_dark
105__headlines_dark__			= "#898991"		; @ini_headlines_dark
106__text_dark__				= "#CCC"		; @ini_text_dark
107__link_dark__				= "#4190D5"		; @ini_link_dark
108__existing_dark__			= "#008811"		; @ini_existing_dark
109__missing_dark__			= "#BB4444"		; @ini_missing_dark
110__border_dark__				= "#38383D"		; @ini_border_dark
111__blockquote_dark__			= "#3b3b42"		; @ini_blockquote_dark
112
113
114;----------------------------------------------- Font families ----
115
116; The default font settings for the site:
117__default_fonts__  = "Helvetica Neue,Helvetica,Arial,sans-serif"	; @ini_default_fonts
118__default_font_size__		= "14pt"								; @ini_default_font_size
119__default_letter_spacing__	= ".005em"								; @ini_default_letter_spacing
120
121__alt_fonts__	= "Georgia,Palatino,Baskerville,serif"				; @ini_alt_fonts
122__mono_fonts__	= "Source Code Pro,Consolas,Courier New,Courier,monospace"		; @ini_mono_fonts
123__math_fonts__	= "STIX Two Math,Cambria Math,Latin Modern Math,Times New Roman,serif"	; @ini_math_fonts
124
125; ---------------------------------------------- Print Settings ----
126
127__print_default_fonts__ = "Georgia,Times New Roman,Garamond,serif"		; @ini_print_default_fonts
128__print_title_fonts__ = "Helvetica Neue,Helvetica,Arial,sans-serif"		; @ini_print_title_fonts
129__print_title_color__ = "#333"												; @ini_print_title_color
130