[Adium-commits] xtras/mathuaerknedam 14:cd89eff91c2d: Cleanup of commented code....

adium-commits at adiumx.com adium-commits at adiumx.com
Wed Apr 29 20:44:55 UTC 2009


details:	http://hg.adiumx.com/xtras/mathuaerknedam/rev/cd89eff91c2d
revision:	14:cd89eff91c2d
author:		mathuaerknedam
date:		Wed Apr 29 15:44:25 2009 -0500

Cleanup of commented code. Icon-time1 with new gradients with will propagate to the other variants. Somewhat new treatment for autoreplies too, may not keep it.

diffstat:

 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css |    8 -
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css     |   67 +-----
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css     |   30 +--
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css  |  107 +++++----
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css  |    2 +-
 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css   |    2 +-
 6 files changed, 63 insertions(+), 153 deletions(-)

diffs (515 lines):

diff -r d0dc818e010f -r cd89eff91c2d SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Wed Apr 29 08:43:58 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Wed Apr 29 15:44:25 2009 -0500
@@ -197,7 +197,6 @@
 	padding-left: 8px;
 	padding-right: 10px;
 	padding-bottom: 3px;
-	//border-left: 1px solid rgba(112, 112, 112, 1);
 }
 
 .status .t-wrap,
@@ -208,7 +207,6 @@
 	padding-left: 8px;
 	padding-right: 10px;
 	padding-bottom: 1px;
-	//border-left: 1px solid rgba(112, 112, 112, 1);
 }
 
 .consecutive.status .t-wrap,
@@ -217,11 +215,6 @@
 	padding-top: 5px;
 }
 
-.t-hover.message .t-wrap
-{
-	//border-left: 1px solid rgba(168, 168, 168, 1);
-}
-
 .t-sender
 {
 	font-weight: bold;
@@ -233,7 +226,6 @@
 .message.autoreply:not(.history) .t-sender
 {
 	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)));
 	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;
diff -r d0dc818e010f -r cd89eff91c2d SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Wed Apr 29 08:43:58 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Wed Apr 29 15:44:25 2009 -0500
@@ -3,15 +3,14 @@
 *
 {
 	//border: 1px lime solid;
+	//text-decoration: line-through !important;
 }
 
 body
 {
 	margin: 0px;
-	//-webkit-background-size: auto 500px;
-	-webkit-background-size: auto;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 175, 219, 1)), to(rgba(255, 255 ,255, 1))) fixed repeat-x;
-	//background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255 ,255, 1)), to(rgba(216, 216, 216, 1))) fixed repeat-x;
+	-webkit-background-size: 100%;
 }
 
 #Chat
@@ -37,22 +36,17 @@
 .event:not(.consecutive)
 {
 	margin-right: 10px;
-	//margin-left: 0px;
-	//padding-left: 160px;
 	margin-top: 10px;
 	padding-top: 6px;
 	padding-bottom: 4px;
 	padding-right: 5px;
 	-webkit-border-radius: 5px;
-	//-webkit-border-bottom-left-radius: 0px;
 }
 
 .message:not(.consecutive)
 {
 	color: rgba(64, 64, 64, 1);
 	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
-	//padding-top: 6px;
-	//padding-bottom: 4px;
 }
 
 .status:not(.consecutive),
@@ -99,11 +93,6 @@
 	background: rgba(240, 240, 240, 1);
 }
 
-.message:not(.autoreply) img.t-icon
-{
-	//-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, white), to(white));
-}
-
 .history .t-icon
 {
 	opacity: .5;
@@ -124,9 +113,7 @@
 	margin-left: 36px;
 	margin-top: -2px;
 	margin-bottom: -2px;
-	//border-left: 1px solid rgba(216, 216, 216, 1);
 	display: block;
-	//min-height: 32px;
 	padding-top: 2px;
 	padding-left: 12px;
 	padding-bottom: 5px;
@@ -135,29 +122,14 @@
 .status .t-wrap,
 .event .t-wrap
 {
-	//margin-left: 36px;
-	//margin-top: -2px;
-	//margin-bottom: -2px;
-	//border-left: 1px solid rgba(216, 216, 216, 1);
 	display: block;
-	//min-height: 32px;
 	padding-top: 0px;
-	//padding-left: 12px;
 	padding-bottom: 1px;
 }
 
-.history.message .t-wrap
-{
-	//border-left: 1px solid rgba(176, 176, 176, .5);
-}
-
 .consecutive.message .t-wrap
 {
-	//margin-left: 0px;
-	//margin-top: 0px;
-	//margin-bottom: 0px;
 	padding-top: 0px;
-	//min-height: inherit;
 }
 
 .consecutive.status .t-wrap,
@@ -198,14 +170,6 @@
 
 .t-sender
 {
-	//float: left;
-	//width: 80px;
-	//margin-left: -160px;
-	//text-align: right;
-	//white-space: nowrap;
-	//overflow: hidden;
-	//text-overflow: ellipsis;
-	//padding-left: 7px;
 	font-weight: bold;
 	display: block;
 	padding-bottom: 3px;
@@ -226,20 +190,12 @@
 .t-time
 {
 	float: right;
-	//width: 80px;
-	//text-align: right;
-	//margin-left: -85px;
 	color: rgba(184, 184, 184, 1);
 	font-size: .9em;
 	padding-left: 10px;
 	margin-top: 1px;
 }
 
-.history .t-time
-{
-	//padding-left: 10px;
-}
-
 .status .t-time,
 .event .t-time
 {
@@ -282,28 +238,10 @@
 	left: 10px;
 }
 
-.t-message
-{
-	//color: rgba(100, 100, 150, 1);
-	word-wrap: break-word;
-	//padding-top: 20px;
-	//margin-left: 2px;
-	//padding-right: 0px;
-}
-
 .status .t-message
 {
-	//color: rgba(100, 100, 150, 1);
 	word-wrap: break-word;
 	padding-top: 20px;
-	//margin-left: 2px;
-	//padding-right: 0px;
-	//display: block;
-}
-
-.message .t-message
-{
-	//margin-left: 32px;
 }
 
 .message.history .t-time
@@ -435,7 +373,6 @@
 .message:not(.consecutive).t-hover
 {
 	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) !important;
-	//-webkit-box-shadow: 0px 4px 6px rgba(255, 255, 255, .5);
 	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .8), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
diff -r d0dc818e010f -r cd89eff91c2d SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Wed Apr 29 08:43:58 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Wed Apr 29 15:44:25 2009 -0500
@@ -3,12 +3,13 @@
 *
 {
 	//border: 1px lime solid;
+	//text-decoration: line-through !important;
 }
 
 body
 {
 	margin: 0px;
-	background: -webkit-gradient(linear, right top, left bottom, from(rgba(255, 255 ,255, 1)), to(rgba(208, 208, 208, 1))) fixed repeat-x;
+	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;
 }
 
@@ -146,8 +147,6 @@
 #Chat > div:last-of-type.message:not(.IRC) img.t-icon:not([src*="buddy_icon.png"])
 {
 	display: inline;
-	//max-width: 28px;
-	//max-height: 28px;
 	padding: 4px;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1)));
 	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
@@ -159,10 +158,6 @@
 	display: none !important;
 }
 
-:not(.groupchat) > #icon .xxxicon:not([src*="buddy_icon.png"])
-{
-}
-
 .message .t-wrap
 {
 	display: block;
@@ -180,15 +175,6 @@
 	padding-right: 5px;
 }
 
-.consecutive.message .t-wrap
-{
-	//border: none;
-	//margin: 0px;
-	//padding: 0px;
-	//min-height: inherit;
-	//background: none;
-}
-
 .t-sender
 {
 	font-weight: bold;
@@ -305,9 +291,6 @@
 .history.message
 {
 	padding-right: 0px;
-	//background:
-	//	-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(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat;
 	background: 
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1))) 5px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5))) 0px 0px no-repeat;
@@ -330,9 +313,6 @@
 {
 	color: rgba(244, 244, 244, 1);
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 1)), to(rgba(96, 96, 96, 1)));
-	//background:
-	//	-webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 1)), to(rgba(96, 96, 96, 1))) 5px 0px no-repeat,
-	//	-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 0px 0px no-repeat;
 }
 
 .history.message .t-wrap
@@ -343,16 +323,10 @@
 
 .history.message .t-wrap:last-child
 {
-	//padding-top: 2px;
-	//padding-bottom: 3px;
-	//border: 1px solid lime;
 }
 
 .history.message .t-wrap:not(:last-child)
 {
-	//padding-top: 1px;
-	//padding-bottom: 2px;
-	//text-decoration: line-through !important;
 }
 
 .history .t-time
diff -r d0dc818e010f -r cd89eff91c2d SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Wed Apr 29 08:43:58 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Wed Apr 29 15:44:25 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
@@ -80,7 +80,7 @@
 	-webkit-border-top-right-radius: 0px;
 }
 
-.message:not(.consecutive)
+.message:not(.autoreply):not(.consecutive)
 {
 	color: rgba(64, 64, 64, 1);
 	background:
@@ -89,42 +89,52 @@
 	-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)), to(rgba(240, 240, 240, 1))) 0px 0px no-repeat,
-		-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))) 37px 0px no-repeat;
-	-webkit-background-size: 32px 100%;
+		-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))) 32px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 32px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(248, 248, 248, 1))) 37px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(240, 240, 240, 1))) 37px 16px no-repeat;
+	-webkit-background-size: 32px 16px, 32px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
 }
 
-.message.autoreply:not(.IRC):not(.history):not(.t-hover):not([ico*="buddy_icon.png"])
+.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))) 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))) 37px 0px no-repeat;
-	-webkit-background-size: 32px 100%;
+		-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))) 32px 0px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 32px 32px no-repeat,
+		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 37px 0px no-repeat;
+	-webkit-background-size: 32px 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);
 }
 
-.IRC.message:not(.consecutive),
-.message[ico*="buddy_icon.png"]: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(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, .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.t-hover:not(.consecutive),
-.message[ico*="buddy_icon.png"].t-hover:not(.consecutive)
+.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(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, .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)
+.message.t-hover:not(.consecutive):not(.IRC):not(.message[ico*="buddy_icon.png"])
 {
 	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
 	background:
@@ -134,6 +144,15 @@
 	-webkit-background-size: 32px 100%;
 }
 
+.IRC.message.t-hover:not(.consecutive),
+.message[ico*="buddy_icon.png"].t-hover:not(.consecutive)
+{
+	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
+	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;
+}
+
 .message.t-hover .t-sender,
 .message.t-hover .t-time,
 .message.t-hover .t-message
@@ -150,8 +169,10 @@
 .event:not(.consecutive):not(.history)
 {
 	color: rgba(244, 244, 244, 1);
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1)));
-	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
+	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-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
+	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
 .status:not(.consecutive):not([ico*="buddy_icon.png"]),
@@ -206,7 +227,12 @@
 
 .message:not(.autoreply) 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.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.t-hover img.t-icon
@@ -260,30 +286,10 @@
 	margin-left: 5px;
 }
 
-.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))) 37px 0px no-repeat;
-	-webkit-background-size: 32px 100%;
-	-webkit-border-top-left-radius: 5px;
-	-webkit-border-top-right-radius: 5px;
-	margin-top: -2px;
-	margin-right: -5px;
-	margin-bottom: 2px;
-	margin-left: -40px;
-	padding-left: 40px;
-}
-
-.message[ico*="buddy_icon.png"].autoreply:not(.history) .t-sender,
-.IRC.message.autoreply:not(.history) .t-sender
-{
-	margin-left: -4px;
-	padding-left: 4px;
-	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-background-size: 100% 100%;
-	-webkit-border-top-left-radius: 0px;
+	color: rgba(244, 244, 244, 1);
 }
 
 .t-time
@@ -292,17 +298,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
diff -r d0dc818e010f -r cd89eff91c2d SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Wed Apr 29 08:43:58 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Wed Apr 29 15:44:25 2009 -0500
@@ -141,7 +141,7 @@
 {
 	color: rgba(244, 244, 244, 1);
 	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-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
+	//-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
 }
 
 .status:not(.consecutive):not([ico*="buddy_icon.png"]),
diff -r d0dc818e010f -r cd89eff91c2d SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Wed Apr 29 08:43:58 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Wed Apr 29 15:44:25 2009 -0500
@@ -121,7 +121,7 @@
 {
 	color: rgba(244, 244, 244, 1);
 	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-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
+	//-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
 }
 
 .status.consecutive,




More information about the commits mailing list