xtras/mathuaerknedam 622:54eaad6e68c9: Renkoo: Use the current g...

commits at adium.im commits at adium.im
Mon Nov 4 12:41:39 UTC 2013


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/54eaad6e68c9
revision:	622:54eaad6e68c9
branch:		(none)
author:		mathuaerknedam
date:		Mon Nov 04 07:32:10 2013 -0500

Renkoo: Use the current gradient syntax.
Subject: xtras/mathuaerknedam 623:9fc9bdfe6261: minimal_mod: Use the current gradient syntax.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/9fc9bdfe6261
revision:	623:9fc9bdfe6261
branch:		(none)
author:		mathuaerknedam
date:		Mon Nov 04 07:39:55 2013 -0500

minimal_mod: Use the current gradient syntax.
Subject: xtras/mathuaerknedam 624:d490e964f731: Gone Dark: Fix the polarized gloss.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/d490e964f731
revision:	624:d490e964f731
branch:		(none)
author:		mathuaerknedam
date:		Mon Nov 04 07:41:22 2013 -0500

Gone Dark: Fix the polarized gloss.

diffs (421 lines):

diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css	Mon Nov 04 07:41:22 2013 -0500
@@ -1,6 +1,6 @@
 .x-gloss
 {
-	background: rgba(255, 255, 255, .4)
+	background: rgba(255, 255, 255, .4);
 }
 
 .mention .x-gloss
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Header.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Header.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Header.css	Mon Nov 04 07:41:22 2013 -0500
@@ -13,7 +13,7 @@
 	line-height: 1.2;
 	border-bottom: 2px solid #d5d5d5;
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
+		linear-gradient(to bottom, rgba(251, 251, 251, 1), rgba(244, 244, 244, 1));
 }
 
 #x-heading .x-conversationIncomingIcon
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css	Mon Nov 04 07:41:22 2013 -0500
@@ -11,7 +11,7 @@
 	border-bottom: 2px solid #d5d5d5;
 	font-size: 10px;
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
+		linear-gradient(to bottom, rgba(251, 251, 251, 1), rgba(244, 244, 244, 1));
 }
 
 #x-topic #topicEdit
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css	Mon Nov 04 07:41:22 2013 -0500
@@ -204,7 +204,7 @@
 
 .x-statusMessage.firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 103, 103, 1)), to(rgba(98, 98, 98, 1)));
+	background: linear-gradient(to bottom, rgba(103, 103, 103, 1), rgba(98, 98, 98, 1));
 }
 
 /* incoming */
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+	background: linear-gradient(to bottom, rgba(158, 207, 53, 1), rgba(153, 202, 48, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+	background: linear-gradient(to bottom, rgba(251, 254, 245, 1), rgba(239, 248, 220, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+	background: linear-gradient(to bottom, rgba(248, 143, 143, 1), rgba(243, 138, 138, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+	background: linear-gradient(to bottom, rgba(255, 242, 242, 1), rgba(255, 233, 233, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+	background: linear-gradient(to bottom, rgba(169, 169, 169, 1), rgba(164, 164, 164, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+	background: linear-gradient(to bottom, rgba(252, 252, 252, 1), rgba(245, 245, 245, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 180, 16, 1)), to(rgba(186, 175, 11, 1)));
+	background: linear-gradient(to bottom, rgba(189, 180, 16, 1), rgba(186, 175, 11, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 253, 244, 1)), to(rgba(249, 248, 224, 1)));
+	background: linear-gradient(to bottom, rgba(253, 253, 244, 1), rgba(249, 248, 224, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+	background: linear-gradient(to bottom, rgba(127, 197, 248, 1), rgba(122, 192, 243, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+	background: linear-gradient(to bottom, rgba(244, 251, 255, 1), rgba(230, 244, 255, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+	background: linear-gradient(to bottom, rgba(248, 143, 143, 1), rgba(243, 138, 138, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+	background: linear-gradient(to bottom, rgba(255, 242, 242, 1), rgba(255, 233, 233, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+	background: linear-gradient(to bottom, rgba(169, 169, 169, 1), rgba(164, 164, 164, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+	background: linear-gradient(to bottom, rgba(252, 252, 252, 1), rgba(245, 245, 245, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 180, 16, 1)), to(rgba(186, 175, 11, 1)));
+	background: linear-gradient(to bottom, rgba(189, 180, 16, 1), rgba(186, 175, 11, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 253, 244, 1)), to(rgba(249, 248, 224, 1)));
+	background: linear-gradient(to bottom, rgba(253, 253, 244, 1), rgba(249, 248, 224, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+	background: linear-gradient(to bottom, rgba(127, 197, 248, 1), rgba(122, 192, 243, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+	background: linear-gradient(to bottom, rgba(244, 251, 255, 1), rgba(230, 244, 255, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css	Mon Nov 04 07:41:22 2013 -0500
@@ -114,10 +114,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+	background: linear-gradient(to bottom, rgba(158, 207, 53, 1), rgba(153, 202, 48, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+	background: linear-gradient(to bottom, rgba(251, 254, 245, 1), rgba(239, 248, 220, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css	Mon Nov 04 07:41:22 2013 -0500
@@ -111,10 +111,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+	background: linear-gradient(to bottom, rgba(169, 169, 169, 1), rgba(164, 164, 164, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+	background: linear-gradient(to bottom, rgba(252, 252, 252, 1), rgba(245, 245, 245, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow.css	Mon Nov 04 07:41:22 2013 -0500
@@ -111,10 +111,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 180, 16, 1)), to(rgba(186, 175, 11, 1)));
+	background: linear-gradient(to bottom, rgba(189, 180, 16, 1), rgba(186, 175, 11, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 253, 244, 1)), to(rgba(249, 248, 224, 1)));
+	background: linear-gradient(to bottom, rgba(253, 253, 244, 1), rgba(249, 248, 224, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css	Mon Nov 04 07:41:22 2013 -0500
@@ -110,10 +110,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+	background: linear-gradient(to bottom, rgba(127, 197, 248, 1), rgba(122, 192, 243, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+	background: linear-gradient(to bottom, rgba(244, 251, 255, 1), rgba(230, 244, 255, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css	Mon Nov 04 07:41:22 2013 -0500
@@ -115,10 +115,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+	background: linear-gradient(to bottom, rgba(158, 207, 53, 1), rgba(153, 202, 48, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+	background: linear-gradient(to bottom, rgba(251, 254, 245, 1), rgba(239, 248, 220, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css	Mon Nov 04 07:41:22 2013 -0500
@@ -108,10 +108,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+	background: linear-gradient(to bottom, rgba(248, 143, 143, 1), rgba(243, 138, 138, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+	background: linear-gradient(to bottom, rgba(255, 242, 242, 1), rgba(255, 233, 233, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow.css	Mon Nov 04 07:41:22 2013 -0500
@@ -110,10 +110,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 180, 16, 1)), to(rgba(186, 175, 11, 1)));
+	background: linear-gradient(to bottom, rgba(189, 180, 16, 1), rgba(186, 175, 11, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 253, 244, 1)), to(rgba(249, 248, 224, 1)));
+	background: linear-gradient(to bottom, rgba(253, 253, 244, 1), rgba(249, 248, 224, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+	background: linear-gradient(to bottom, rgba(127, 197, 248, 1), rgba(122, 192, 243, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+	background: linear-gradient(to bottom, rgba(244, 251, 255, 1), rgba(230, 244, 255, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css	Mon Nov 04 07:41:22 2013 -0500
@@ -114,10 +114,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+	background: linear-gradient(to bottom, rgba(158, 207, 53, 1), rgba(153, 202, 48, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+	background: linear-gradient(to bottom, rgba(251, 254, 245, 1), rgba(239, 248, 220, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+	background: linear-gradient(to bottom, rgba(248, 143, 143, 1), rgba(243, 138, 138, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+	background: linear-gradient(to bottom, rgba(255, 242, 242, 1), rgba(255, 233, 233, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css	Mon Nov 04 07:41:22 2013 -0500
@@ -109,10 +109,10 @@
 .mention,
 .firstFocus .x-timeStamp:before
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+	background: linear-gradient(to bottom, rgba(169, 169, 169, 1), rgba(164, 164, 164, 1));
 }
 
 .mention .x-avatar
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+	background: linear-gradient(to bottom, rgba(252, 252, 252, 1), rgba(245, 245, 245, 1));
 }
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Mon Nov 04 07:41:22 2013 -0500
@@ -77,7 +77,7 @@
 #Chat
 {
 	overflow: hidden;
-	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255 ,255, .5)), to(rgba(255, 255, 255, .9)));
+	background: linear-gradient(to right, rgba(255, 255 ,255, .5), rgba(255, 255, 255, .9));
 }
 
 a
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Normal.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Normal.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Normal.css	Mon Nov 04 07:41:22 2013 -0500
@@ -22,7 +22,7 @@
 .mention
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat;
+		linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)) 0px 0px no-repeat;
 	background-size: 10px 100%;
 }
 
@@ -53,7 +53,7 @@
 .focus.mention
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat,
+		linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)) 0px 0px no-repeat,
 		url("./images/vert.png") repeat;
 	background-size: 10px 100%, 2px 100%;
 }
@@ -61,7 +61,7 @@
 .history.mention
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))) 0px 0px no-repeat;
+		linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)) 0px 0px no-repeat;
 }
 
 img.x-buddyicon
diff -r 2a3ff859bee4 -r d490e964f731 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/SingleLine.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/SingleLine.css	Sun Nov 03 23:34:40 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/SingleLine.css	Mon Nov 04 07:41:22 2013 -0500
@@ -86,7 +86,7 @@
 .mention .x-time
 {
 	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat;
+		linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)) 0px 0px no-repeat;
 	background-size: 10px 100%;
 }
 




More information about the commits mailing list