From e4e1e8685d071bc835dda3884f8066e6a9bda8d9 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Tue, 3 Jan 2017 14:46:18 +0100 Subject: [PATCH] some vars for button --- lang/de/lang.php | 5 +++-- lang/en/lang.php | 5 +++-- style.ini | 9 +++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lang/de/lang.php b/lang/de/lang.php index ca6d504..8dd4043 100755 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -30,10 +30,11 @@ $lang['discussion'] = 'Diskussion'; $lang['back_to_article'] = 'Zurück zum Artikel'; $lang['userpage'] = 'Benutzer-Seite'; $lang['__existing__'] = 'Schriftfarbe für Links zu vorhandenen Webseiten'; -$lang['__existing-hover__'] = 'Hoverfarbe für Links zu vorhandenen Webseiten'; $lang['__missing__'] = 'Schriftfarbe für Links zu nicht vorhandenen Webseiten'; -$lang['__missing-hover__'] = 'Hoverfarbe für Links zu nicht vorhandenen Webseiten'; $lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)'; $lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)'; +$lang['__button_color__'] = 'Schriftfarbe für Buttons'; +$lang['__button_background__'] = 'Hintergrundfarbe für Buttons'; + //Setup VIM: ex: et ts=2 : diff --git a/lang/en/lang.php b/lang/en/lang.php index e257b33..09b3d77 100755 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -30,8 +30,9 @@ $lang['discussion'] = 'Discussion'; $lang['back_to_article'] = 'Back to article'; $lang['userpage'] = 'User page'; $lang['__existing__'] = 'The color for links to existing pages'; -$lang['__existing-hover__'] = 'The hover-color for links to existing pages'; $lang['__missing__'] = 'The color for links to non-existing pages'; -$lang['__missing-hover__'] = 'The hover-color for links to non-existing pages'; $lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)'; $lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)'; + +$lang['__button_color__'] = 'Color for buttons'; +$lang['__button_background__'] = 'Backgroundcolor for buttons'; diff --git a/style.ini b/style.ini index 5ca0d54..1a54be5 100755 --- a/style.ini +++ b/style.ini @@ -122,9 +122,10 @@ __highlight__ = "#efefef" ; @ini_highlight ; these are used for links __existing__ = "#286DA8" ; @ini_existing -__existing-hover__ = "#286DA8" __missing__ = "#CD5360" ; @ini_missing -__missing-hover__ = "#CD5360" + +__button_color__ = "#286DA8" +__button_background__ = "#FFF" ; widths __site_width__ = "64em" ; @ini_site_width @@ -141,9 +142,9 @@ __box_shadow__ = "0 0 .5em rgb(153,153,153,.5)" __box_shadow_offset__ = ".1em .1em .1em rgb(153,153,153,.5)" __nav_menu_color__ = "#696969" __nav_menu_hover_color__ = "#286da8" -__nav_menu_hover_bg__ = "#FFFFFF" +__nav_menu_hover_bg__ = "#FFF" -__background_content__ = "#FFFFFF" +__background_content__ = "#FFF" __background_site__ = "#ECECEC" __default_border_radius__ = "5px"