xtras/mathuaerknedam 629:01659afb41bc: Stockholm: Using the new ...

commits at adium.im commits at adium.im
Thu Nov 7 05:05:07 UTC 2013


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/01659afb41bc
revision:	629:01659afb41bc
branch:		(none)
author:		mathuaerknedam
date:		Thu Nov 07 00:04:55 2013 -0500

Stockholm: Using the new right/bottom background origin offsets to simplify the code.

diffs (truncated from 2485 to 1000 lines):

diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Mockup.html
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Mockup.html	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Mockup.html	Thu Nov 07 00:04:55 2013 -0500
@@ -5,7 +5,7 @@
 		<title>Stockholm</title>
 		<style type="text/css">
 
-			@import url( "./Variants/alt blue - red.css" );
+			@import url( "./Variants/alt blue - green.css" );
 
 			body
 			{
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css	Thu Nov 07 00:04:55 2013 -0500
@@ -10,134 +10,15 @@
 
 .focus.incoming .x-text:before
 {
-	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));
+	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));
 }
 
-.x-container.incoming.showIcons:not(.history) .x-header
+.x-container.incoming:not(.history) .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), hsla(215, 73%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*body*/
-		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));
+	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));
 }
 
-.x-container.incoming.hideIcons:not(.mention):not(.history) .x-header
+.x-container.incoming.history .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), hsla(215, 73%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*body*/
-		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));
+	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));
 }
-
-.x-container.incoming.history.showIcons .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*body*/
-		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));
-}
-
-.x-container.incoming.history.hideIcons:not(.mention) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*body*/
-		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));
-}
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css	Thu Nov 07 00:04:55 2013 -0500
@@ -1,6 +1,6 @@
 .x-container.mention:not(.history) .x-mentionicon
 {
-	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));
+	background: linear-gradient(to bottom, hsla(95, 66%, 52%, 1), hsla(95, 66%, 43%, 1) 45%, hsla(95, 66%, 40%, 1) 50%, hsla(95, 66%, 43%, 1));
 }
 
 .x-container.mention.history .x-mentionicon
@@ -10,134 +10,15 @@
 
 .focus.incoming .x-text:before
 {
-	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)) left top no-repeat;
+	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)) left top no-repeat;
 }
 
 .x-container.incoming:not(.history) .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 68%, .5), hsla(95, 66%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(95, 66%, 45%, 1), hsla(95, 66%, 45%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, hsla(95, 66%, 40%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, hsla(95, 66%, 40%, 1)),
-	/*body*/
-		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.incoming.hideIcons:not(.mention):not(.history) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 68%, .5), hsla(95, 66%, 68%, .5)),
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),
-		linear-gradient(to bottom, hsla(95, 66%, 68%, .5), hsla(95, 66%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(95, 66%, 33%, 1), hsla(95, 66%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(95, 66%, 45%, 1), hsla(95, 66%, 45%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, hsla(95, 66%, 40%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(95, 66%, 68%, 1), hsla(95, 66%, 54%, 1) 50%, hsla(95, 66%, 40%, 1)),
-	/*body*/
-		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));
+	background: linear-gradient(to bottom, hsla(95, 66%, 52%, 1), hsla(95, 66%, 43%, 1) 45%, hsla(95, 66%, 40%, 1) 50%, hsla(95, 66%, 43%, 1));
 }
 
 .x-container.incoming.history .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 93%, .5), hsla(95, 15%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(95, 15%, 78%, 1), hsla(95, 15%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, hsla(95, 15%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, hsla(95, 15%, 70%, 1)),
-	/*body*/
-		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));
+	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));
 }
-
-.x-container.incoming.history.hideIcons:not(.mention) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 93%, .5), hsla(95, 15%, 93%, .5)),
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(95, 15%, 93%, .5), hsla(95, 15%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(95, 15%, 53%, 1), hsla(95, 15%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(95, 15%, 78%, 1), hsla(95, 15%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, hsla(95, 15%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(95, 15%, 93%, 1), hsla(95, 15%, 82%, 1) 50%, hsla(95, 15%, 70%, 1)),
-	/*body*/
-		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));
-}
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css	Thu Nov 07 00:04:55 2013 -0500
@@ -10,134 +10,15 @@
 
 .focus.incoming .x-text:before
 {
-	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)) left top no-repeat;
+	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)) left top no-repeat;
 }
 
 .x-container.incoming:not(.history) .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 50%, 1), hsla(222, 0%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, hsla(222, 0%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, hsla(222, 0%, 45%, 1)),
-	/*body*/
-		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.incoming.hideIcons:not(.mention):not(.history) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)),
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 45%, 1), hsla(222, 0%, 45%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 68%, .5), hsla(222, 0%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 33%, 1), hsla(222, 0%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 50%, 1), hsla(222, 0%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, hsla(222, 0%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 68%, 1), hsla(222, 0%, 59%, 1) 50%, hsla(222, 0%, 45%, 1)),
-	/*body*/
-		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));
+	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.incoming.history .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 93%, .5), hsla(222, 0%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 78%, 1), hsla(222, 0%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, hsla(222, 0%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, hsla(222, 0%, 70%, 1)),
-	/*body*/
-		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));
+	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));
 }
-
-.x-container.incoming.history .hideIcons:not(.mention).x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 93%, .5), hsla(222, 0%, 93%, .5)),
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-		linear-gradient(to bottom, hsla(222, 0%, 93%, .5), hsla(222, 0%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(222, 0%, 53%, 1), hsla(222, 0%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(222, 0%, 78%, 1), hsla(222, 0%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, hsla(222, 0%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(222, 0%, 93%, 1), hsla(222, 0%, 82%, 1) 50%, hsla(222, 0%, 70%, 1)),
-	/*body*/
-		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));
-}
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css	Thu Nov 07 00:04:55 2013 -0500
@@ -10,134 +10,15 @@
 
 .focus.incoming .x-text:before
 {
-	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)) left top no-repeat;
+	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)) left top no-repeat;
 }
 
 .x-container.incoming:not(.history) .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 68%, .5), hsla(30, 71%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(30, 71%, 50%, 1), hsla(30, 71%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, hsla(30, 71%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, hsla(30, 71%, 45%, 1)),
-	/*body*/
-		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.incoming.hideIcons:not(.mention):not(.history) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 68%, .5), hsla(30, 71%, 68%, .5)),
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 45%, 1), hsla(30, 71%, 45%, 1)),
-		linear-gradient(to bottom, hsla(30, 71%, 68%, .5), hsla(30, 71%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(30, 71%, 33%, 1), hsla(30, 71%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(30, 71%, 50%, 1), hsla(30, 71%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, hsla(30, 71%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(30, 71%, 68%, 1), hsla(30, 71%, 59%, 1) 50%, hsla(30, 71%, 45%, 1)),
-	/*body*/
-		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));
+	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.incoming.history .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 93%, .5), hsla(30, 15%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(30, 15%, 78%, 1), hsla(30, 15%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, hsla(30, 15%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, hsla(30, 15%, 70%, 1)),
-	/*body*/
-		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));
+	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));
 }
-
-.x-container.incoming.history.hideIcons:not(.mention) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 93%, .5), hsla(30, 15%, 93%, .5)),
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(30, 15%, 93%, .5), hsla(30, 15%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(30, 15%, 53%, 1), hsla(30, 15%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(30, 15%, 78%, 1), hsla(30, 15%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, hsla(30, 15%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(30, 15%, 93%, 1), hsla(30, 15%, 82%, 1) 50%, hsla(30, 15%, 70%, 1)),
-	/*body*/
-		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));
-}
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css	Thu Nov 07 00:04:55 2013 -0500
@@ -10,134 +10,15 @@
 
 .focus.incoming .x-text:before
 {
-	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)) left top no-repeat;
+	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)) left top no-repeat;
 }
 
 .x-container.incoming:not(.history) .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 68%, .5), hsla(6, 78%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(6, 78%, 50%, 1), hsla(6, 78%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, hsla(6, 78%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, hsla(6, 78%, 45%, 1)),
-	/*body*/
-		linear-gradient(to bottom, hsla(6, 78%, 59%, 1), hsla(6, 78%, 48%, 1) 45%, hsla(6, 78%, 45%, 1) 50%, hsla(6, 78%, 48%, 1));
-}
-
-.x-container.incoming.hideIcons:not(.mention):not(.history) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 68%, .5), hsla(6, 78%, 68%, .5)),
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 45%, 1), hsla(6, 78%, 45%, 1)),
-		linear-gradient(to bottom, hsla(6, 78%, 68%, .5), hsla(6, 78%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(6, 78%, 33%, 1), hsla(6, 78%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(6, 78%, 50%, 1), hsla(6, 78%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, hsla(6, 78%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(6, 78%, 68%, 1), hsla(6, 78%, 59%, 1) 50%, hsla(6, 78%, 45%, 1)),
-	/*body*/
-		linear-gradient(to bottom, hsla(6, 78%, 59%, 1), hsla(6, 78%, 48%, 1) 45%, hsla(6, 78%, 45%, 1) 50%, hsla(6, 78%, 48%, 1));
+	background: linear-gradient(to bottom, hsla(6, 78%, 59%, 1), hsla(6, 78%, 48%, 1) 45%, hsla(6, 78%, 45%, 1) 50%, hsla(6, 78%, 48%, 1));
 }
 
 .x-container.incoming.history .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 93%, .5), hsla(6, 15%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(6, 15%, 78%, 1), hsla(6, 15%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 82%, 1) 50%, hsla(6, 15%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 82%, 1) 50%, hsla(6, 15%, 70%, 1)),
-	/*body*/
-		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));
+	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));
 }
-
-.x-container.incoming.history.hideIcons:not(.mention) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 93%, .5), hsla(6, 15%, 93%, .5)),
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-		linear-gradient(to bottom, hsla(6, 15%, 93%, .5), hsla(6, 15%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(6, 15%, 53%, 1), hsla(6, 15%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(6, 15%, 78%, 1), hsla(6, 15%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 82%, 1) 50%, hsla(6, 15%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(6, 15%, 93%, 1), hsla(6, 15%, 82%, 1) 50%, hsla(6, 15%, 70%, 1)),
-	/*body*/
-		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));
-}
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css	Thu Nov 07 00:04:55 2013 -0500
@@ -1,127 +1,9 @@
 .x-container.outgoing:not(.history) .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), hsla(215, 73%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*body*/
-		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.outgoing.hideIcons:not(.mention):not(.history) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), hsla(215, 73%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*body*/
-		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));
+	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));
 }
 
 .x-container.outgoing.history .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*body*/
-		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));
+	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));
 }
-
-.x-container.outgoing.history.hideIcons:not(.mention) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*body*/
-		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));
-}
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-BlueA.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-BlueA.css	Wed Nov 06 00:07:49 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,127 +0,0 @@
-.x-container.outgoing:not(.history) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), hsla(215, 73%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*body*/
-		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.outgoing.hideIcons:not(.mention):not(.history) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 45%, 1), hsla(215, 73%, 45%, 1)),
-		linear-gradient(to bottom, hsla(215, 73%, 68%, .5), hsla(215, 73%, 68%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 73%, 33%, 1), hsla(215, 73%, 33%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 68%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 73%, 50%, 1), hsla(215, 73%, 50%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 73%, 68%, 1), hsla(215, 73%, 59%, 1) 50%, hsla(215, 73%, 45%, 1)),
-	/*body*/
-		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.outgoing.history .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*body*/
-		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));
-}
-
-.x-container.outgoing.history.hideIcons:not(.mention) .x-header
-{
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-		linear-gradient(to bottom, hsla(215, 20%, 93%, .5), hsla(215, 20%, 93%, .5)),
-
-	/*top dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*left dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*bottom dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-	/*right dark border*/
-		linear-gradient(to bottom, hsla(215, 20%, 53%, 1), hsla(215, 20%, 53%, 1)),
-
-	/*top light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 93%, 1)),
-	/*bottom light edge*/
-		linear-gradient(to bottom, hsla(215, 20%, 78%, 1), hsla(215, 20%, 78%, 1)),
-	/*left light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*right light gradient*/
-		linear-gradient(to bottom, hsla(215, 20%, 93%, 1), hsla(215, 20%, 82%, 1) 50%, hsla(215, 20%, 70%, 1)),
-	/*body*/
-		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));
-}
diff -r 653cfe395949 -r 01659afb41bc Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css	Wed Nov 06 00:07:49 2013 -0500
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css	Thu Nov 07 00:04:55 2013 -0500
@@ -1,127 +1,9 @@
 .x-container.outgoing:not(.history) .x-header
 {
-	background:
-	/*corners*/
-		linear-gradient(to bottom, hsla(95, 66%, 40%, 1), hsla(95, 66%, 40%, 1)),




More information about the commits mailing list