xref: /template/mikio/style.ini (revision 662e343cf9edbbf2394c4e561f4d79163287a242)
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
18
19[replacements]
20
21;--------------------------------------------------------------------------
22;------ guaranteed dokuwiki color placeholders that every plugin can use
23
24; main text and background colors
25; alternative text and background colors
26__text_alt__        = "#999"             ; @ini_text_alt
27__background_alt__  = "#eee"             ; @ini_background_alt
28; neutral text and background colors
29__text_neu__        = "#666"             ; @ini_text_neu
30__background_neu__  = "#ddd"             ; @ini_background_neu
31; border color
32__border__          = "#ccc"             ; @ini_border
33
34; highlighted text (e.g. search snippets)
35__highlight__       = "#ff9"             ; @ini_highlight
36
37; default link color
38__link__            = "#2b73b7"          ; @ini_link
39
40; these are used for wiki links
41__existing__        = "#080"            ; @ini_existing
42__missing__         = "#d30"            ; @ini_missing
43
44
45;--------------------------------------------------------------------------
46; Base placeholders
47__text__                        = "#333"
48__background__                  = "#fff"
49__font_size__                   = "1rem"
50__font_family__                 = "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""
51__line_height__                 = "1.5"
52__site_width__                  = "100%"
53
54__admin_background_color__      = "#f2f2f2"
55
56; Code
57__code_font_family__            = "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace"
58__code_font_size__              = "87.5%"
59__code_text_color__             = "#e83e8c"
60__code_line_height__       			= "1.75"
61__code_word_wrap__							= "break-word"
62__code_border_color__       		= "transparent"
63__code_background_color__       = "transparent"
64
65; Controls
66__control_text_color__          = "#495057"
67__control_border_color__        = "#6c757d"
68__control_background_color__    = "#fff"
69__input_border_color__          = "#ced4da"
70
71; Navbar
72__navbar_background_color__     = "#fff"
73__navbar_border_color__         = "#e5e5e5"
74__navbar_brand_text_color__     = "#1a1a1a"
75__navbar_brand_tagline_color__  = "#6c757d"
76__navbar_content_justify__      = "flex-end"
77
78; Sub Navbar
79__subnavbar_text_color__        = "#666"
80__subnavbar_link_color__        = "#666"
81__subnavbar_link_hover_color__  = "#000"
82__subnavbar_background_color__  = "#f8f8f8"
83__subnavbar_border_color__      = "#e5e5e5"
84__subnavbar_content_justify__   = "center"
85
86; Tags
87__tag_background_color__				= "#999"
88__tag_text_color__							= "#fff"
89
90; Breadcrumb
91__breadcrumb_background_color__ = "#ccc"
92__breadcrumb_font_size__        = "80%"
93__breadcrumb_text_color__       = "#808080"
94__breadcrumb_link_color__       = "#666"
95__breadcrumb_link_hover_color__ = "#000"
96
97; Hero
98__hero_title_color__            = "#000"
99__hero_subtitle_color__         = "#666"
100__hero_background_color__       = "#ddf7fb"
101
102; Sidebar
103__sidebar_width__               = "14rem"
104__sidebar_font_size__           = "90%"
105__sidebar_text_color__          = "#666"
106__sidebar_link_color__          = "#666"
107__sidebar_link_hover_color__    = "#333"
108__sidebar_background_color__    = "#f2f2f2"
109__sidebar_border_color__        = "#e5e5e5"
110
111; Content
112__content_background__          = "#fff"
113
114; TOC
115__toc_background_color__        = "#f2f2f2"
116__toc_border_color__            = "#e5e5e5"
117__toc_font_size__               = "80%"
118__toc_link_color__              = "#666"
119__toc_link_hover_color__        = "#000"
120
121; Page Tools
122__pagetools_color__             = "#ccc"
123__pagetools_hover_color__       = "#666"
124
125; Footer
126__footer_font_size__            = "80%"
127__footer_text_color__           = "#737373"
128__footer_link_color__           = "#666"
129__footer_link_hover_color__     = "#333"
130__footer_text_align__           = "center"
131__footer_background_color__     = "#ccc"
132
133; Table
134__table_font_size__             = "90%"
135__table_row_border_color__      = "#e5e5e5"
136__table_odd_row_background_color__  = "#fff"
137__table_odd_row_color__         = "#333"
138__table_even_row_background_color__ = "#f2f2f2"
139__table_even_row_color__        = "#333"
140
141; Dropdown
142__dropdown_color__              = "#1a1a1a"
143__dropdown_hover_color__        = "#e5e5e5"
144__dropdown_border_color__       = "#e5e5e5"
145__dropdown_background_color__   = "#fff"
146
147; Section Edit
148__section_edit_highlight__      = "rgba(255, 255, 0, 0.3)"