[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kopete/0.12/kopete/styles/Gaim/Contents/Resources
From:       Johann Ollivier Lapeyre <johann.ollivierlapeyre () gmail ! com>
Date:       2006-04-30 22:02:57
Message-ID: 1146434577.258375.8599.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 535990 by johann_ol:

Invert colors in Gaim style. Now, style is colored, and black and white is in variant.


 D             Variants/Full-Colors.css  
 M  +1 -1      Variants/Makefile.am  
 M  +8 -4      Variants/Name-Colors.css  
 A             Variants/No-Colors.css  
 M  +5 -9      Variants/Status-Colors.css  
 M  +21 -0     main.css  


--- branches/kopete/0.12/kopete/styles/Gaim/Contents/Resources/Variants/Makefile.am #535989:535990
@@ -1,4 +1,4 @@
-style_DATA = Full-Colors.css Name-Colors.css Status-Colors.css
+style_DATA = No-Colors.css Name-Colors.css Status-Colors.css
 styledir = $(kde_datadir)/kopete/styles/Gaim/Contents/Resources/Variants
 
 EXTRA_DIST = $(style_DATA)
\ No newline at end of file
--- branches/kopete/0.12/kopete/styles/Gaim/Contents/Resources/Variants/Name-Colors.css #535989:535990
@@ -1,9 +1,13 @@
 @import url(../main.css);
 
-.inContentTime, .inMetacontact {
-	color: #a82f2f;
+.inActionTime, .inActionMetacontact, .inActionMessage {
+	color: #000000;
 }
 
-.outContentTime, .outMetacontact {
-	color: #16569e;
+.outActionTime, .outActionMetacontact, .outActionMessage {
+	color: #000000;
 }
+
+.InternalTime, .InternalDelim, .InternalMessage {
+	color: #000000;
+}
\ No newline at end of file
--- branches/kopete/0.12/kopete/styles/Gaim/Contents/Resources/Variants/Status-Colors.css #535989:535990
@@ -1,13 +1,9 @@
 @import url(../main.css);
 
-.inActionTime, .inActionMetacontact, .inActionMessage {
-	color: green;
+.inContentTime, .inMetacontact {
+	color: #000000;
 }
 
-.outActionTime, .outActionMetacontact, .outActionMessage {
-	color: green;
-}
-
-.InternalTime, .InternalDelim, .InternalMessage {
-	color: #9400d3;
-}
+.outContentTime, .outMetacontact {
+	color: #000000;
+}
\ No newline at end of file
--- branches/kopete/0.12/kopete/styles/Gaim/Contents/Resources/main.css #535989:535990
@@ -27,3 +27,24 @@
 	margin-bottom: -8px;
 	overflow: auto;
 }
+
+.inContentTime, .inMetacontact {
+	color: #a82f2f;
+}
+
+.outContentTime, .outMetacontact {
+	color: #16569e;
+}
+
+.inActionTime, .inActionMetacontact, .inActionMessage {
+	color: green;
+}
+
+.outActionTime, .outActionMetacontact, .outActionMessage {
+	color: green;
+}
+
+.InternalTime, .InternalDelim, .InternalMessage {
+	color: #9400d3;
+}
+
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic