xref: /template/ad-hominem/style.ini (revision 56919fe9575b8496ca18fe44265b7cf334d262c6)
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				= screen
22css/_media_popup.css      	= screen
23css/_media_fullscreen.css 	= screen
24css/_fileuploader.css     	= screen
25css/_tabs.css             	= screen
26css/_links.css            	= screen
27css/_toc.css              	= screen
28css/_footnotes.css        	= screen
29css/_search.less          	= screen
30css/_recent.css           	= screen
31css/_diff.css             	= screen
32css/_edit.css             	= screen
33css/_modal.css            	= screen
34css/_forms.css            	= screen
35css/_admin.less           	= screen
36; css/structure.less        = screen
37; css/design.less           = screen
38; css/usertools.less        = screen
39; css/pagetools.less        = screen
40; css/content.less          = screen
41;
42; css/mobile.less           = all
43; css/print.css             = print
44
45
46; This section is used to configure some placeholder values used in
47; the stylesheets. Changing this file is the simplest method to
48; give your wiki a new look.
49; Placeholders defined here will also be made available as LESS variables
50; (with surrounding underscores removed, and the prefix @ini_ added)
51
52[replacements]
53
54;--------------------------------------------------------------------------
55;------ guaranteed dokuwiki color placeholders that every plugin can use
56
57; main text and background colors
58__text__            = "#111"            ; @ini_text
59__headlines__		= "#333"			; @ini_headlines
60__background__      = "#FFF"            ; @ini_background
61; alternative text and background colors
62__text_alt__        = "#666"            ; @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; blockquote marker
70__blockquote__		= "#AAA"			; @ini_blockquote
71
72; highlighted text (e.g. search snippets)
73__highlight__       = "#ff9"            ; @ini_highlight
74
75; default link color
76__link__            = "#2b73b7"         ; @ini_link
77
78; border color
79__separator__       = "#666"            ; @ini_separator
80
81;--------------------------------------------------------------------------
82
83__background_site__ = "#fbfaf9"         ; @ini_background_site
84
85; these are used for wiki links
86__existing__        = "#080"            ; @ini_existing
87__missing__         = "#d30"            ; @ini_missing
88
89; site and sidebar widths
90__site_width__      = "75em"            ; @ini_site_width
91__sidebar_width__   = "16em"            ; @ini_sidebar_width
92; cut off points for mobile devices
93__tablet_width__    = "950px"           ; @ini_tablet_width
94__phone_width__     = "480px"           ; @ini_phone_width
95
96__theme_color__     = "#008800"         ; @ini_theme_color: theme_color of the web app
97
98; for focusing on element:
99__focus_color__		= "#0066CC"			; @ini_focus_color: focus colour (Accessibility)
100
101;----------------------------------------------- Font families ----
102
103; The default font settings for the site:
104__default_fonts__  = "'Helvetica Neue',Helvetica,Arial,sans-serif"	; @ini_default_fonts
105__default_font_size__		= "111%"								; @ini_default_font_size
106__default_letter_spacing__	= ".005em"								; @ini_default_letter_spacing
107
108__alt_fonts__      = "Georgia,'Times New Roman',Garamond,serif"		; @ini_alt_fonts
109__code_fonts__     = "Consolas,Code,'Courier New',Courier,mono"		; @ini_mono_fonts
110