xtras/mathuaerknedam 310:5485633d50e9: Stockholm: alt-green colo...

commits at adium.im commits at adium.im
Wed Feb 3 02:18:34 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/5485633d50e9
revision:	310:5485633d50e9
author:		mathuaerknedam
date:		Tue Dec 22 08:30:36 2009 -0600

Stockholm: alt-green color tweaks.
Subject: xtras/mathuaerknedam 311:2447d284d9db: SO: The header/topic toggling now fades rather than slides, because I never found a good way to slide large topics completely offscreen.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/2447d284d9db
revision:	311:2447d284d9db
author:		mathuaerknedam
date:		Fri Jan 29 13:00:32 2010 -0600

SO: The header/topic toggling now fades rather than slides, because I never found a good way to slide large topics completely offscreen.

diffs (376 lines):

diff -r 9fafe87ac418 -r 2447d284d9db Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Footer.js
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Footer.js	Mon Dec 21 22:20:18 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Footer.js	Fri Jan 29 13:00:32 2010 -0600
@@ -35,13 +35,13 @@
 	}
 
 	function show_header () {
-		document.getElementById('x-wrap').style.top = '8px';
+		document.getElementById('x-wrap').style.opacity = '1';
 		document.getElementById('x-show').style.display = 'none';
 		document.getElementById('x-hide').style.display = '';
 	}
 
 	function hide_header () {
-		document.getElementById('x-wrap').style.top = '-100px';
+		document.getElementById('x-wrap').style.opacity = '0';
 		document.getElementById('x-hide').style.display = 'none';
 		document.getElementById('x-show').style.display = '';
 	}
diff -r 9fafe87ac418 -r 2447d284d9db Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css	Mon Dec 21 22:20:18 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.css	Fri Jan 29 13:00:32 2010 -0600
@@ -19,7 +19,8 @@
 	font-weight: bold;
 	font-size: 11px;
 	line-height: 11px;
-	-webkit-transition: top .4s linear;
+	opacity: 1;
+	-webkit-transition: opacity .4s linear;
 	min-width: 7em;
 }
 
@@ -209,6 +210,7 @@
 #x-hide:active:before
 {
 	content: "\2297";
+	content: "\2299";
 }
 
 #x-show:before
@@ -227,5 +229,6 @@
 #x-show:active:before
 {
 	content: "\2297";
+	content: "\2299";
 }
 
diff -r 9fafe87ac418 -r 2447d284d9db Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Mon Dec 21 22:20:18 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Fri Jan 29 13:00:32 2010 -0600
@@ -16,7 +16,8 @@
 	-webkit-background-size: 100% 16px, 100% 100%;
 	-webkit-border-radius: 5px;
 	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1);
-	-webkit-transition: top .4s linear;
+	opacity: 1;
+	-webkit-transition: opacity .4s linear;
 	min-width: 7em;
 }
 
@@ -110,6 +111,7 @@
 #x-hide:active:before
 {
 	content: "\2297";
+	content: "\2299";
 }
 
 #x-show:before
@@ -128,4 +130,5 @@
 #x-show:active:before
 {
 	content: "\2297";
+	content: "\2299";
 }
diff -r 9fafe87ac418 -r 2447d284d9db Stockholm ☿.AdiumMessageStyle/Contents/Resources/Mockup.html
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Mockup.html	Mon Dec 21 22:20:18 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Mockup.html	Fri Jan 29 13:00:32 2010 -0600
@@ -6,7 +6,7 @@
 		<style type="text/css">
 
 			@import url( "./Main.css" );
-			@import url( "./Variants/alt red - red.css" );
+			@import url( "./Variants/alt green - red.css" );
 
 			body
 			{
diff -r 9fafe87ac418 -r 2447d284d9db Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css	Mon Dec 21 22:20:18 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css	Fri Jan 29 13:00:32 2010 -0600
@@ -101,20 +101,20 @@
 .mention.focus .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) right 5px no-repeat,
 
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(181, 181, 181, 1)), to(rgba(181, 181, 181, 1))) 1px 5px no-repeat,
 
@@ -127,20 +127,20 @@
 .mention:not(.focus) .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(202, 202, 202, 1)), to(rgba(202, 202, 202, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(187, 187, 187, 1)), to(rgba(187, 187, 187, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) right 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 30%, 1)), to(hsla(95, 66%, 30%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(178, 178, 178, 1)), to(rgba(178, 178, 178, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 1)), to(rgba(220, 220, 220, 1))) 1px 5px no-repeat,
 
diff -r 9fafe87ac418 -r 2447d284d9db Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css	Mon Dec 21 22:20:18 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css	Fri Jan 29 13:00:32 2010 -0600
@@ -101,20 +101,20 @@
 .mention.focus .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) right 5px no-repeat,
 
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(181, 181, 181, 1)), to(rgba(181, 181, 181, 1))) 1px 5px no-repeat,
 
@@ -127,20 +127,20 @@
 .mention:not(.focus) .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(202, 202, 202, 1)), to(rgba(202, 202, 202, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(187, 187, 187, 1)), to(rgba(187, 187, 187, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) right 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 30%, 1)), to(hsla(95, 66%, 30%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(178, 178, 178, 1)), to(rgba(178, 178, 178, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 1)), to(rgba(220, 220, 220, 1))) 1px 5px no-repeat,
 
diff -r 9fafe87ac418 -r 2447d284d9db Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css	Mon Dec 21 22:20:18 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css	Fri Jan 29 13:00:32 2010 -0600
@@ -101,20 +101,20 @@
 .mention.focus .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) right 5px no-repeat,
 
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(181, 181, 181, 1)), to(rgba(181, 181, 181, 1))) 1px 5px no-repeat,
 
@@ -127,20 +127,20 @@
 .mention:not(.focus) .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(202, 202, 202, 1)), to(rgba(202, 202, 202, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(187, 187, 187, 1)), to(rgba(187, 187, 187, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) right 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 30%, 1)), to(hsla(95, 66%, 30%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(178, 178, 178, 1)), to(rgba(178, 178, 178, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 1)), to(rgba(220, 220, 220, 1))) 1px 5px no-repeat,
 
diff -r 9fafe87ac418 -r 2447d284d9db Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css	Mon Dec 21 22:20:18 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css	Fri Jan 29 13:00:32 2010 -0600
@@ -101,20 +101,20 @@
 .mention.focus .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) right 5px no-repeat,
 
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(181, 181, 181, 1)), to(rgba(181, 181, 181, 1))) 1px 5px no-repeat,
 
@@ -127,20 +127,20 @@
 .mention:not(.focus) .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(202, 202, 202, 1)), to(rgba(202, 202, 202, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(187, 187, 187, 1)), to(rgba(187, 187, 187, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) right 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 30%, 1)), to(hsla(95, 66%, 30%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(178, 178, 178, 1)), to(rgba(178, 178, 178, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 1)), to(rgba(220, 220, 220, 1))) 1px 5px no-repeat,
 
diff -r 9fafe87ac418 -r 2447d284d9db Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css	Mon Dec 21 22:20:18 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css	Fri Jan 29 13:00:32 2010 -0600
@@ -101,20 +101,20 @@
 .mention.focus .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .5)), to(rgba(192, 192, 192, 1))) right 5px no-repeat,
 
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(140, 140, 140, 1)), to(rgba(140, 140, 140, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(181, 181, 181, 1)), to(rgba(181, 181, 181, 1))) 1px 5px no-repeat,
 
@@ -127,20 +127,20 @@
 .mention:not(.focus) .x-header
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) left 1px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) left 1px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(202, 202, 202, 1)), to(rgba(202, 202, 202, 1))) left 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) left 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, .8)), to(hsla(95, 66%, 41%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, .8)), to(hsla(95, 66%, 40%, .8))) right top no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(187, 187, 187, 1)), to(rgba(187, 187, 187, 1))) right 5px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, 1))) right 5px no-repeat,
 
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 30%, 1)), to(hsla(95, 66%, 30%, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 49%, 1)), to(hsla(95, 66%, 49%, 1))) 0px 2px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 41%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 3px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) 0px 2px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 40%, 1))) 0px 3px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(178, 178, 178, 1)), to(rgba(178, 178, 178, 1))) 0px 4px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 1)), to(rgba(220, 220, 220, 1))) 1px 5px no-repeat,
 


More information about the commits mailing list