xtras/mathuaerknedam 502:a29b14cb2ad6: Mockie: improve history c...

commits at adium.im commits at adium.im
Fri May 28 00:36:43 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/a29b14cb2ad6
revision:	502:a29b14cb2ad6
author:		mathuaerknedam
date:		Thu May 27 16:00:29 2010 -0500

Mockie: improve history colors, especially when using a custom background.

diffs (430 lines):

diff -r 7d44cd338930 -r a29b14cb2ad6 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Wed May 26 21:39:59 2010 -0500
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Thu May 27 16:00:29 2010 -0500
@@ -311,8 +311,12 @@
 	display: none;
 }
 
-.history .x-buddyicon,
-.history .x-sender
+.history .x-buddyicon
 {
 	opacity: .5;
 }
+
+.history .x-sender
+{
+	color: rgba(255, 255, 255, .9);
+}
diff -r 7d44cd338930 -r a29b14cb2ad6 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css	Wed May 26 21:39:59 2010 -0500
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css	Thu May 27 16:00:29 2010 -0500
@@ -11,16 +11,29 @@
 	background: rgba(178, 125, 75, .2);
 }
 
-.incoming .x-sender
+.incoming .x-sender,
+.incoming a:hover
 {
 	background: rgba(178, 125, 75, 1);
 }
 
-.incoming .x-time
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(209, 184, 156, 1);
+}
+
+.incoming .x-time,
+.incoming a
 {
 	color: rgba(178, 125, 75, 1);
 }
 
+.incoming.history .x-time
+{
+	color: rgba(209, 184, 156, 1);
+}
+
 .incoming .x-message
 {
 	background: rgba(226, 219, 203, .9);
@@ -30,17 +43,7 @@
 .incoming.history .x-message,
 .incoming.consecutive .x-message
 {
-	border-top: 1px solid rgba(178, 125, 75, .37);
-}
-
-.incoming a:hover
-{
-	background: rgba(178, 125, 75, 1);
-}
-
-.incoming a
-{
-	color: rgba(178, 125, 75, 1);
+	border-top: 1px solid rgba(209, 184, 156, 1);
 }
 
 .outgoing .x-buddyicon
@@ -48,16 +51,29 @@
 	background: rgba(116, 157, 95, .2);
 }
 
-.outgoing .x-sender
+.outgoing .x-sender,
+.outgoing a:hover
 {
 	background: rgba(116, 157, 95, 1);
 }
 
-.outgoing .x-time
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(178, 200, 166, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
 {
 	color: rgba(116, 157, 95, 1);
 }
 
+.outgoing.history .x-time
+{
+	color: rgba(178, 200, 166, 1);
+}
+
 .outgoing .x-message
 {
 	background: rgba(213, 225, 207, .9);
@@ -67,15 +83,5 @@
 .outgoing.history .x-message,
 .outgoing.consecutive .x-message
 {
-	border-top: 1px solid rgba(116, 157, 95, .37);
+	border-top: 1px solid rgba(178, 200, 166, 1);
 }
-
-.outgoing a
-{
-	color: rgba(116, 157, 95, 1);
-}
-
-.outgoing a:hover
-{
-	background: rgba(116, 157, 95, 1);
-}
diff -r 7d44cd338930 -r a29b14cb2ad6 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css	Wed May 26 21:39:59 2010 -0500
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css	Thu May 27 16:00:29 2010 -0500
@@ -11,16 +11,29 @@
 	background: rgba(75, 93, 178, .2);
 }
 
-.incoming .x-sender
+.incoming .x-sender,
+.incoming a:hover
 {
 	background: rgba(75, 93, 178, 1);
 }
 
-.incoming .x-time
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(161, 168, 211, 1);
+}
+
+.incoming .x-time,
+.incoming a
 {
 	color: rgba(75, 93, 178, 1);
 }
 
+.incoming.history .x-time
+{
+	color: rgba(161, 168, 211, 1);
+}
+
 .incoming .x-message
 {
 	background: rgba(213, 211, 228, .9);
@@ -30,17 +43,7 @@
 .incoming.history .x-message,
 .incoming.consecutive .x-message
 {
-	border-top: 1px solid rgba(75, 93, 178, .37);
-}
-
-.incoming a:hover
-{
-	background: rgba(75, 93, 178, 1);
-}
-
-.incoming a
-{
-	color: rgba(75, 93, 178, 1);
+	border-top: 1px solid rgba(161, 168, 211, 1);
 }
 
 .outgoing .x-buddyicon
@@ -48,16 +51,29 @@
 	background: rgba(177, 74, 75, .2);
 }
 
-.outgoing .x-sender
+.outgoing .x-sender,
+.outgoing a:hover
 {
 	background: rgba(177, 74, 75, 1);
 }
 
-.outgoing .x-time
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(212, 159, 159, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
 {
 	color: rgba(177, 74, 75, 1);
 }
 
+.outgoing.history .x-time
+{
+	color: rgba(212, 159, 159, 1);
+}
+
 .outgoing .x-message
 {
 	background: rgba(233, 207, 207, .9);
@@ -67,15 +83,5 @@
 .outgoing.history .x-message,
 .outgoing.consecutive .x-message
 {
-	border-top: 1px solid rgba(177, 74, 75, .37);
+	border-top: 1px solid rgba(212, 159, 159, 1);
 }
-
-.outgoing a
-{
-	color: rgba(177, 74, 75, 1);
-}
-
-.outgoing a:hover
-{
-	background: rgba(177, 74, 75, 1);
-}
diff -r 7d44cd338930 -r a29b14cb2ad6 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css	Wed May 26 21:39:59 2010 -0500
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css	Thu May 27 16:00:29 2010 -0500
@@ -11,16 +11,29 @@
 	background: rgba(255, 124, 0, .2);
 }
 
-.incoming .x-sender
+.incoming .x-sender,
+.incoming a:hover
 {
 	background: rgba(255, 124, 0, 1);
 }
 
-.incoming .x-time
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(249, 188, 120, 1);
+}
+
+.incoming .x-time,
+.incoming a
 {
 	color: rgba(255, 124, 0, 1);
 }
 
+.incoming.history .x-time
+{
+	color: rgba(249, 188, 120, 1);
+}
+
 .incoming .x-message
 {
 	background: rgba(244, 225, 190, .9);
@@ -30,17 +43,7 @@
 .incoming.history .x-message,
 .incoming.consecutive .x-message
 {
-	border-top: 1px solid rgba(255, 124, 0, .37);
-}
-
-.incoming a:hover
-{
-	background: rgba(255, 124, 0, 1);
-}
-
-.incoming a
-{
-	color: rgba(255, 124, 0, 1);
+	border-top: 1px solid rgba(249, 188, 120, 1);
 }
 
 .outgoing .x-buddyicon
@@ -48,16 +51,29 @@
 	background: rgba(102, 204, 50, .2);
 }
 
-.outgoing .x-sender
+.outgoing .x-sender,
+.outgoing a:hover
 {
 	background: rgba(102, 204, 50, 1);
 }
 
-.outgoing .x-time
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(172, 228, 145, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
 {
 	color: rgba(102, 204, 50, 1);
 }
 
+.outgoing.history .x-time
+{
+	color: rgba(172, 228, 145, 1);
+}
+
 .outgoing .x-message
 {
 	background: rgba(213, 241, 200, .9);
@@ -67,15 +83,5 @@
 .outgoing.history .x-message,
 .outgoing.consecutive .x-message
 {
-	border-top: 1px solid rgba(102, 204, 50, .37);
+	border-top: 1px solid rgba(172, 228, 145, 1);
 }
-
-.outgoing a
-{
-	color: rgba(102, 204, 50, 1);
-}
-
-.outgoing a:hover
-{
-	background: rgba(102, 204, 50, 1);
-}
diff -r 7d44cd338930 -r a29b14cb2ad6 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css	Wed May 26 21:39:59 2010 -0500
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css	Thu May 27 16:00:29 2010 -0500
@@ -11,16 +11,29 @@
 	background: rgba(0, 45, 255, .2);
 }
 
-.incoming .x-sender
+.incoming .x-sender,
+.incoming a:hover
 {
 	background: rgba(0, 45, 255, 1);
 }
 
-.incoming .x-time
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(127, 145, 250, 1);
+}
+
+.incoming .x-time,
+.incoming a
 {
 	color: rgba(0, 45, 255, 1);
 }
 
+.incoming.history .x-time
+{
+	color: rgba(127, 145, 250, 1);
+}
+
 .incoming .x-message
 {
 	background: rgba(204, 204, 246, .9);
@@ -30,17 +43,7 @@
 .incoming.history .x-message,
 .incoming.consecutive .x-message
 {
-	border-top: 1px solid rgba(0, 45, 255, .37);
-}
-
-.incoming a:hover
-{
-	background: rgba(0, 45, 255, 1);
-}
-
-.incoming a
-{
-	color: rgba(0, 45, 255, 1);
+	border-top: 1px solid rgba(127, 145, 250, 1);
 }
 
 .outgoing .x-buddyicon
@@ -48,16 +51,29 @@
 	background: rgba(255, 0, 1, .2);
 }
 
-.outgoing .x-sender
+.outgoing .x-sender,
+.outgoing a:hover
 {
 	background: rgba(255, 0, 1, 1);
 }
 
-.outgoing .x-time
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(254, 123, 123, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
 {
 	color: rgba(255, 0, 1, 1);
 }
 
+.outgoing.history .x-time
+{
+	color: rgba(254, 123, 123, 1);
+}
+
 .outgoing .x-message
 {
 	background: rgba(255, 195, 195, .9);
@@ -67,15 +83,5 @@
 .outgoing.history .x-message,
 .outgoing.consecutive .x-message
 {
-	border-top: 1px solid rgba(255, 0, 1, .37);
+	border-top: 1px solid rgba(254, 123, 123, 1);
 }
-
-.outgoing a
-{
-	color: rgba(255, 0, 1, 1);
-}
-
-.outgoing a:hover
-{
-	background: rgba(255, 0, 1, 1);
-}




More information about the commits mailing list