xref: /template/mikio/style.ini (revision 25dc8ed26d898c7a34533103a8658f5ca12fb87b)
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; Header
72__topheader_background_color__  = "#fff"
73__header_background_color__     = "#fff"
74
75; Navbar
76__navbar_background_color__     = "#fff"
77__navbar_border_color__         = "#e5e5e5"
78__navbar_brand_text_color__     = "#1a1a1a"
79__navbar_brand_tagline_color__  = "#6c757d"
80__navbar_content_justify__      = "flex-end"
81
82; Sub Navbar
83__subnavbar_text_color__        = "#666"
84__subnavbar_link_color__        = "#666"
85__subnavbar_link_hover_color__  = "#000"
86__subnavbar_background_color__  = "#f8f8f8"
87__subnavbar_border_color__      = "#e5e5e5"
88__subnavbar_content_justify__   = "center"
89
90; Tags
91__tag_background_color__				= "#999"
92__tag_text_color__							= "#fff"
93
94; Breadcrumb
95__breadcrumb_background_color__ = "#ccc"
96__breadcrumb_font_size__        = "80%"
97__breadcrumb_text_color__       = "#808080"
98__breadcrumb_link_color__       = "#666"
99__breadcrumb_link_hover_color__ = "#000"
100
101; Hero
102__hero_title_color__            = "#000"
103__hero_subtitle_color__         = "#666"
104__hero_background_color__       = "#ddf7fb"
105
106; Sidebar
107__sidebar_width__               = "14rem"
108__sidebar_font_size__           = "90%"
109__sidebar_text_color__          = "#666"
110__sidebar_link_color__          = "#666"
111__sidebar_link_hover_color__    = "#333"
112__sidebar_background_color__    = "#f2f2f2"
113__sidebar_border_color__        = "#e5e5e5"
114
115; Content
116__content_background__          = "#fff"
117
118; TOC
119__toc_background_color__        = "#f2f2f2"
120__toc_border_color__            = "#e5e5e5"
121__toc_font_size__               = "80%"
122__toc_link_color__              = "#666"
123__toc_link_hover_color__        = "#000"
124
125; Page Tools
126__pagetools_color__             = "#ccc"
127__pagetools_hover_color__       = "#666"
128
129; Footer
130__footer_font_size__            = "80%"
131__footer_text_color__           = "#737373"
132__footer_link_color__           = "#666"
133__footer_link_hover_color__     = "#333"
134__footer_text_align__           = "center"
135__footer_background_color__     = "#ccc"
136
137; Table
138__table_font_size__             = "90%"
139__table_row_border_color__      = "#e5e5e5"
140__table_odd_row_background_color__  = "#fff"
141__table_odd_row_color__         = "#333"
142__table_even_row_background_color__ = "#f2f2f2"
143__table_even_row_color__        = "#333"
144
145; Dropdown
146__dropdown_color__              = "#1a1a1a"
147__dropdown_hover_color__        = "#e5e5e5"
148__dropdown_border_color__       = "#e5e5e5"
149__dropdown_background_color__   = "#fff"
150
151; Section Edit
152__section_edit_highlight__      = "rgba(255, 255, 0, 0.3)"