[Adium-commits] xtras/mathuaerknedam 15:d3f433950944: Migrate new gradients from...

adium-commits at adiumx.com adium-commits at adiumx.com
Thu Apr 30 22:08:34 UTC 2009


details:	http://hg.adiumx.com/xtras/mathuaerknedam/rev/d3f433950944
revision:	15:d3f433950944
author:		mathuaerknedam
date:		Thu Apr 30 17:08:01 2009 -0500

Migrate new gradients from icon-time1 to icon-time2 and time-icon.

diffstat:

 SO3e.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html |    2 +-
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css  |   35 +-
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css  |  133 +++++----
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css   |   70 ++--
 SO3e.AdiumMessageStyle/Contents/Resources/todo.txt                 |    5 +
 5 files changed, 128 insertions(+), 117 deletions(-)

diffs (514 lines):

diff -r cd89eff91c2d -r d3f433950944 SO3e.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Wed Apr 29 15:44:25 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Thu Apr 30 17:08:01 2009 -0500
@@ -7,7 +7,7 @@
 	</title>
 
 	<style type="text/css">
-		@import url( "./Variants/Compact.css" );
+		@import url( "./Variants/icon-time2.css" );
 
 		body
 		{
diff -r cd89eff91c2d -r d3f433950944 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Wed Apr 29 15:44:25 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Thu Apr 30 17:08:01 2009 -0500
@@ -65,9 +65,9 @@
 
 .message:not(.consecutive):not(.history)
 {
-	-webkit-border-bottom-right-radius: 5px;
-	-webkit-border-top-right-radius: 5px;
-	-webkit-border-top-left-radius: 5px;
+	//-webkit-border-bottom-right-radius: 5px;
+	//-webkit-border-top-right-radius: 5px;
+	//-webkit-border-top-left-radius: 5px;
 }
 
 .message.consecutive:not(.history)
@@ -76,8 +76,8 @@
 	padding-top: 1px;
 	padding-bottom: 0px;
 	padding-right: 0px;
-	-webkit-border-bottom-right-radius: 0px;
-	-webkit-border-top-right-radius: 0px;
+	//-webkit-border-bottom-right-radius: 0px;
+	//-webkit-border-top-right-radius: 0px;
 }
 
 .message:not(.autoreply):not(.consecutive)
@@ -134,7 +134,7 @@
 	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, 1);
 }
 
-.message.t-hover:not(.consecutive):not(.IRC):not(.message[ico*="buddy_icon.png"])
+.message.t-hover:not(.consecutive):not(.IRC)
 {
 	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
 	background:
@@ -153,13 +153,6 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1))) 5px 0px no-repeat;
 }
 
-.message.t-hover .t-sender,
-.message.t-hover .t-time,
-.message.t-hover .t-message
-{
-	color: rgba(0, 0, 0, 1);
-}
-
 .message.consecutive
 {
 	background: none !important;
@@ -225,12 +218,7 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.message:not(.autoreply) img.t-icon
-{
-	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, 1)))
-}
-
-.message.autoreply img.t-icon
+.message img.t-icon
 {
 	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, 1)))
 }
@@ -337,6 +325,13 @@
 	left: 7px;
 }
 
+.message.t-hover .t-sender,
+.message.t-hover .t-time,
+.message.t-hover .t-message
+{
+	color: rgba(0, 0, 0, 1) !important;
+}
+
 img.emoticon
 {
 	vertical-align: top;
@@ -407,7 +402,7 @@
 	text-align: right !important;
 }
 
-.event.history:first-child:before
+.history.event:first-child:before
 {
 	content: "Message History \25BE";
 	float: left;
diff -r cd89eff91c2d -r d3f433950944 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Wed Apr 29 15:44:25 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Thu Apr 30 17:08:01 2009 -0500
@@ -10,7 +10,7 @@
 {
 	margin: 0px;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255 ,255, 1)), to(rgba(208, 208, 208, 1))) fixed repeat-x;
-	-webkit-background-size: auto;
+	-webkit-background-size: 100%;
 }
 
 #Chat
@@ -65,9 +65,9 @@
 
 .message:not(.consecutive):not(.history)
 {
-	-webkit-border-bottom-right-radius: 5px;
-	-webkit-border-top-right-radius: 5px;
-	-webkit-border-top-left-radius: 5px;
+	//-webkit-border-bottom-right-radius: 5px;
+	//-webkit-border-top-right-radius: 5px;
+	//-webkit-border-top-left-radius: 5px;
 }
 
 .message.consecutive:not(.history)
@@ -76,43 +76,63 @@
 	padding-top: 1px;
 	padding-bottom: 0px;
 	padding-right: 0px;
-	-webkit-border-bottom-right-radius: 0px;
-	-webkit-border-top-right-radius: 0px;
+	//-webkit-border-bottom-right-radius: 0px;
+	//-webkit-border-top-right-radius: 0px;
 }
 
-.message:not(.consecutive)
+.message:not(.autoreply):not(.consecutive):not(.t-hover)
 {
 	color: rgba(64, 64, 64, 1);
+}
+
+.message:not(.autoreply):not(.consecutive):not(.t-hover):not(.history)
+{
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) 37px 0px no-repeat;
 	-webkit-border-top-left-radius: 5px;
 }
 
-.message:not(.IRC):not(.history):not(.t-hover):not([ico*="buddy_icon.png"])
+.message:not(.autoreply):not(.consecutive):not(.history):not(.t-hover):not(.IRC):not([ico*="buddy_icon.png"])
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(.25, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0))) 0px 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) 5px 0px no-repeat;
-	-webkit-background-size: 32px 100%;
-	background-repeat: no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 0px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(248, 248, 248, 1))) 5px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(240, 240, 240, 1))) 5px 16px no-repeat;
+	-webkit-background-size: 5px 32px, 5px 100%, 100% 16px, 100% 100%;
 }
 
-.IRC.message:not(.consecutive),
-.message[ico*="buddy_icon.png"]:not(.consecutive)
+.message.autoreply:not(.history):not(.consecutive):not(.t-hover)
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) 5px 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 0px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 5px 0px no-repeat;
+	-webkit-background-size: 5px 32px, 5px 100%, 100% 100%;
+	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, 1);
 }
 
-.IRC.message.t-hover:not(.consecutive),
-.message[ico*="buddy_icon.png"].t-hover:not(.consecutive)
+.IRC.message:not(.autoreply):not(.consecutive):not(.history):not(.t-hover),
+.message[ico*="buddy_icon.png"]:not(.autoreply):not(.consecutive):not(.history):not(.t-hover)
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1))) 5px 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .75)), to(rgba(192, 192, 192, .25))) 0px 0px no-repeat;
-	-webkit-background-size: 100% 100%;
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 0px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(248, 248, 248, 1))) 5px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(240, 240, 240, 1))) 5px 16px no-repeat;
+	-webkit-background-size: 5px 32px, 5px 100%, 100% 16px, 100% 100%;
+}
+
+.IRC.message.autoreply:not(.history):not(.consecutive):not(.t-hover),
+.message[ico*="buddy_icon.png"].autoreply:not(.history):not(.consecutive):not(.t-hover)
+{
+	background:
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 0px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 5px 0px no-repeat;
+	-webkit-background-size: 5px 32px, 5px 100%, 100% 100%;
+	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, 1);
 }
 
 .message.t-hover:not(.consecutive)
@@ -121,14 +141,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .75)), to(rgba(192, 192, 192, .25))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1))) 5px 0px no-repeat;
-	-webkit-background-size: 32px 100%;
-}
-
-.message.t-hover .t-sender,
-.message.t-hover .t-time,
-.message.t-hover .t-message
-{
-	color: rgba(0, 0, 0, 1);
+	-webkit-background-size: 5px 100%, 100% 100%;
 }
 
 .message.consecutive
@@ -191,11 +204,12 @@
 	left: 13px;
 	z-index: 3;
 	margin-top: -2px;
+	//-webkit-border-top-left-radius: 5px;
 }
 
-.message:not(.autoreply) img.t-icon
+.message img.t-icon
 {
-	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(.25, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 1)))
+	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, 1)))
 }
 
 .message.t-hover img.t-icon
@@ -218,19 +232,17 @@
 {
 	display: block;
 	margin-left: 37px;
-	padding-left: 8px;
+	padding-left: 9px;
 	padding-right: 5px;
 	padding-bottom: 1px;
-	border-left: 1px solid rgba(216, 216, 216, 1);
 }
 
 .status .t-wrap,
 .event .t-wrap
-
 {
 	display: block;
 	margin-left: 5px;
-	padding-left: 4px;
+	padding-left: 3px;
 	padding-right: 5px;
 	padding-bottom: 1px;
 	//border-left: 1px solid rgba(216, 216, 216, 1);
@@ -244,24 +256,16 @@
 	padding-bottom: 2px;
 }
 
-.message.autoreply:not(.history) .t-sender
+.message[ico*="buddy_icon.png"] .t-wrap,
+.IRC.message .t-wrap
 {
-	color: rgba(244, 244, 244, 1) !important;
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1)));
-	-webkit-border-top-right-radius: 5px;
-	margin-top: -2px;
-	margin-right: -5px;
-	margin-bottom: 2px;
-	margin-left: -41px;
-	padding-left: 41px;
+	margin-left: -1px;
 }
 
-.message[ico*="buddy_icon.png"].autoreply:not(.history) .t-sender,
-.IRC.message.autoreply:not(.history) .t-sender
+.message.autoreply:not(.history) .t-sender,
+.message.autoreply:not(.history) .t-message
 {
-	margin-left: -3px;
-	padding-left: 3px;
-	-webkit-border-top-left-radius: 0px;
+	color: rgba(244, 244, 244, 1);
 }
 
 .t-time
@@ -270,17 +274,18 @@
 	padding-left: 10px;
 	font-size: .9em;
 	margin-top: 1px;
+	color: rgba(184, 184, 184, 1);
 }
 
 .message .t-time
 {
-	color: rgba(184, 184, 184, 1);
+	//color: rgba(184, 184, 184, 1);
 }
 
 .status .t-time,
 .event .t-time
 {
-	color: rgba(168, 168, 168, 1);
+	//color: rgba(168, 168, 168, 1);
 }
 
 .t-mark
@@ -294,6 +299,7 @@
 	color: rgba(0, 0, 0, .8)
 }
 
+.autoreply:not(.history):not(.IRC):not(.message[ico*="buddy_icon.png"]) .t-mark,
 .status .t-mark,
 .event .t-mark
 {
@@ -308,6 +314,13 @@
 	left: 7px;
 }
 
+.message.t-hover .t-sender,
+.message.t-hover .t-time,
+.message.t-hover .t-message
+{
+	color: rgba(0, 0, 0, 1) !important;
+}
+
 img.emoticon
 {
 	vertical-align: top;
@@ -392,7 +405,7 @@
 	-webkit-border-top-right-radius: 5px;
 }
 
-.history.message:not(.consecutive)
+.history.message:not(.consecutive):not(.t-hover)
 {
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .375))) 0px 0px no-repeat,
@@ -437,18 +450,18 @@
 {
 }
 
-.message[ico*="buddy_icon.png"] .t-wrap,
-.IRC.message .t-wrap
-{
-	margin-left: 0px;
-	border-left: none;
-}
-
 .history.message[ico*="buddy_icon.png"] .t-wrap,
 .history.IRC.message .t-wrap
 {
 	margin-left: 5px;
-	//border-left: none;
+}
+
+.history.message[ico*="buddy_icon.png"],
+.status[ico*="buddy_icon.png"],
+.event[ico*="buddy_icon.png"],
+.IRC
+{
+	margin-left: 0px !important;
 }
 
 .history .t-sender
diff -r cd89eff91c2d -r d3f433950944 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Wed Apr 29 15:44:25 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Thu Apr 30 17:08:01 2009 -0500
@@ -51,7 +51,7 @@
 	padding-bottom: 2px;
 	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
 	-webkit-border-radius: 5px;
-	-webkit-border-bottom-left-radius: 0px;
+	-webkit-border-bottom-right-radius: 0px;
 }
 
 .message.mention:before
@@ -65,9 +65,9 @@
 
 .message:not(.consecutive):not(.history)
 {
-	-webkit-border-bottom-right-radius: 5px;
-	-webkit-border-top-right-radius: 5px;
-	-webkit-border-top-left-radius: 5px;
+	//-webkit-border-bottom-right-radius: 5px;
+	//-webkit-border-top-right-radius: 5px;
+	//-webkit-border-top-left-radius: 5px;
 }
 
 .message.consecutive:not(.history)
@@ -76,8 +76,8 @@
 	padding-top: 1px;
 	padding-bottom: 0px;
 	padding-right: 0px;
-	-webkit-border-bottom-right-radius: 0px;
-	-webkit-border-top-right-radius: 0px;
+	//-webkit-border-bottom-right-radius: 0px;
+	//-webkit-border-top-right-radius: 0px;
 }
 
 .message:not(.consecutive)
@@ -86,12 +86,27 @@
 	-webkit-background-size: 48px 100%;
 }
 
-.message:not(.t-hover):not(.consecutive)
+.message:not(.autoreply):not(.consecutive):not(.history):not(.t-hover)
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) 0px 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) 53px 0px no-repeat;
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(248, 248, 248, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(240,240, 240, 1))) 0px 16px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 48px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 48px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(248, 248, 248, 1))) 53px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(240, 240, 240, 1))) 53px 16px no-repeat;
+	-webkit-background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
+}
+
+.message.autoreply:not(.consecutive):not(.history):not(.t-hover)
+{
+	background:
+		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 0px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .25))) 48px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 48px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 53px 0px no-repeat;
+	-webkit-background-size: 48px 100%, 5px 32px, 5px 100%, 100% 100%;
+	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, 1);
 }
 
 .message.t-hover:not(.consecutive),
@@ -104,13 +119,6 @@
 	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
 }
 
-.message.t-hover .t-sender,
-.message.t-hover .t-time,
-.message.t-hover .t-message
-{
-	color: rgba(0, 0, 0, 1);
-}
-
 .message.consecutive
 {
 	background: none !important;
@@ -158,9 +166,9 @@
 	-webkit-border-top-right-radius: 5px;
 }
 
-.message:not(.autoreply) img.t-icon
+.message img.t-icon
 {
-	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, white), to(white));
+	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, 1)))
 }
 
 .message.t-hover img.t-icon
@@ -213,20 +221,10 @@
 	padding-bottom: 2px;
 }
 
-.message.autoreply:not(.history) .t-sender
+.message.autoreply:not(.history) .t-sender,
+.message.autoreply:not(.history) .t-message
 {
-	color: rgba(244, 244, 244, 1) !important;
-	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 0px 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 53px 0px no-repeat;
-	-webkit-background-size: 48px 100%;
-	-webkit-border-top-left-radius: 5px;
-	-webkit-border-top-right-radius: 5px;
-	margin-top: -2px;
-	margin-right: -10px;
-	margin-bottom: 2px;
-	padding-left: 56px;
-	margin-left: -56px;
+	color: rgba(244, 244, 244, 1);
 }
 
 .t-time
@@ -270,11 +268,11 @@
 	color: rgba(120, 120, 120, 1);
 }
 
-.status .t-message,
-.event .t-message
+.message.t-hover .t-sender,
+.message.t-hover .t-time,
+.message.t-hover .t-message
 {
-	word-wrap: break-word;
-	//font-size: .9em;
+	color: rgba(0, 0, 0, 1) !important;
 }
 
 img.emoticon
diff -r cd89eff91c2d -r d3f433950944 SO3e.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/SO3e.AdiumMessageStyle/Contents/Resources/todo.txt	Wed Apr 29 15:44:25 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/todo.txt	Thu Apr 30 17:08:01 2009 -0500
@@ -25,3 +25,8 @@
 		# Fade javascript drops last element with opacity=0. disabled until fixed. Plus, CFM hated it. :)
 		# improve all-by-sender performance
 
+
+
+implement new autoreply and gradients in alternating?
+check buddy_icon.png t-hover backgrounds
+tweak icon-time2 mark/sender/message alignment?




More information about the commits mailing list