xtras/mathuaerknedam 429:c105dc0ca02c: minimal_mod: make colors ...

commits at adium.im commits at adium.im
Mon Mar 15 05:01:50 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/c105dc0ca02c
revision:	429:c105dc0ca02c
author:		mathuaerknedam
date:		Sun Mar 14 10:21:33 2010 -0500

minimal_mod: make colors more easily distinguishible. There's no reason for them to be web safe.
Subject: xtras/mathuaerknedam 430:191ce0134a01: minimal_mod: fix sender color in message history regression. Also, lighten grey and green.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/191ce0134a01
revision:	430:191ce0134a01
author:		mathuaerknedam
date:		Sun Mar 14 21:18:04 2010 -0500

minimal_mod: fix sender color in message history regression. Also, lighten grey and green.
Subject: xtras/mathuaerknedam 431:8f391b83a610: minimal_mod: decrease padding from bottom of messages, but add a bit before the first of consecutive messages. Now status messages are centered vertically and sender/message1/message2 are evenly spaced.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/8f391b83a610
revision:	431:8f391b83a610
author:		mathuaerknedam
date:		Sun Mar 14 23:22:18 2010 -0500

minimal_mod: decrease padding from bottom of messages, but add a bit before the first of consecutive messages. Now status messages are centered vertically and sender/message1/message2 are evenly spaced.
Subject: xtras/mathuaerknedam 432:fe24921df192: minimal_mod: make senders in message history darker versions of the variant colors rather than black.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/fe24921df192
revision:	432:fe24921df192
author:		mathuaerknedam
date:		Sun Mar 14 23:40:02 2010 -0500

minimal_mod: make senders in message history darker versions of the variant colors rather than black.
Subject: xtras/mathuaerknedam 433:0583e95c72d1: minimal_mod: fix status colors.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/0583e95c72d1
revision:	433:0583e95c72d1
author:		mathuaerknedam
date:		Sun Mar 14 23:57:15 2010 -0500

minimal_mod: fix status colors.
Subject: xtras/mathuaerknedam 434:3695e07a8136: minimal_mod: more status color fixes.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/3695e07a8136
revision:	434:3695e07a8136
author:		mathuaerknedam
date:		Sun Mar 14 23:58:33 2010 -0500

minimal_mod: more status color fixes.
Subject: xtras/mathuaerknedam 435:8ee0da2b465f: minimal_mod: set header opacity to .75, same as the latest version on xtras.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/8ee0da2b465f
revision:	435:8ee0da2b465f
author:		mathuaerknedam
date:		Mon Mar 15 00:01:26 2010 -0500

minimal_mod: set header opacity to .75, same as the latest version on xtras.

diffs (truncated from 2776 to 1000 lines):

diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #0090ff !important;
+	color: hsla(210, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #333333 !important;
+	color: hsla(0, 0%, 0%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(210, 100%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #6abb00 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #333333 !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 45%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #707070 !important;
+	color: hsla(0, 0%, 70%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #333333 !important;
+	color: hsla(0, 0%, 0%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #ff7800 !important;
+	color: hsla(45, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #333333 !important;
+	color: hsla(0, 0%, 0%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(45, 100%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #ff3280 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #333333 !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #7200a7 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #333333 !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(297, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(297, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #ff0c00 !important;
+	color: hsla(0, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #333333 !important;
+	color: hsla(0, 0%, 0%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(0, 100%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #333333 !important;
+	color: hsla(0, 0%, 0%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #0090ff !important;
+	color: hsla(210, 100%, 50%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(210, 100%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #6abb00 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #0090ff !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 45%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #707070 !important;
+	color: hsla(0, 0%, 70%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #0090ff !important;
+	color: hsla(210, 100%, 50%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(210, 100%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #ff7800 !important;
+	color: hsla(45, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #0090ff !important;
+	color: hsla(210, 100%, 50%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(45, 100%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(210, 100%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #ff3280 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #0090ff !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #7200a7 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #0090ff !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(297, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(297, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #ff0c00 !important;
+	color: hsla(0, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #0090ff !important;
+	color: hsla(210, 100%, 50%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(0, 100%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(210, 100%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #333333 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #6abb00 !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 45%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(0, 0%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 100%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #0090ff !important;
+	color: hsla(210, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #6abb00 !important;
+	color: hsla(120, 100%, 45%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(210, 100%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(120, 100%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #707070 !important;
+	color: hsla(0, 0%, 70%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #6abb00 !important;
+	color: hsla(120, 100%, 45%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(0, 0%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(120, 100%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #ff7800 !important;
+	color: hsla(45, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #6abb00 !important;
+	color: hsla(120, 100%, 45%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{
+	color: hsla(45, 100%, 30%, 1) !important;
+}
+
+.history.outgoing .x-sender,
+.history.outgoing a
+{
+	color: hsla(120, 100%, 30%, 1) !important;
+}
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #ff3280 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #6abb00 !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 45%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 100%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,1 +1,1 @@
-.incoming .x-sender,
.incoming a,
.status .x-message,
.status .x-message a,
.event .x-message,
.event .x-message a
{
	color: #7200a7 !important;
}

.outgoing .x-sender,
.outgoing .x-message a
{
	color: #6abb00 !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(297, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 45%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(297, 100%, 30%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 100%, 30%, 1) !important;
}
\ No newline at end of file
diff -r 6bcf78a12ef2 -r 8ee0da2b465f minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Fri Mar 12 22:01:13 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Mon Mar 15 00:01:26 2010 -0500
@@ -1,15 +1,31 @@
-.incoming .x-sender,
-.incoming a,
-.status .x-message,
-.status .x-message a,
-.event .x-message,
-.event .x-message a
+.incoming:not(.history) .x-sender,
+.incoming:not(.history) a,
+#Chat:not(.groupchat) .status .x-message,
+#Chat:not(.groupchat) .status a,
+#Chat:not(.groupchat) .event .x-message,
+#Chat:not(.groupchat) .event a
 {
-	color: #ff0c00 !important;
+	color: hsla(0, 100%, 50%, 1) !important;
 }
 
-.outgoing .x-sender,
-.outgoing .x-message a
+.outgoing:not(.history) .x-sender,
+.outgoing:not(.history) a
 {
-	color: #6abb00 !important;
+	color: hsla(120, 100%, 45%, 1) !important;
 }
+
+.history.incoming .x-sender,
+.history.incoming a,
+#Chat:not(.groupchat) .history.status .x-message,
+#Chat:not(.groupchat) .history.status a,
+#Chat:not(.groupchat) .history.event .x-message,
+#Chat:not(.groupchat) .history.event a
+{


More information about the commits mailing list