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;-------------------------------------------------------------------------- 38; Base placeholders 39__text__ = "#333" 40__background__ = "#fff" 41__font_size__ = "1rem" 42__font_family__ = "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"" 43__line_height__ = "1.5" 44 45__admin_background_color__ = "#f2f2f2" 46 47; Code 48__code_font_family__ = "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace" 49__code_font_size__ = "87.5%" 50__code_text_color__ = "#e83e8c" 51__code_line_height__ = "1.75" 52__code_word_wrap__ = "break-word" 53__code_border_color__ = "transparent" 54__code_background_color__ = "transparent" 55 56; Controls 57__control_text_color__ = "#495057" 58__control_border_color__ = "#6c757d" 59__control_background_color__ = "#fff" 60__input_border_color__ = "#ced4da" 61 62; Navbar 63__navbar_background_color__ = "#fff" 64__navbar_border_color__ = "#e5e5e5" 65__navbar_brand_text_color__ = "#1a1a1a" 66__navbar_brand_tagline_color__ = "#6c757d" 67__navbar_content_justify__ = "flex-end" 68 69; Sub Navbar 70__subnavbar_text_color__ = "#666" 71__subnavbar_link_color__ = "#666" 72__subnavbar_link_hover_color__ = "#000" 73__subnavbar_background_color__ = "#f8f8f8" 74__subnavbar_border_color__ = "#e5e5e5" 75__subnavbar_content_justify__ = "center" 76 77; Tags 78__tag_background_color__ = "#999" 79__tag_text_color__ = "#fff" 80 81; Breadcrumb 82__breadcrumb_background_color__ = "#ccc" 83__breadcrumb_font_size__ = "80%" 84__breadcrumb_text_color__ = "#808080" 85__breadcrumb_link_color__ = "#666" 86__breadcrumb_link_hover_color__ = "#000" 87 88; Hero 89__hero_title_color__ = "#000" 90__hero_subtitle_color__ = "#666" 91__hero_background_color__ = "#ddf7fb" 92 93; Sidebar 94__sidebar_width__ = "14rem" 95__sidebar_font_size__ = "90%" 96__sidebar_text_color__ = "#666" 97__sidebar_link_color__ = "#666" 98__sidebar_link_hover_color__ = "#333" 99__sidebar_background_color__ = "#f2f2f2" 100__sidebar_border_color__ = "#e5e5e5" 101 102; Content 103__content_background__ = "#fff" 104 105; TOC 106__toc_background_color__ = "#f2f2f2" 107__toc_border_color__ = "#e5e5e5" 108__toc_font_size__ = "80%" 109__toc_link_color__ = "#666" 110__toc_link_hover_color__ = "#000" 111 112; Page Tools 113__pagetools_color__ = "#ccc" 114__pagetools_hover_color__ = "#666" 115 116; Footer 117__footer_font_size__ = "80%" 118__footer_text_color__ = "#737373" 119__footer_link_color__ = "#666" 120__footer_link_hover_color__ = "#333" 121__footer_text_align__ = "center" 122__footer_background_color__ = "#ccc" 123 124; Table 125__table_font_size__ = "90%" 126__table_row_border_color__ = "#e5e5e5" 127__table_odd_row_color__ = "#fff" 128__table_even_row_color__ = "#f2f2f2" 129 130; Dropdown 131__dropdown_color__ = "#1a1a1a" 132__dropdown_hover_color__ = "#e5e5e5" 133__dropdown_border_color__ = "#e5e5e5" 134__dropdown_background_color__ = "#fff" 135 136; Section Edit 137__section_edit_highlight__ = "rgba(255, 255, 0, 0.3)" 138