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