[Xfce4-commits] [apps/xfce4-notifyd] 06/29: Transform the gtkrc theme files to css.

noreply at xfce.org noreply at xfce.org
Wed Jun 29 23:19:56 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit 541c5e898e9f20125b6cb3405e68daff02afc2fd
Author: Ali Abdallah <aliovx at gmail.com>
Date:   Tue Oct 13 14:33:28 2015 +0200

    Transform the gtkrc theme files to css.
---
 themes/Smoke/gtk.css        | 12 ++++++------
 themes/ZOMG-PONIES!/gtk.css | 30 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 6 deletions(-)

diff --git a/themes/Smoke/gtk.css b/themes/Smoke/gtk.css
index d76032f..2a3eda2 100644
--- a/themes/Smoke/gtk.css
+++ b/themes/Smoke/gtk.css
@@ -1,4 +1,4 @@
-GtkWindow#XfceNotifyWindow {
+#XfceNotifyWindow {
 	
     background-color: #4d4d4d;
     border-radius: 20px;
@@ -8,21 +8,21 @@ GtkWindow#XfceNotifyWindow {
 	padding: 20px;
 }
 
-GtkWindow#XfceNotifyWindow:hover {
+#XfceNotifyWindow:hover {
 	border-width: 3px;
  	border-color : #ffffff;
 }
 
-GtkWindow#XfceNotifyWindow GtkLabel {
+#XfceNotifyWindow GtkLabel {
 	color: #ffffff;
  	-GtkWidget-link-color:#a7a7a7;
 }
 
-GtkWindow#XfceNotifyWindow GtkLabel#summay {
+#XfceNotifyWindow GtkLabel#summay {
 	font : Bold;
 }
 
-GtkWindow#XfceNotifyWindow GtkButton {
+#XfceNotifyWindow GtkButton {
 
  	border-image: none;
  	background-image: none;
@@ -30,7 +30,7 @@ GtkWindow#XfceNotifyWindow GtkButton {
     color: #ffffff;
 }
 
-GtkWindow#XfceNotifyWindow GtkButton:hover {
+#XfceNotifyWindow GtkButton:hover {
  
  	border-image: none;
  	background-image: none;
diff --git a/themes/ZOMG-PONIES!/gtk.css b/themes/ZOMG-PONIES!/gtk.css
new file mode 100644
index 0000000..a4348d9
--- /dev/null
+++ b/themes/ZOMG-PONIES!/gtk.css
@@ -0,0 +1,30 @@
+#XfceNotifyWindow {
+	
+    background-color: #ff69b4;
+    border-radius: 10px;
+    border-color : #ffff00;
+    border-style: outset;
+    border-width: 6px;
+}
+
+
+#XfceNotifyWindow GtkLabel {
+	font : Comic Sans MS 26;
+    color: #ffff00;
+    -GtkWidget-link-color:#c17800;
+}
+
+
+#XfceNotifyWindow GtkButton {
+ 	border-image: none;
+ 	background-image: none;
+    background-color : #9400d3;
+}
+
+
+#XfceNotifyWindow GtkButton:hover {
+ 	border-image: none;
+ 	background-image: none;
+    background-color : #5e0086;
+}
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list