xtras/mathuaerknedam 462:1569d375288a: Stockholm: general color ...

commits at adium.im commits at adium.im
Tue Mar 30 04:58:36 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/1569d375288a
revision:	462:1569d375288a
author:		mathuaerknedam
date:		Mon Mar 29 23:58:16 2010 -0500

Stockholm: general color tweaks, improved corners for headers when icons are hidden.

diffs (truncated from 1676 to 1000 lines):

diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css	Mon Mar 29 23:58:16 2010 -0500
@@ -1,8 +1,13 @@
+.mention:not(.history) .x-mentionicon
+{
+	background-image: url("../images/pref-mention-blue.png");
+}
+
 .incoming:not(.history) .x-header
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) right top no-repeat,
 
 	/*top dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
@@ -14,20 +19,71 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), to(hsla(215, 73%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 50%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 59%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 48%, 1))) 1px 1px no-repeat;
 }
 
-.mention:not(.history) .x-mentionicon
+.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
-	background-image: url("../images/pref-mention-blue.png");
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), to(hsla(215, 73%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 50%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 59%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 48%, 1))) 1px 1px no-repeat;
+}
+
+.incoming.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), color-stop(.45, hsla(215, 20%, 65%, 1)), color-stop(.5, hsla(215, 20%, 60%, 1)), to(hsla(215, 20%, 75%, 1))) 1px 1px no-repeat;
 }
 
 .incoming.history .x-header
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css	Mon Mar 29 23:58:16 2010 -0500
@@ -1,8 +1,13 @@
+.mention:not(.history) .x-mentionicon
+{
+	background-image: url("../images/pref-mention-green.png");
+}
+
 .incoming:not(.history) .x-header
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) right top no-repeat,
 
 	/*top dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
@@ -16,43 +21,94 @@
 	/*top light edge*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 45%, 1)), to(hsla(95, 66%, 45%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 54%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 54%, 1)), to(hsla(95, 66%, 40%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 54%, 1)), color-stop(.45, hsla(95, 66%, 43%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 43%, 1))) 1px 1px no-repeat;
 }
 
-.mention:not(.history) .x-mentionicon
+.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
-	background-image: url("../images/pref-mention-green.png");
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 45%, 1)), to(hsla(95, 66%, 45%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 54%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 54%, 1)), to(hsla(95, 66%, 40%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 54%, 1)), color-stop(.45, hsla(95, 66%, 43%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 43%, 1))) 1px 1px no-repeat;
+}
+
+.incoming.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), to(hsla(95, 15%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 15%, 65%, 1)), color-stop(.5, hsla(95, 15%, 60%, 1)), to(hsla(95, 15%, 75%, 1))) 1px 1px no-repeat;
 }
 
 .incoming.history .x-header
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
 	/*bottom dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
 	/*right dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 93%, 1)), to(hsla(95, 10%, 93%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 78%, 1)), to(hsla(95, 10%, 78%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), to(hsla(95, 15%, 78%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 93%, 1)), color-stop(.5, hsla(95, 10%, 82%, 1)), to(hsla(95, 10%, 70%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 93%, 1)), color-stop(.5, hsla(95, 10%, 82%, 1)), to(hsla(95, 10%, 70%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 10%, 65%, 1)), color-stop(.5, hsla(95, 10%, 60%, 1)), to(hsla(95, 10%, 75%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 15%, 65%, 1)), color-stop(.5, hsla(95, 15%, 60%, 1)), to(hsla(95, 15%, 75%, 1))) 1px 1px no-repeat;
 }
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css	Mon Mar 29 23:58:16 2010 -0500
@@ -1,33 +1,89 @@
+.mention:not(.history) .x-mentionicon
+{
+	background-image: url("../images/pref-mention-grey.png");
+}
+
 .incoming:not(.history) .x-header
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 39%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 45%, 1)), to(hsla(222, 0%, 45%, 1))) right top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) left top no-repeat,
 	/*bottom dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) right bottom no-repeat,
 	/*right dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 69%, 1)), to(hsla(222, 0%, 69%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), to(hsla(222, 0%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 50%, 1)), to(hsla(222, 0%, 50%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 59%, 1)), to(hsla(222, 0%, 45%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 59%, 1)), to(hsla(222, 0%, 45%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 54%, 1)), color-stop(.45, hsla(222, 0%, 44%, 1)), color-stop(.5, hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 47%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 59%, 1)), color-stop(.45, hsla(222, 0%, 50%, 1)), color-stop(.5, hsla(222, 0%, 45%, 1)), to(hsla(222, 0%, 50%, 1))) 1px 1px no-repeat;
 }
 
-.mention:not(.history) .x-mentionicon
+.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
-	background-image: url("../images/pref-mention-grey.png");
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 45%, 1)), to(hsla(222, 0%, 45%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 45%, 1)), to(hsla(222, 0%, 45%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), to(hsla(222, 0%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 50%, 1)), to(hsla(222, 0%, 50%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 59%, 1)), to(hsla(222, 0%, 45%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 59%, 1)), to(hsla(222, 0%, 45%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 59%, 1)), color-stop(.45, hsla(222, 0%, 50%, 1)), color-stop(.5, hsla(222, 0%, 45%, 1)), to(hsla(222, 0%, 50%, 1))) 1px 1px no-repeat;
+}
+
+.incoming.history .hideIcons:not(.mention).x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), to(hsla(222, 0%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), to(hsla(222, 0%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), color-stop(.45, hsla(222, 0%, 65%, 1)), color-stop(.5, hsla(222, 0%, 60%, 1)), to(hsla(222, 0%, 75%, 1))) 1px 1px no-repeat;
 }
 
 .incoming.history .x-header
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css	Mon Mar 29 23:58:16 2010 -0500
@@ -1,8 +1,13 @@
+.mention:not(.history) .x-mentionicon
+{
+	background-image: url("../images/pref-mention-orange.png");
+}
+
 .incoming:not(.history) .x-header
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 40%, 1)), to(hsla(30, 71%, 40%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 45%, 1)), to(hsla(30, 71%, 45%, 1))) right top no-repeat,
 
 	/*top dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) left top no-repeat,
@@ -18,42 +23,92 @@
 	/*bottom light edge*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 50%, 1)), to(hsla(30, 71%, 50%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 59%, 1)), to(hsla(30, 71%, 45%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 59%, 1)), to(hsla(30, 71%, 45%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 59%, 1)), color-stop(.45, hsla(30, 71%, 48%, 1)), color-stop(.5, hsla(30, 71%, 45%, 1)), to(hsla(30, 71%, 48%, 1))) 1px 1px no-repeat;
 }
 
-.mention:not(.history) .x-mentionicon
+.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
-	background-image: url("../images/pref-mention-orange.png");
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 45%, 1)), to(hsla(30, 71%, 45%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 45%, 1)), to(hsla(30, 71%, 45%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), to(hsla(30, 71%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 50%, 1)), to(hsla(30, 71%, 50%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 59%, 1)), to(hsla(30, 71%, 45%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 59%, 1)), to(hsla(30, 71%, 45%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 59%, 1)), color-stop(.45, hsla(30, 71%, 48%, 1)), color-stop(.5, hsla(30, 71%, 45%, 1)), to(hsla(30, 71%, 48%, 1))) 1px 1px no-repeat;
 }
 
+.incoming.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), to(hsla(30, 15%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), to(hsla(30, 15%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), color-stop(.5, hsla(30, 15%, 82%, 1)), to(hsla(30, 15%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), color-stop(.5, hsla(30, 15%, 82%, 1)), to(hsla(30, 15%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), color-stop(.45, hsla(30, 15%, 65%, 1)), color-stop(.5, hsla(30, 15%, 60%, 1)), to(hsla(30, 15%, 75%, 1))) 1px 1px no-repeat;
+}
 
 .incoming.history .x-header
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) left top no-repeat,
 	/*bottom dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right bottom no-repeat,
 	/*right dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), to(hsla(30, 10%, 93%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), to(hsla(30, 15%, 93%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 78%, 1)), to(hsla(30, 10%, 78%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), to(hsla(30, 15%, 78%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), color-stop(.5, hsla(30, 10%, 82%, 1)), to(hsla(30, 10%, 70%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), color-stop(.5, hsla(30, 15%, 82%, 1)), to(hsla(30, 15%, 70%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), color-stop(.5, hsla(30, 10%, 82%, 1)), to(hsla(30, 10%, 70%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), color-stop(.5, hsla(30, 15%, 82%, 1)), to(hsla(30, 15%, 70%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), color-stop(.45, hsla(30, 10%, 65%, 1)), color-stop(.5, hsla(30, 10%, 60%, 1)), to(hsla(30, 10%, 75%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), color-stop(.45, hsla(30, 15%, 65%, 1)), color-stop(.5, hsla(30, 15%, 60%, 1)), to(hsla(30, 15%, 75%, 1))) 1px 1px no-repeat;
 }
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css	Mon Mar 29 23:58:16 2010 -0500
@@ -1,3 +1,7 @@
+.mention:not(.history) .x-mentionicon
+{
+	background-image: url("../images/pref-mention-red.png");
+}
 .incoming:not(.history) .x-header
 {
 	background:
@@ -5,29 +9,80 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 45%, 1))) right top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) left top no-repeat,
 	/*bottom dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) right bottom no-repeat,
 	/*right dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), to(hsla(6, 78%, 73%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 68%, 1)), to(hsla(6, 78%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 54%, 1)), to(hsla(6, 78%, 54%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 50%, 1)), to(hsla(6, 78%, 50%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 68%, 1)), color-stop(.5, hsla(6, 78%, 59%, 1)), to(hsla(6, 78%, 45%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 68%, 1)), color-stop(.5, hsla(6, 78%, 59%, 1)), to(hsla(6, 78%, 45%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 59%, 1)), color-stop(.45, hsla(6, 78%, 48%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 48%, 1))) 1px 1px no-repeat;
 }
 
-.mention:not(.history) .x-mentionicon
+.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
-	background-image: url("../images/pref-mention-red.png");
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 45%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 45%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 33%, 1)), to(hsla(6, 78%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 68%, 1)), to(hsla(6, 78%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 50%, 1)), to(hsla(6, 78%, 50%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 68%, 1)), color-stop(.5, hsla(6, 78%, 59%, 1)), to(hsla(6, 78%, 45%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 68%, 1)), color-stop(.5, hsla(6, 78%, 59%, 1)), to(hsla(6, 78%, 45%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 59%, 1)), color-stop(.45, hsla(6, 78%, 48%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 48%, 1))) 1px 1px no-repeat;
+}
+
+.incoming.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), to(hsla(6, 15%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), to(hsla(6, 15%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), color-stop(.45, hsla(6, 15%, 65%, 1)), color-stop(.5, hsla(6, 15%, 60%, 1)), to(hsla(6, 15%, 75%, 1))) 1px 1px no-repeat;
 }
 
 .incoming.history .x-header
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css	Mon Mar 29 23:58:16 2010 -0500
@@ -2,7 +2,7 @@
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) right top no-repeat,
 
 	/*top dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
@@ -14,15 +14,71 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), to(hsla(215, 73%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 50%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 59%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 48%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.hideIcons:not(.mention):not(.history) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), to(hsla(215, 73%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 50%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 59%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 48%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), color-stop(.45, hsla(215, 20%, 65%, 1)), color-stop(.5, hsla(215, 20%, 60%, 1)), to(hsla(215, 20%, 75%, 1))) 1px 1px no-repeat;
 }
 
 .outgoing.history .x-header
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-BlueA.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-BlueA.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-BlueA.css	Mon Mar 29 23:58:16 2010 -0500
@@ -2,27 +2,83 @@
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
 	/*bottom dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 38%, 1)), to(hsla(215, 73%, 63%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
 	/*right dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), to(hsla(215, 73%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 50%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 50%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat !important;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 59%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 48%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.hideIcons:not(.mention):not(.history) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 45%, 1))) right top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), to(hsla(215, 73%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 50%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, 1)), color-stop(.5, hsla(215, 73%, 59%, 1)), to(hsla(215, 73%, 45%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 59%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 45%, 1)), to(hsla(215, 73%, 48%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), color-stop(.45, hsla(215, 20%, 65%, 1)), color-stop(.5, hsla(215, 20%, 60%, 1)), to(hsla(215, 20%, 75%, 1))) 1px 1px no-repeat !important;
 }
 
 .outgoing.history .x-header
@@ -32,20 +88,20 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
 	/*bottom dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
 	/*right dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) left top no-repeat,
 	/*bottom light edge*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) left top no-repeat,
 	/*right light gradient*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
 	/*body*/
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css	Mon Mar 29 23:58:16 2010 -0500
@@ -2,7 +2,7 @@
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) right top no-repeat,
 
 	/*top dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
@@ -16,13 +16,69 @@
 	/*top light edge*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 45%, 1)), to(hsla(95, 66%, 45%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 40%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 59%, 1)), color-stop(.45, hsla(95, 66%, 43%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 43%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.hideIcons:not(.mention):not(.history) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 45%, 1)), to(hsla(95, 66%, 45%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 40%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 59%, 1)), color-stop(.45, hsla(95, 66%, 43%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 43%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), to(hsla(95, 15%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 15%, 65%, 1)), color-stop(.5, hsla(95, 15%, 60%, 1)), to(hsla(95, 15%, 75%, 1))) 1px 1px no-repeat;
 }
 
 .outgoing.history .x-header
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-GreenA.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-GreenA.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-GreenA.css	Mon Mar 29 23:58:16 2010 -0500
@@ -2,27 +2,83 @@
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
 	/*bottom dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
 	/*right dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
 	/*bottom light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 45%, 1)), to(hsla(95, 66%, 45%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 45%, 1))) left top no-repeat,
 	/*right light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 45%, 1))) right bottom no-repeat,
 	/*body*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat !important;
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 59%, 1)), color-stop(.45, hsla(95, 66%, 43%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 43%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.hideIcons:not(.mention):not(.history) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) right top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 45%, 1)), to(hsla(95, 66%, 45%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 40%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), color-stop(.5, hsla(95, 66%, 59%, 1)), to(hsla(95, 66%, 40%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 59%, 1)), color-stop(.45, hsla(95, 66%, 43%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 43%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.history.hideIcons:not(.mention) .x-header
+{
+	background:
+	/*corners*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right top no-repeat,
+
+	/*top dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+	/*left dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+	/*bottom dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+	/*right dark border*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+
+	/*top light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) left top no-repeat,
+	/*bottom light edge*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), to(hsla(95, 15%, 78%, 1))) right bottom no-repeat,
+	/*left light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) left top no-repeat,
+	/*right light gradient*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) right bottom no-repeat,
+	/*body*/
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 15%, 65%, 1)), color-stop(.5, hsla(95, 15%, 60%, 1)), to(hsla(95, 15%, 75%, 1))) 1px 1px no-repeat !important;
 }
 
 .outgoing.history .x-header
@@ -32,20 +88,20 @@
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
 	/*bottom dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
 	/*right dark border*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) left top no-repeat,
 	/*bottom light edge*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), to(hsla(95, 15%, 78%, 1))) right bottom no-repeat,
 	/*left light gradient*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) left top no-repeat,
 	/*right light gradient*/
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) right bottom no-repeat,
 	/*body*/
diff -r 37ea8063a488 -r 1569d375288a Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Grey.css	Mon Mar 29 17:10:51 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Grey.css	Mon Mar 29 23:58:16 2010 -0500
@@ -2,27 +2,83 @@
 {
 	background:
 	/*corners*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 39%, 1))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 45%, 1)), to(hsla(222, 0%, 45%, 1))) right top no-repeat,
 
 	/*top dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) left top no-repeat,
 	/*left dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) left top no-repeat,
 	/*bottom dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) right bottom no-repeat,
 	/*right dark border*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 33%, 1)), to(hsla(222, 0%, 33%, 1))) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 69%, 1)), to(hsla(222, 0%, 69%, 1))) left top no-repeat,


More information about the commits mailing list