xtras/mathuaerknedam 625:9cccd9cea98e: Gone Dark: Use the curren...

commits at adium.im commits at adium.im
Mon Nov 4 15:41:00 UTC 2013


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/9cccd9cea98e
revision:	625:9cccd9cea98e
branch:		(none)
author:		mathuaerknedam
date:		Mon Nov 04 10:39:59 2013 -0500

Gone Dark: Use the current gradient syntax.

diffs (31 lines):

diff -r d490e964f731 -r 9cccd9cea98e Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css	Mon Nov 04 07:41:22 2013 -0500
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css	Mon Nov 04 10:39:59 2013 -0500
@@ -3,7 +3,7 @@
 #x-header,
 #topic #topicEdit
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .8)), color-stop(.65, rgba(255, 255, 255, .95)), color-stop(.75, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
+	background: linear-gradient(to bottom, rgba(248, 248, 248, .8), rgba(255, 255, 255, .95) 65%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1));
 	color: black;
 	box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
 }
@@ -91,5 +91,5 @@
 .focus .x-content
 {
 	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
-	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(.5, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 1)));
+	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 1));
 }
diff -r d490e964f731 -r 9cccd9cea98e Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css	Mon Nov 04 07:41:22 2013 -0500
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css	Mon Nov 04 10:39:59 2013 -0500
@@ -3,7 +3,7 @@
 #x-header,
 #topic #topicEdit
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), color-stop(.45, rgba(40, 40, 40, 1)), color-stop(.5, rgba(0, 0, 0, .9)), to(rgba(24, 24, 24, 1)));
+	background: linear-gradient(to bottom, rgba(72, 72, 72, 1), rgba(40, 40, 40, 1) 45%, rgba(0, 0, 0, .9) 45%, rgba(24, 24, 24, 1));
 	border-bottom: 1px solid rgba(64, 64, 64, .9);
 	color: white;
 	box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);




More information about the commits mailing list