xtras/mathuaerknedam 626:d8393f4468b5: Stockholm: Use the curren...

commits at adium.im commits at adium.im
Tue Nov 5 03:42:36 UTC 2013


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/d8393f4468b5
revision:	626:d8393f4468b5
branch:		(none)
author:		mathuaerknedam
date:		Mon Nov 04 22:42:28 2013 -0500

Stockholm: Use the current gradient syntax.

diffs (truncated from 3190 to 1000 lines):

diff -r 9cccd9cea98e -r d8393f4468b5 Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css	Mon Nov 04 10:39:59 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css	Mon Nov 04 22:42:28 2013 -0500
@@ -1,143 +1,143 @@
 .x-container.mention:not(.history) .x-mentionicon
 {
-	background: -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))) !important;
+	background: linear-gradient(to bottom, hsla(215, 73%, 59%, 1), hsla(215, 73%, 48%, 1) 45%, hsla(215, 73%, 45%, 1) 50%, hsla(215, 73%, 48%, 1)) !important;
 }
 
 .x-container.mention.history .x-mentionicon
 {
-	background: -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))) !important;
+	background: linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 65%, 1) 45%, hsla(215, 20%, 60%, 1) 50%, hsla(215, 20%, 75%, 1)) !important;
 }
 
 .focus.incoming .x-text:before
 {
 	background:
-		-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)));
+		linear-gradient(to bottom, hsla(215, 73%, 59%, 1), hsla(215, 73%, 48%, 1) 45%, hsla(215, 73%, 45%, 1) 50%, hsla(215, 73%, 48%, 1));
 }
 
 .x-container.incoming: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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, .5)), to(hsla(215, 73%, 68%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(215, 73%, 59%, 1), hsla(215, 73%, 48%, 1) 45%, hsla(215, 73%, 45%, 1) 50%, hsla(215, 73%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, .5)), to(hsla(215, 73%, 68%, .5))) 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,
-		-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))) left top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 68%, .5)), to(hsla(215, 73%, 68%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(215, 73%, 59%, 1), hsla(215, 73%, 48%, 1) 45%, hsla(215, 73%, 45%, 1) 50%, hsla(215, 73%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.history .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))) right 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, .5)), to(hsla(215, 20%, 93%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)) 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 65%, 1) 45%, hsla(215, 20%, 60%, 1) 50%, hsla(215, 20%, 75%, 1)) left top no-repeat;
 }
 
 .x-container.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))) right 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, .5)), to(hsla(215, 20%, 93%, .5))) 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,
-		-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))) left top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, .5)), to(hsla(215, 20%, 93%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)) 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 65%, 1) 45%, hsla(215, 20%, 60%, 1) 50%, hsla(215, 20%, 75%, 1)) left top no-repeat;
 }
diff -r 9cccd9cea98e -r d8393f4468b5 Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css	Mon Nov 04 10:39:59 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css	Mon Nov 04 22:42:28 2013 -0500
@@ -1,143 +1,143 @@
 .x-container.mention:not(.history) .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(95, 66%, 54%, 1), hsla(95, 66%, 43%, 1) 45%, hsla(95, 66%, 40%, 1) 50%, hsla(95, 66%, 43%, 1));
 }
 
 .x-container.mention.history .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(95, 15%, 78%, 1), hsla(95, 15%, 65%, 1) 45%, hsla(95, 15%, 60%, 1) 50%, hsla(95, 15%, 75%, 1));
 }
 
 .focus.incoming .x-text:before
 {
 	background:
-		-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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(95, 66%, 54%, 1), hsla(95, 66%, 43%, 1) 45%, hsla(95, 66%, 40%, 1) 50%, hsla(95, 66%, 43%, 1)) left top no-repeat;
 }
 
 .x-container.incoming: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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, .5)), to(hsla(95, 66%, 68%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, .5), hsla(95, 66%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 45%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(95, 66%, 54%, 1), hsla(95, 66%, 43%, 1) 45%, hsla(95, 66%, 40%, 1) 50%, hsla(95, 66%, 43%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, .5)), to(hsla(95, 66%, 68%, .5))) 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,
-		-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))) left top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, .5)), to(hsla(95, 66%, 68%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, .5), hsla(95, 66%, 68%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, .5), hsla(95, 66%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 45%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(95, 66%, 54%, 1), hsla(95, 66%, 43%, 1) 45%, hsla(95, 66%, 40%, 1) 50%, hsla(95, 66%, 43%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.history .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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, .5)), to(hsla(95, 15%, 93%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, .5), hsla(95, 15%, 93%, .5)) 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(95, 15%, 78%, 1), hsla(95, 15%, 65%, 1) 45%, hsla(95, 15%, 60%, 1) 50%, hsla(95, 15%, 75%, 1)) left top no-repeat;
 }
 
 .x-container.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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, .5)), to(hsla(95, 15%, 93%, .5))) 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,
-		-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))) left top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, .5)), to(hsla(95, 15%, 93%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, .5), hsla(95, 15%, 93%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, .5), hsla(95, 15%, 93%, .5)) 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(95, 15%, 78%, 1), hsla(95, 15%, 65%, 1) 45%, hsla(95, 15%, 60%, 1) 50%, hsla(95, 15%, 75%, 1)) left top no-repeat;
 }
diff -r 9cccd9cea98e -r d8393f4468b5 Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css	Mon Nov 04 10:39:59 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css	Mon Nov 04 22:42:28 2013 -0500
@@ -1,143 +1,143 @@
 .x-container.mention:not(.history) .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(222, 0%, 59%, 1), hsla(222, 0%, 50%, 1) 45%, hsla(222, 0%, 45%, 1) 50%, hsla(222, 0%, 50%, 1));
 }
 
 .x-container.mention.history .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(222, 0%, 78%, 1), hsla(222, 0%, 65%, 1) 45%, hsla(222, 0%, 60%, 1) 50%, hsla(222, 0%, 75%, 1));
 }
 
 .focus.incoming .x-text:before
 {
 	background:
-		-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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(222, 0%, 59%, 1), hsla(222, 0%, 50%, 1) 45%, hsla(222, 0%, 45%, 1) 50%, hsla(222, 0%, 50%, 1)) left top no-repeat;
 }
 
 .x-container.incoming:not(.history) .x-header
 {
 	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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, .5)), to(hsla(222, 0%, 68%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)) right 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)) right bottom no-repeat,
 
 	/*top light edge*/
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, .5)), to(hsla(222, 0%, 68%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(222, 0%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(222, 0%, 59%, 1), hsla(222, 0%, 50%, 1) 45%, hsla(222, 0%, 45%, 1) 50%, hsla(222, 0%, 50%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
 	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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, .5)), to(hsla(222, 0%, 68%, .5))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 45%, 1)), to(hsla(222, 0%, 45%, 1))) left 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, .5)), to(hsla(222, 0%, 68%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(222, 0%, 59%, 1), hsla(222, 0%, 50%, 1) 45%, hsla(222, 0%, 45%, 1) 50%, hsla(222, 0%, 50%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.history .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))) right top no-repeat,
-		-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%, 93%, .5)), to(hsla(222, 0%, 93%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, .5), hsla(222, 0%, 93%, .5)) right 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(222, 0%, 78%, 1), hsla(222, 0%, 65%, 1) 45%, hsla(222, 0%, 60%, 1) 50%, hsla(222, 0%, 75%, 1)) left top no-repeat;
 }
 
 .x-container.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))) right top no-repeat,
-		-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%, 93%, .5)), to(hsla(222, 0%, 93%, .5))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, .5)), to(hsla(222, 0%, 93%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, .5), hsla(222, 0%, 93%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, .5), hsla(222, 0%, 93%, .5)) 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(222, 0%, 78%, 1), hsla(222, 0%, 65%, 1) 45%, hsla(222, 0%, 60%, 1) 50%, hsla(222, 0%, 75%, 1)) left top no-repeat;
 }
diff -r 9cccd9cea98e -r d8393f4468b5 Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css	Mon Nov 04 10:39:59 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css	Mon Nov 04 22:42:28 2013 -0500
@@ -1,143 +1,143 @@
 .x-container.mention:not(.history) .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(30, 71%, 59%, 1), hsla(30, 71%, 48%, 1) 45%, hsla(30, 71%, 45%, 1) 50%, hsla(30, 71%, 48%, 1));
 }
 
 .x-container.mention.history .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(30, 15%, 78%, 1), hsla(30, 15%, 65%, 1) 45%, hsla(30, 15%, 60%, 1) 50%, hsla(30, 15%, 75%, 1));
 }
 
 .focus.incoming .x-text:before
 {
 	background:
-		-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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(30, 71%, 59%, 1), hsla(30, 71%, 48%, 1) 45%, hsla(30, 71%, 45%, 1) 50%, hsla(30, 71%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming:not(.history) .x-header
 {
 	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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, .5)), to(hsla(30, 71%, 68%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, .5), hsla(30, 71%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(30, 71%, 59%, 1), hsla(30, 71%, 48%, 1) 45%, hsla(30, 71%, 45%, 1) 50%, hsla(30, 71%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
 	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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, .5)), to(hsla(30, 71%, 68%, .5))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 45%, 1)), to(hsla(30, 71%, 45%, 1))) left 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, .5)), to(hsla(30, 71%, 68%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, .5), hsla(30, 71%, 68%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, .5), hsla(30, 71%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(30, 71%, 59%, 1), hsla(30, 71%, 48%, 1) 45%, hsla(30, 71%, 45%, 1) 50%, hsla(30, 71%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.history .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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, .5)), to(hsla(30, 15%, 93%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, .5), hsla(30, 15%, 93%, .5)) right 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(30, 15%, 78%, 1), hsla(30, 15%, 65%, 1) 45%, hsla(30, 15%, 60%, 1) 50%, hsla(30, 15%, 75%, 1)) left top no-repeat;
 }
 
 .x-container.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))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, .5)), to(hsla(30, 15%, 93%, .5))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, .5)), to(hsla(30, 15%, 93%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, .5), hsla(30, 15%, 93%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, .5), hsla(30, 15%, 93%, .5)) 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(30, 15%, 78%, 1), hsla(30, 15%, 65%, 1) 45%, hsla(30, 15%, 60%, 1) 50%, hsla(30, 15%, 75%, 1)) left top no-repeat;
 }
diff -r 9cccd9cea98e -r d8393f4468b5 Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css	Mon Nov 04 10:39:59 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css	Mon Nov 04 22:42:28 2013 -0500
@@ -1,143 +1,143 @@
 .x-container.mention:not(.history) .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(6, 78%, 59%, 1), hsla(6, 78%, 48%, 1), hsla(6, 78%, 45%, 1) 50%, hsla(6, 78%, 48%, 1));
 }
 
 .x-container.mention.history .x-mentionicon
 {
-	background: -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)));
+	background: linear-gradient(to bottom, hsla(6, 15%, 78%, 1), hsla(6, 15%, 65%, 1) 45%, hsla(6, 15%, 60%, 1) 50%, hsla(6, 15%, 75%, 1));
 }
 
 .focus.incoming .x-text:before
 {
 	background:
-		-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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(6, 78%, 59%, 1), hsla(6, 78%, 48%, 1), hsla(6, 78%, 45%, 1) 50%, hsla(6, 78%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming:not(.history) .x-header
 {
 	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))) right top no-repeat,
-		-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%, 68%, .5)), to(hsla(6, 78%, 68%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, .5), hsla(6, 78%, 68%, .5)) right 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(6, 78%, 59%, 1), hsla(6, 78%, 48%, 1), hsla(6, 78%, 45%, 1) 50%, hsla(6, 78%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.hideIcons:not(.mention):not(.history) .x-header
 {
 	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))) right top no-repeat,
-		-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%, 68%, .5)), to(hsla(6, 78%, 68%, .5))) 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 45%, 1))) left 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,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 68%, .5)), to(hsla(6, 78%, 68%, .5))) left top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, .5), hsla(6, 78%, 68%, .5)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)) left top no-repeat,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, .5), hsla(6, 78%, 68%, .5)) 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 50%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(6, 78%, 59%, 1), hsla(6, 78%, 48%, 1), hsla(6, 78%, 45%, 1) 50%, hsla(6, 78%, 48%, 1)) left top no-repeat;
 }
 
 .x-container.incoming.history .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))) right top no-repeat,
-		-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%, 93%, .5)), to(hsla(6, 15%, 93%, .5))) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)) right top no-repeat,
+		linear-gradient(to bottom, hsla(6, 15%, 93%, .5), hsla(6, 15%, 93%, .5)) right 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,
+		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 15%, 78%, 1), 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,
+		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 82%, 1) 50%, 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,
+		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 82%, 1) 50%, 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))) left top no-repeat;
+		linear-gradient(to bottom, hsla(6, 15%, 78%, 1), hsla(6, 15%, 65%, 1) 45%, hsla(6, 15%, 60%, 1) 50%, hsla(6, 15%, 75%, 1)) left top no-repeat;
 }
 




More information about the commits mailing list