From f6c6606854be33c30e34091cde20e1bf0002d4a7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 14 May 2016 00:00:37 +0200 Subject: GTK+-3.20 all themes: add settings for yumex-dnf --- .../Green-Submarine/gtk-3.0/other-applications.css | 124 +++++++++++++++++++++ 1 file changed, 124 insertions(+) (limited to 'desktop-themes/Green-Submarine/gtk-3.0') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 6f30a3cf..62c6c0d8 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -427,3 +427,127 @@ window.background box.vertical notebook box.horizontal box.vertical notebook { border-width: 0px 0px 1px 1px; } +/************* + * Yumex-DNF * + *************/ + +window.background.yumex-dnf-window > box.vertical > box.horizontal { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@theme_bg_dark_color, 1.00)), + to (shade(@theme_bg_dark_color, 0.95))); + border-width: 0px 0px 1px 0px; + border-style: solid; + border-color: @primay-toolbar-border; +} + +window.background.yumex-dnf-window > box.vertical > box.horizontal button, +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio { + background-image: none; + text-shadow: none; + -gtk-icon-shadow: none; + color: @theme_fg_dark_color; + border-width: 1px; + border-radius: 5px; + box-shadow: none; +} + +window.background.yumex-dnf-window > box.vertical > box.horizontal button:hover, +window.background.yumex-dnf-window > box.vertical > box.horizontal button:checked, +window.background.yumex-dnf-window > box.vertical > box.horizontal button:hover:active, +window.background.yumex-dnf-window > box.vertical > box.horizontal button:checked:hover, +window.background.yumex-dnf-window > box.vertical > box.horizontal button:checked:hover:active, +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio:hover, +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio:checked, +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio:hover:active, +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio:checked:hover, +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio:checked:hover:active { + color: shade (@theme_selected_bg_color, 1.6); + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@menu_bg_dark_color, 2.03)), + to (shade(@menu_bg_dark_color, 1.17))); + border-top-color: shade(@button_raised_gradient_color_a, 0.50); + border-bottom-color: shade(@button_raised_gradient_color_a, 0.50); + border-right-color: shade(@button_raised_gradient_color_a, 0.50); + border-left-color: shade(@button_raised_gradient_color_a, 0.50); + box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), + inset 1px 0px shade(@selected_bg_color, 0.97), + inset -1px 0px shade(@selected_bg_color, 0.93), + inset 0px -1px shade(@selected_bg_color, 0.93); +} + +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio { + border-right-width: 0px; + border-left-width: 0px; + border-radius: 0px; +} + +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio:first-child { + border-radius: 6px 0 0 6px; + border-width: 1px; + border-right-width: 0px; +} + +window.background.yumex-dnf-window > box.vertical > box.horizontal stackswitcher.linked.stack-switcher > button.text-button.radio:last-child { + border-radius: 0 6px 6px 0; + border-width: 1px; + border-left-width: 0px; +} + +window.background.yumex-dnf-window > box.vertical > box.horizontal button:disabled { + color: @theme_text_dark_color; + background-color: transparent; + background-image: none; + background-color: @theme_bg_dark_color; + border-color: @theme_button_border_dark; + box-shadow: none; + text-shadow: none; + -gtk-icon-shadow: none; +} + +/* info sidebar */ +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable { + background-image: none; + background-color: transparent; + border-radius: 4px; +} + +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:hover { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@button_gradient1, 1.03)), + color-stop (0.50, shade(@button_gradient3, 1.03)), + to (shade(@button_gradient4, 1.01))); + box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), + inset 1px 0px shade(@selected_bg_color, 0.97), + inset -1px 0px shade(@selected_bg_color, 0.93), + inset 0px -1px shade(@selected_bg_color, 0.93); +} + +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:hover:active { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_color, 1.20)), + color-stop (0.50, shade (@theme_bg_color, 1.00)), + color-stop (0.50, shade (@theme_bg_color, 0.99)), + to (shade (@theme_bg_color, 0.80))); + box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), + inset 1px 0px shade(@selected_bg_color, 0.97), + inset -1px 0px shade(@selected_bg_color, 0.93), + inset 0px -1px shade(@selected_bg_color, 0.93); +} + +/* list sidebar row */ +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar { + background-color: shade (@theme_bg_color, 1.08); + border-color: @notebook_border; + border-style: solid; + border-width: 1px 0px 0px 0px; +} + +window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar row.activatable { + background-color: shade (@theme_bg_color, 1.08); + border-radius: 4px; +} + -- cgit v1.2.1