xref: /template/mikio/style.ini (revision ab45ba7165dc08ce8ac280c60e4318ef9df9d00d)
1[stylesheets]
2
3../dokuwiki/css/_imgdetail.css        = screen
4../dokuwiki/css/_media_popup.css      = screen
5../dokuwiki/css/_media_fullscreen.css = screen
6../dokuwiki/css/_fileuploader.css     = screen
7../dokuwiki/css/_tabs.css             = screen
8../dokuwiki/css/_links.css            = screen
9../dokuwiki/css/_toc.css              = screen
10../dokuwiki/css/_footnotes.css        = screen
11../dokuwiki/css/_search.css           = screen
12../dokuwiki/css/_recent.css           = screen
13../dokuwiki/css/_diff.css             = screen
14../dokuwiki/css/_edit.css             = screen
15../dokuwiki/css/_modal.css            = screen
16../dokuwiki/css/_forms.css            = screen
17../dokuwiki/css/_admin.css            = screen
18css/mikio.less			                  = all
19css/bootstrap.min.css								 	= all
20
21[replacements]
22
23;--------------------------------------------------------------------------
24;------ guaranteed dokuwiki color placeholders that every plugin can use
25
26; main text and background colors
27__text__            = "#333"             ; @ini_text
28__background__      = "#fff"             ; @ini_background
29; alternative text and background colors
30__text_alt__        = "#999"             ; @ini_text_alt
31__background_alt__  = "#eee"             ; @ini_background_alt
32; neutral text and background colors
33__text_neu__        = "#666"             ; @ini_text_neu
34__background_neu__  = "#ddd"             ; @ini_background_neu
35; border color
36__border__          = "#ccc"             ; @ini_border
37
38; highlighted text (e.g. search snippets)
39__highlight__       = "#ff9"             ; @ini_highlight
40
41;--------------------------------------------------------------------------
42
43__background_site__ = "#fbfaf9"          ; @ini_background_site
44
45; these are used for links
46__link__            = "#2b73b7"          ; @ini_link
47__existing__        = "#090"             ; @ini_existing
48__missing__         = "#f30"             ; @ini_missing
49
50; navbar
51__navbar_background__		= "#7952b3"				; @ini_navbar_background
52__navbar_height__				= "auto"					; @ini_navbar_height
53
54; breakcrumbs
55__breadcrumb_background__	= "#e7e8e9"		; @ini_breadcrumb_background
56
57; hero
58__hero_background__					= "#e7e8e9"		; @ini_hero_background
59__hero_height__							= "250px"			; @ini_hero_height
60__hero_subtext_color__			= "#666"			; @ini_hero_subtext_color
61__hero_subtext_size__				= "1.5rem"		; @ini_hero_subtext_size
62