SPR-742: Konfigurierbarkeit check vars

This commit is contained in:
Silke Pisulla 2017-03-23 13:02:45 +01:00
commit 95ad7c26cc

View file

@ -148,19 +148,19 @@ __existing__ = "#286DA8"
__missing__ = "#CD5360" ; @ini_missing
; widths
__site_width__ = "64em" ; @ini_site_width
__sidebar_width__ = "16em" ; @ini_sidebar_width
__site_width__ = "73%" ; @ini_site_width
;__sidebar_width__ = "23%" ; @ini_sidebar_width
__font_family_screen__ = "arial, sans-serif"
__font_family_menu__ = "arial, sans-serif"
__font_family_print__ = "'times new roman', serif"
__font_family_print__ = "times new roman, serif"
__background_content__ = "#FFF"
__background_content__ = "#FFF" ; @ini_background_content
__background_site__ = "#ECECEC"
__background_page-header__ = "#F6F6F6"
__default_border_radius__ = "3px"
__border_light__ = "#dadada"
__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)"
@ -168,20 +168,17 @@ __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)"
__nav_direct_background__ = "#FFF"
__nav_direct_color__ = "#286da8"
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; icons: usertools, pagetools, metabox, tabbox
__nav_menu_color__ = "#696969"
__nav_menu_hover_color__ = "#286da8"
__nav_menu_hover_bg__ = "#FFF"
__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"
__button_background__ = "#286DA8"
__button_color__ = "#FFF" ; @ini_button_color
__button_background__ = "#286DA8" ; @ini_button_background