diff options
author | raveit65 <[email protected]> | 2016-07-12 19:09:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-12 19:51:52 +0200 |
commit | 1db550533075e44c7293c6b53f336f977019fb2c (patch) | |
tree | 34f94667f4af94ad3af0ef32891c368b49ec4836 /desktop-themes | |
parent | 71ac486719d2b24e549343db59251b1aa6c0f691 (diff) | |
download | mate-themes-1db550533075e44c7293c6b53f336f977019fb2c.tar.bz2 mate-themes-1db550533075e44c7293c6b53f336f977019fb2c.tar.xz |
Gtk+-3.20 Submarine themes: style pavu-control
Diffstat (limited to 'desktop-themes')
6 files changed, 168 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index d6e8f46f..ea8d5c63 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3288,6 +3288,10 @@ notebook { border-style: none;
}
+window.background > box.vertical > notebook, /* pavu-control */
+window.background.csd > box.vertical > notebook,
+window.background.ssd > box.vertical > notebook,
+window.background.solid-csd > box.vertical > notebook,
notebook.frame {
background-color: shade (@theme_bg_color, 1.1);
border-style: solid;
@@ -3461,6 +3465,10 @@ paned.horizontal > notebook > header button.flat.small-button { /* tabs in dialog windows */
/* horizontal tabs */
+window.background > box.vertical > notebook > header.top tab, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab,
+window.background.ssd > box.vertical > notebook > header.top tab,
+window.background.solid-csd > box.vertical > notebook > header.top tab,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab, /* meld preferences */
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab,
@@ -3474,6 +3482,10 @@ notebook.frame > header.bottom tab { border-color: transparent;
}
+window.background > box.vertical > notebook > header.top tab:checked, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab:checked,
+window.background.ssd > box.vertical > notebook > header.top tab:checked,
+window.background.solid-csd > box.vertical > notebook > header.top tab:checked,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
@@ -3493,6 +3505,10 @@ notebook.frame > header.top tab:checked:hover { border-color: @notebook_border;
}
+window.background > box.vertical > notebook > header.top tab:hover, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab:hover,
+window.background.ssd > box.vertical > notebook > header.top tab:hover,
+window.background.solid-csd > box.vertical > notebook > header.top tab:hover,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 4299a65d..d0703ced 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1064,3 +1064,13 @@ MsdOsdWindow.background.osd .progressbar { background-size: 40px auto, auto, auto; } +/***************** + * mate-terminal * + *****************/ + +/* override for pavu-control */ +window.background.mate-terminal > box.vertical > notebook { + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index 25463665..28d1a89f 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -567,3 +567,61 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta border-radius: 4px; } +/**************** + * pavu-control * + ****************/ + +window.background > box.vertical > notebook button.flat.toggle:focus, +window.background.csd > box.vertical > notebook button.flat.toggle:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:focus { + box-shadow: none; +} + +window.background > box.vertical > notebook button.flat.toggle:checked, +window.background.csd > box.vertical > notebook button.flat.toggle:checked, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked { + border-top-color: transparent; + border-left-color: alpha (#000, 0.01); + border-right-color: alpha (#000, 0.01); + border-bottom-color: alpha (#000, 0.03); + box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.70), + inset 1px 0px alpha(shade(@button_border, 0.94), 0.80), + inset -1px 0px alpha(shade(@button_border, 0.94), 0.80), + inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); +} + +window.background > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), + inset 1px 0px shade (@theme_selected_bg_color, 1.3), + inset -1px 0px shade (@theme_selected_bg_color, 1.3), + inset 0px -1px shade (@theme_selected_bg_color, 1.3); +} + +window.background > box.vertical > notebook scrolledwindow, +window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus { + background-color: shade (@theme_bg_color, 1.1); +} + +window.background > box.vertical > notebook scrolledwindow, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + border-style: solid; + border-color: @notebook_border; + border-width: 1px; +} + +window.background > box.vertical > notebook scrolledwindow viewport, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + background-color: shade (@theme_bg_color, 1.15); +} + diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 582accef..0c0f29b1 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3291,6 +3291,10 @@ notebook { border-style: none;
}
+window.background > box.vertical > notebook, /* pavu-control */
+window.background.csd > box.vertical > notebook,
+window.background.ssd > box.vertical > notebook,
+window.background.solid-csd > box.vertical > notebook,
notebook.frame {
background-color: shade (@theme_bg_color, 1.1);
border-style: solid;
@@ -3465,6 +3469,10 @@ paned.horizontal > notebook > header button.flat.small-button { /* tabs in dialog windows */
/* horizontal tabs */
+window.background > box.vertical > notebook > header.top tab, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab,
+window.background.ssd > box.vertical > notebook > header.top tab,
+window.background.solid-csd > box.vertical > notebook > header.top tab,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab, /* meld preferences */
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab,
@@ -3478,6 +3486,10 @@ notebook.frame > header.bottom tab { border-color: transparent;
}
+window.background > box.vertical > notebook > header.top tab:checked, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab:checked,
+window.background.ssd > box.vertical > notebook > header.top tab:checked,
+window.background.solid-csd > box.vertical > notebook > header.top tab:checked,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
@@ -3497,6 +3509,10 @@ notebook.frame > header.top tab:checked:hover { border-color: @notebook_border;
}
+window.background > box.vertical > notebook > header.top tab:hover, /* pavu-control */
+window.background.csd > box.vertical > notebook > header.top tab:hover,
+window.background.ssd > box.vertical > notebook > header.top tab:hover,
+window.background.solid-csd > box.vertical > notebook > header.top tab:hover,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:hover,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index a9ecf4f5..6611bf2c 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1061,3 +1061,13 @@ MsdOsdWindow.background.osd .progressbar { background-size: 40px auto, auto, auto; } +/***************** + * mate-terminal * + *****************/ + +/* override for pavu-control */ +window.background.mate-terminal > box.vertical > notebook { + border-style: none; + border-width: 0px; +} + 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 bc4fa852..a1fb1d95 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -560,3 +560,61 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta border-radius: 4px; } +/**************** + * pavu-control * + ****************/ + +window.background > box.vertical > notebook button.flat.toggle:focus, +window.background.csd > box.vertical > notebook button.flat.toggle:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:focus { + box-shadow: none; +} + +window.background > box.vertical > notebook button.flat.toggle:checked, +window.background.csd > box.vertical > notebook button.flat.toggle:checked, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked { + border-top-color: transparent; + border-left-color: alpha (#000, 0.01); + border-right-color: alpha (#000, 0.01); + border-bottom-color: alpha (#000, 0.03); + box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.70), + inset 1px 0px alpha(shade(@button_border, 0.94), 0.80), + inset -1px 0px alpha(shade(@button_border, 0.94), 0.80), + inset 0px -1px alpha(shade(@button_border, 0.88), 0.90); +} + +window.background > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), + inset 1px 0px shade (@theme_selected_bg_color, 1.3), + inset -1px 0px shade (@theme_selected_bg_color, 1.3), + inset 0px -1px shade (@theme_selected_bg_color, 1.3); +} + +window.background > box.vertical > notebook scrolledwindow, +window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus, +window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus { + background-color: shade (@theme_bg_color, 1.1); +} + +window.background > box.vertical > notebook scrolledwindow, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + border-style: solid; + border-color: @notebook_border; + border-width: 1px; +} + +window.background > box.vertical > notebook scrolledwindow viewport, +window.background.csd > box.vertical > notebook scrolledwindow viewport, +window.background.ssd > box.vertical > notebook scrolledwindow viewport, +window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { + background-color: shade (@theme_bg_color, 1.15); +} + |