xtras/mathuaerknedam 91:c59a93d459ba: Replace instances of icon ...

commits at adium.im commits at adium.im
Tue Jul 28 21:19:23 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/c59a93d459ba
revision:	91:c59a93d459ba
author:		mathuaerknedam
date:		Tue Jul 28 16:21:10 2009 -0500

Replace instances of icon transparancy with more flexible iconmask.

diffs (192 lines):

diff -r eacdfe6be848 -r c59a93d459ba Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Tue Jul 28 16:02:02 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Tue Jul 28 16:21:10 2009 -0500
@@ -196,7 +196,7 @@
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1)));
 	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
 	-webkit-background-size: 100% 100%;
-	opacity: .5;
+	//opacity: .5;
 }
 
 .message .x-iconmask
@@ -210,12 +210,6 @@
 	z-index: 4;
 }
 
-.autoreply.message .x-iconmask
-{
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(192, 192, 192, 0))) 0px 0px no-repeat;
-	-webkit-background-size: 28px 16px;
-}
-
 .incoming.message .x-iconmask
 {
 	right: 12px;
@@ -226,6 +220,18 @@
 	left: 12px;
 }
 
+.x-hover.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .625)), to(rgba(192, 192, 192, .625))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 28px;
+}
+
+.autoreply.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(64, 64, 64, .25))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 16px;
+}
+
 img[src*="buddy_icon.png"],
 .message.hideIcons img.x-icon,
 .IRC.message img.x-icon,
@@ -235,7 +241,6 @@
 .message.hideIcons .x-iconmask,
 .IRC.message .x-iconmask,
 .consecutive.message .x-iconmask,
-.x-hover.message .x-iconmask,
 .history.message .x-iconmask,
 .x-iconmask[style*="buddy_icon.png"]
 {
diff -r eacdfe6be848 -r c59a93d459ba Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Tue Jul 28 16:02:02 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Tue Jul 28 16:21:10 2009 -0500
@@ -216,16 +216,6 @@
 	-webkit-border-top-left-radius: 5px;
 }
 
-.autoreply.message img.x-icon
-{
-	opacity: .75;
-}
-
-.message.x-hover img.x-icon
-{
-	opacity: .5;
-}
-
 .message .x-iconmask
 {
 	height: 32px;
@@ -251,6 +241,18 @@
 	-webkit-background-size: 32px 16px, 32px 100%;
 }
 
+.x-hover.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .625)), to(rgba(192, 192, 192, .625))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 28px;
+}
+
+.autoreply.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(64, 64, 64, .25))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 16px;
+}
+
 .message img.x-icon[src*="buddy_icon.png"],
 .message.hideIcons img.x-icon,
 .IRC.message img.x-icon,
@@ -261,7 +263,6 @@
 .IRC.message .x-iconmask,
 .consecutive.message .x-iconmask,
 .history.message .x-iconmask,
-.x-hover.message .x-iconmask,
 .x-iconmask[style*="buddy_icon.png"]
 {
 	display: none !important;
diff -r eacdfe6be848 -r c59a93d459ba Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Tue Jul 28 16:02:02 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Tue Jul 28 16:21:10 2009 -0500
@@ -202,16 +202,6 @@
 	margin-top: -2px;
 }
 
-.autoreply.message img.x-icon
-{
-	opacity: .75;
-}
-
-.message.x-hover img.x-icon
-{
-	opacity: .5;
-}
-
 .message .x-iconmask
 {
 	height: 32px;
@@ -236,6 +226,18 @@
 	-webkit-background-size: 32px 16px, 32px 100%;
 }
 
+.x-hover.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .625)), to(rgba(192, 192, 192, .625))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 28px;
+}
+
+.autoreply.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(64, 64, 64, .25))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 16px;
+}
+
 .message img.x-icon[src*="buddy_icon.png"],
 .message.hideIcons img.x-icon,
 .IRC.message img.x-icon,
@@ -246,7 +248,6 @@
 .IRC.message .x-iconmask,
 .consecutive.message .x-iconmask,
 .history.message .x-iconmask,
-.x-hover.message .x-iconmask,
 .x-iconmask[style*="buddy_icon.png"]
 {
 	display: none !important;
diff -r eacdfe6be848 -r c59a93d459ba Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Tue Jul 28 16:02:02 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Tue Jul 28 16:21:10 2009 -0500
@@ -163,16 +163,6 @@
 	-webkit-border-top-right-radius: 5px;
 }
 
-.autoreply.message img.x-icon
-{
-	opacity: .75;
-}
-
-.message.x-hover img.x-icon
-{
-	opacity: .5;
-}
-
 .message .x-iconmask
 {
 	height: 32px;
@@ -198,6 +188,17 @@
 	-webkit-background-size: 32px 16px, 32px 100%;
 }
 
+.x-hover.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .625)), to(rgba(192, 192, 192, .625))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 28px;
+}
+
+.autoreply.message .x-iconmask
+{
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(64, 64, 64, .25))) 0px 0px no-repeat;
+	-webkit-background-size: 28px 16px;
+}
 
 img[src*="buddy_icon.png"],
 .IRC.message img.x-icon,
@@ -206,7 +207,6 @@
 .history.message img.x-icon,
 .IRC.message .x-iconmask,
 .consecutive.message .x-iconmask,
-.x-hover.message .x-iconmask,
 .history.message .x-iconmask,
 .x-iconmask[style*="buddy_icon.png"]
 {


More information about the commits mailing list