summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-07-25 19:49:30 +0200
committerraveit65 <[email protected]>2015-07-25 19:49:30 +0200
commitfa8efa9f489011d5f9b16f8b24f60054839d9bbc (patch)
tree9fe2c9f7717fbc25892a4d6b6a0f4ac2fc779a88
parent91011994205aa9f157e124094fc089e7ca7b0223 (diff)
downloadmate-themes-fa8efa9f489011d5f9b16f8b24f60054839d9bbc.tar.bz2
mate-themes-fa8efa9f489011d5f9b16f8b24f60054839d9bbc.tar.xz
Traditional themes GTK3: add support for parole media player
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk.css2
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css33
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/other-applications.css33
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css1
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css33
9 files changed, 107 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am b/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am
index 1010e61c..6f00a57f 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/Makefile.am
@@ -8,6 +8,7 @@ theme_DATA = \
gtk-widgets.css \
gtk-widgets-img.css \
mate-applications.css \
+ other-applications.css \
settings.ini
EXTRA_DIST = $(theme_DATA)
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css
index ef407faf..c80b5a30 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css
@@ -453,4 +453,6 @@
@import url("gtk-widgets.css");
@import url("applications.css");
@import url("mate-applications.css");
+@import url("other-applications.css");
+
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
new file mode 100644
index 00000000..530f605f
--- /dev/null
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
@@ -0,0 +1,33 @@
+/* Parole media player needs more testing!
+ hopefully do not set other stuff */
+
+/* background control panel */
+GtkPaned.horizontal .vertical GtkOverlay GtkRevealer.bottom .background.horizontal.osd {
+ background-color: @theme_bg_color;
+ color: @theme_fg_color;
+}
+
+/* buttons control panel */
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover ,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:active:hover {
+ border-style: none;
+ border-radius: 4px;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none;
+ padding: 4px 7px;
+ color: @theme_fg_color;
+}
+
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
index cac187c3..fa02b8b1 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
+++ b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
@@ -8,6 +8,7 @@ theme_DATA = \
gtk-widgets.css \
gtk-widgets-img.css \
mate-applications.css \
+ other-applications.css \
settings.ini
EXTRA_DIST = $(theme_DATA)
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css
index ea4cedd1..4a9bbab0 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css
@@ -453,3 +453,5 @@
@import url("gtk-widgets.css");
@import url("applications.css");
@import url("mate-applications.css");
+@import url("other-applications.css");
+
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
new file mode 100644
index 00000000..530f605f
--- /dev/null
+++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
@@ -0,0 +1,33 @@
+/* Parole media player needs more testing!
+ hopefully do not set other stuff */
+
+/* background control panel */
+GtkPaned.horizontal .vertical GtkOverlay GtkRevealer.bottom .background.horizontal.osd {
+ background-color: @theme_bg_color;
+ color: @theme_fg_color;
+}
+
+/* buttons control panel */
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover ,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:active:hover {
+ border-style: none;
+ border-radius: 4px;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none;
+ padding: 4px 7px;
+ color: @theme_fg_color;
+}
+
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am b/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am
index 1b906f18..34fd0534 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/Makefile.am
@@ -8,6 +8,7 @@ theme_DATA = \
gtk-widgets.css \
gtk-widgets-img.css \
mate-applications.css \
+ other-applications.css \
settings.ini
EXTRA_DIST = $(theme_DATA)
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css
index 44883978..d6a23458 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css
@@ -453,4 +453,5 @@
@import url("gtk-widgets.css");
@import url("applications.css");
@import url("mate-applications.css");
+@import url("other-applications.css");
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css
new file mode 100644
index 00000000..530f605f
--- /dev/null
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/other-applications.css
@@ -0,0 +1,33 @@
+/* Parole media player needs more testing!
+ hopefully do not set other stuff */
+
+/* background control panel */
+GtkPaned.horizontal .vertical GtkOverlay GtkRevealer.bottom .background.horizontal.osd {
+ background-color: @theme_bg_color;
+ color: @theme_fg_color;
+}
+
+/* buttons control panel */
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:active:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat:checked:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover ,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:active:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:checked:hover,
+GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:checked,
+GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.image-button:active:hover {
+ border-style: none;
+ border-radius: 4px;
+ background-color: transparent;
+ background-image: none;
+ box-shadow: none;
+ padding: 4px 7px;
+ color: @theme_fg_color;
+}
+