xref: /template/ad-hominem/style.ini (revision 445d91c700b994e3b5cbae6358c061da6c08be74)
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/_sidebar.less			= screen
23css/_cookies.css			= screen
24css/_media_popup.css		= screen
25css/_media_fullscreen.css	= screen
26css/_fileuploader.css		= screen
27css/_tabs.css				= screen
28css/_links.css				= screen
29css/_footnotes.css			= all
30css/_search.less			= screen
31css/_recent.css				= screen
32css/_diff.css				= screen
33css/_edit.css				= screen
34css/_modal.css				= screen
35css/_forms.css				= screen
36css/_admin.less				= screen
37css/_languages.less			= screen
38css/structure.less			= screen
39css/design.less				= screen
40css/usertools.less			= screen
41css/pagetools.less			= screen
42css/plugins.less			= screen
43
44css/geshi.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__			= "#111"			; @ini_text
62__headlines__		= "#444"			; @ini_headlines
63__background__		= "#FFF"			; @ini_background
64; alternative text and background colors
65__text_alt__		= "#333"			; @ini_text_alt
66__background_alt__	= "#EEE"			; @ini_background_alt
67; neutral text and background colors
68__text_neu__		= "#616161"			; @ini_text_neu
69__background_neu__	= "#DDD"			; @ini_background_neu
70; border color
71__border__			= "#CCC"			; @ini_border
72; blockquote marker
73__blockquote__		= "#AAA"			; @ini_blockquote
74
75; highlighted text (e.g. search snippets)
76__highlight__       = "#fcffaa"			; @ini_highlight
77
78; default link color
79__link__            = "#1F53A8"			; @ini_link
80
81; separator color
82__separator__		= "#666"			; @ini_separator
83
84;--------------------------------------------------------------------------
85
86__background_site__ = "#fbfaf9"			; @ini_background_site
87
88; these are used for wiki links
89__existing__		= "#006500"			; @ini_existing
90__missing__			= "#A92700"			; @ini_missing
91__inpage__			= "#494F52"			; @ini_inpage
92
93; site and sidebar widths
94__site_width__		= "950pt"			; @ini_site_width
95__sidebar_width__	= "280px"			; @ini_sidebar_width
96__toc_width__		= "200px"			; @ini_toc_width
97; cut off points for mobile devices
98__tablet_width__	= "950px"			; @ini_tablet_width
99__phone_width__		= "670px"			; @ini_phone_width
100
101__theme_color__		= "#232327"			; @ini_theme_color: theme_color of the web app
102
103; for focusing on element:
104__focus_color__		= "#FEA62B"			; @ini_focus_color: focus colour (Accessibility)
105
106;---------------------------------------------- Dark Mode Colours -
107
108__background_site_dark__	= "#0C0C0D"		; @ini_background_site_dark
109__background_dark__			= "#232327"		; @ini_background_dark
110__background_alt_dark__		= "#39393D"		; @ini_background_alt_dark
111__background_neu_dark__		= "#4C4C4E"		; @ini_background_neu_dark
112__headlines_dark__			= "#ADADB3"		; @ini_headlines_dark
113__text_dark__				= "#CCC"		; @ini_text_dark
114__text_alt_dark__			= "#AEAEAE"		; @ini_text_alt_dark
115__text_neu_dark__			= "#BDBDBD"		; @ini_text_neu_dark
116__link_dark__				= "#76B0FD"		; @ini_link_dark
117__existing_dark__			= "#00CA1B"		; @ini_existing_dark
118__missing_dark__			= "#FF9233"		; @ini_missing_dark
119__inpage_dark__				= "#A7AEA6"		; @ini_inpage_dark
120__border_dark__				= "#38383D"		; @ini_border_dark
121__blockquote_dark__			= "#3b3b42"		; @ini_blockquote_dark
122__highlight_dark__          = "#3c3c36"		; @ini_highlight_dark
123__focus_color_dark__		= "#FEA62B"		; @ini_focus_color_dark
124
125;----------------------------------------------- Font families ----
126
127; The default font settings for the site:
128__default_fonts__  = "Helvetica Neue,Helvetica,Arial,Roboto,sans-serif"	; @ini_default_fonts
129__default_font_size__ = "14pt"										; @ini_default_font_size
130__headline_fonts__  = "Georgia,Palatino,Baskerville,serif"			; @ini_headline_fonts
131
132__alt_fonts__	= "Georgia,Palatino,Baskerville,serif"				; @ini_alt_fonts
133__alt_font_size__ = "92%"											; @ini_alt_font_size
134__mono_fonts__	= "Consolas,Courier New,Courier,monospace"			; @ini_mono_fonts
135__math_fonts__	= "STIX Two Math,Cambria Math,Latin Modern Math,Times New Roman,serif"	; @ini_math_fonts
136
137; ---------------------------------------------- Print Settings ----
138
139__print_default_fonts__ = "Georgia,Times New Roman,Garamond,serif"		; @ini_print_default_fonts
140__print_title_fonts__ = "Helvetica Neue,Helvetica,Arial,sans-serif"		; @ini_print_title_fonts
141__print_title_color__ = "#333"											; @ini_print_title_color
142