SPR-742: Konfigurierbarkeit wording

This commit is contained in:
Silke Pisulla 2017-03-28 15:31:24 +02:00
commit 0c9df3be9e
3 changed files with 116 additions and 70 deletions

View file

@ -114,70 +114,73 @@ css/print.css = print
[replacements]
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; guaranteed dokuwiki color placeholders that every plugin can use
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; guaranteed dokuwiki color placeholders that every plugin can use + template specific placeholders
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; main content width (from this ASIDE is calculated)
__site_width__ = "73%" ; @ini_site_width
; main text and background colors
__text__ = "#252525" ; @ini_text
__background__ = "#ECECEC" ; @ini_background
; alternative text and background colors
__text_alt__ = "#454545" ; @ini_text_alt
__background_alt__ = "#f6f6f6" ; @ini_background_alt
__background__ = "#ECECEC" ; @ini_background (guaranteed for every plugin)
__background_neu__ = "#ffffff" ; @ini_background_neu (guaranteed for every plugin)
; neutral text and background colors
__text_neu__ = "#656565" ; @ini_text_neu
__background_neu__ = "#ffffff" ; @ini_background_neu
__text_webframe__ = "#696969" ; @ini_text_webframe
; icons: usertools, pagetools, metabox, tabbox
__nav_menu_color__ = "#696969" ; @ini_nav_menu_color
__nav_menu_hover_color__ = "#286da8" ; @ini_nav_menu_hover_color
__nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg
__background_content__ = "#FFF" ; @ini_background_content
__background_page_header__ = "#F6F6F6" ; @ini_background_page_header
__border_light__ = "#dadada" ; @ini_border_light
__background_page_footer__ = "#252525" ; @ini_background_page_footer
; main text and background colors
__text__ = "#252525" ; @ini_text (guaranteed for every plugin)
__text_neu__ = "#656565" ; @ini_text_neu (guaranteed for every plugin)
; border color
__border__ = "#bbbbbb" ; @ini_border
; highlighted text (e.g. search snippets)
__highlight__ = "#efefef" ; @ini_highlight
__highlight__ = "#efefef" ; @ini_highlight (guaranteed for every plugin)
__highlight_text__ = "#252525" ; @ini_highlight_text
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; template specific placeholders
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; these are used for links
__link__ = "#286DA8" ; @ini_link
__existing__ = "#286DA8" ; @ini_existing
__missing__ = "#CD5360" ; @ini_missing
__existing__ = "#286DA8" ; @ini_existing
__missing__ = "#CD5360" ; @ini_missing
__link__ = "#286DA8" ; @ini_link
; buttons: submit, links styled like buttons, togglebuttons
__button_color__ = "#FFF" ; @ini_button_color
__button_background__ = "#286DA8" ; @ini_button_background
__background_alt__ = "#f6f6f6" ; @ini_background_alt (guaranteed for every plugin)
__text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin)
; border color
__border__ = "#bbbbbb" ; @ini_border (guaranteed for every plugin)
__default_border_radius__ = "3px" ; @ini_default_border_radius
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; obsolete
__site_width__ = "73%" ; @ini_site_width
;__sidebar_width__ = "23%"
;__font_family_screen__ = "arial, sans-serif"
;__font_family_menu__ = "arial, sans-serif"
;__font_family_print__ = "times new roman, serif"
__background_content__ = "#FFF" ; @ini_background_content
__background_site__ = "#ECECEC" ; @ini_background_site
__background_page-header__ = "#F6F6F6" ; @ini_background_page-header
__default_border_radius__ = "3px" ; @ini_default_border_radius
__border_light__ = "#dadada" ; @ini_border_light
;__box_shadow_colored__ = "0 0 .5em rgba(40,109,168,.5)"
;__box_shadow__ = "0 0 .5em rgb(153,153,153,.5)"
;__box_shadow_right_bottom__ = "0.1em 0.3rem 0.5em rgb(153,153,153,.5)"
;__box_shadow_bottom__ = "0 0.1em 0.5em rgb(153,153,153,.5)"
;__box_shadow_offset__ = ".1em .1em .1em rgb(153,153,153,.5)"
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; icons: usertools, pagetools, metabox, tabbox
__nav_menu_color__ = "#696969" ; @ini_nav_menu_color
__nav_menu_hover_color__ = "#286da8" ; @ini_nav_menu_hover_color
__nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; buttons: submit, links styled like buttons, togglebuttons
__button_color__ = "#FFF" ; @ini_button_color
__button_background__ = "#286DA8" ; @ini_button_background