xtras/mathuaerknedam 596:7e8d4e57be9d: Mockie: Remove outdated '...

commits at adium.im commits at adium.im
Fri Nov 1 01:30:41 UTC 2013


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/7e8d4e57be9d
revision:	596:7e8d4e57be9d
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 19:07:05 2013 -0500

Mockie: Remove outdated '-webkit-' prefixing from CSS styles.
Subject: xtras/mathuaerknedam 597:58735646c649: yMous: Remove outdated '-webkit-' prefixing from CSS styles.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/58735646c649
revision:	597:58735646c649
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 19:12:00 2013 -0500

yMous: Remove outdated '-webkit-' prefixing from CSS styles.
Subject: xtras/mathuaerknedam 598:84e34fb8bb94: Duplicate user icons from preview pane, for easier mockups.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/84e34fb8bb94
revision:	598:84e34fb8bb94
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 19:37:52 2013 -0500

Duplicate user icons from preview pane, for easier mockups.
Subject: xtras/mathuaerknedam 599:57a685bc4427: minimal_mod: Remove *some* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appearsto have changed.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/57a685bc4427
revision:	599:57a685bc4427
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 19:41:25 2013 -0500

minimal_mod: Remove *some* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appearsto have changed.
Subject: xtras/mathuaerknedam 600:355e006d8c25: Stockholm: Remove *some* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appearsto have changed. -webkit-mask-box-image may also need updated.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/355e006d8c25
revision:	600:355e006d8c25
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 20:00:23 2013 -0500

Stockholm: Remove *some* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appearsto have changed. -webkit-mask-box-image may also need updated.
Subject: xtras/mathuaerknedam 601:b8b9112df622: Smooth Operator: Remove *most* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appears to have changed. -webkit-mask-box-image may also need updated.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b8b9112df622
revision:	601:b8b9112df622
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 20:23:51 2013 -0500

Smooth Operator: Remove *most* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appears to have changed. -webkit-mask-box-image may also need updated.
Subject: xtras/mathuaerknedam 602:1436290aba2a: Gone Dark: Remove *most* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appears to have changed.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/1436290aba2a
revision:	602:1436290aba2a
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 20:28:18 2013 -0500

Gone Dark: Remove *most* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appears to have changed.
Subject: xtras/mathuaerknedam 603:08125a94cc60: Renkoo: Remove *most* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appears to have changed.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/08125a94cc60
revision:	603:08125a94cc60
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 20:30:26 2013 -0500

Renkoo: Remove *most* outdated '-webkit-' prefixing from CSS styles. Gradients still need updated, because the syntax appears to have changed.

diffs (truncated from 2497 to 1000 lines):

diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Thu Oct 31 20:30:26 2013 -0500
@@ -14,7 +14,7 @@
 #topic
 {
 	opacity: 1;
-	-webkit-transition: opacity .1s linear;
+	transition: opacity .1s linear;
 }
 
 #topic:hover
@@ -40,7 +40,7 @@
 
 #topic #topicEdit
 {
-	-webkit-background-size: 100% 100%;
+	background-size: 100% 100%;
 	position: fixed;
 	left: 0px;
 	right: 0px;
@@ -60,7 +60,7 @@
 	top: 4px;
 	padding: 3px;
 	float: left;
-	-webkit-border-radius: 4px;
+	border-radius: 4px;
 }
 
 #x-headerImage img
@@ -193,7 +193,7 @@
 
 .mention .x-content
 {
-	-webkit-background-size: 36px 100%, 36px 100%, 100% 100%;
+	background-size: 36px 100%, 36px 100%, 100% 100%;
 }
 
 .mention.x-context
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css	Thu Oct 31 20:30:26 2013 -0500
@@ -5,7 +5,7 @@
 {
 	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)));
 	color: black;
-	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
+	box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
 }
 
 #x-headerChatStarted
@@ -85,11 +85,11 @@
 
 .x-content
 {
-	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
+	box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
 }
 
 .focus .x-content
 {
-	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
+	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)));
 }
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css	Thu Oct 31 20:30:26 2013 -0500
@@ -6,7 +6,7 @@
 	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)));
 	border-bottom: 1px solid rgba(64, 64, 64, .9);
 	color: white;
-	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
+	box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
 }
 
 #x-headerChatStarted
@@ -75,5 +75,5 @@
 
 .x-content
 {
-	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
+	box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
 }
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Thu Oct 31 20:30:26 2013 -0500
@@ -17,9 +17,9 @@
 	left: 0px;
 	z-index: 100;
 	border-bottom: 2px solid rgba(0, 0, 0, .2);
-	-webkit-box-shadow: 0px 1px 5px #fff;
+	box-shadow: 0px 1px 5px #fff;
 	opacity: 1;
-	-webkit-transition: opacity .1s linear;
+	transition: opacity .1s linear;
 }
 
 #topic:hover
@@ -81,8 +81,8 @@
 
 .message .x-sender
 {
-	-webkit-border-top-left-radius: 5px;
-	-webkit-border-top-right-radius: 5px;
+	border-top-left-radius: 5px;
+	border-top-right-radius: 5px;
 }
 
 .x-service
@@ -237,5 +237,5 @@
 .status .x-wrap,
 .event .x-wrap
 {
-	-webkit-border-radius: 3px;
+	border-radius: 3px;
 }
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css	Thu Oct 31 20:30:26 2013 -0500
@@ -44,5 +44,5 @@
 #topic[title=""] #topicEdit
 {
 	background: #d5d5d5;
-	-webkit-border-radius: 4px;
+	border-radius: 4px;
 }
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css	Thu Oct 31 20:30:26 2013 -0500
@@ -112,8 +112,8 @@
 	padding-right: 1px;
 	content: "\002b";
 	color: white;
-	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .1);
-	-webkit-border-radius: 2px;
+	box-shadow: -1px 1px 1px rgba(0, 0, 0, .1);
+	border-radius: 2px;
 }
 
 .focus:not(.firstFocus) .x-timeStamp:before
@@ -126,8 +126,8 @@
 
 .mention
 {
-	-webkit-border-radius: 6px;
-	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .3);
+	border-radius: 6px;
+	box-shadow: -1px 1px 3px rgba(0, 0, 0, .3);
 	margin-top: 4px;
 	margin-bottom: 6px;
 }
@@ -139,8 +139,8 @@
 
 .mention .x-avatar
 {
-	-webkit-border-radius: 4px;
-	-webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, .2);
+	border-radius: 4px;
+	box-shadow: -1px 1px 2px rgba(0, 0, 0, .2);
 }
 
 /* status */
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Header.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Header.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Header.css	Thu Oct 31 20:30:26 2013 -0500
@@ -9,10 +9,10 @@
 	background:
 		-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-background-size: 100% 16px, 100% 100%;
-	-webkit-border-radius: 5px;
+	background-size: 100% 16px, 100% 100%;
+	border-radius: 5px;
 	height: 56px;
-	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1);
+	box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1);
 	z-index: 100;
 	color: rgba(64, 64, 64, 1);
 	text-align: center;
@@ -20,7 +20,7 @@
 	font-size: 11px;
 	line-height: 11px;
 	opacity: 1;
-	-webkit-transition: opacity .4s linear;
+	transition: opacity .4s linear;
 	min-width: 7em;
 }
 
@@ -39,17 +39,17 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, 0))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) 0px 16px no-repeat;
-	-webkit-background-size: 56px 16px, 56px 100%;
+	background-size: 56px 16px, 56px 100%;
 	position: absolute;
 	z-index: 104;
 	top: 0px;
-	-webkit-border-top-left-radius: 5px;
-	-webkit-border-radius: 0px;
+	border-top-left-radius: 5px;
+	border-radius: 0px;
 }
 
 #x-header img.x-icon
 {
-	-webkit-border-radius: 0px;
+	border-radius: 0px;
 	position: absolute;
 	z-index: 101;
 	width: 56px;
@@ -66,8 +66,8 @@
 {
 	left: 0px;
 	right: auto;
-	-webkit-border-top-left-radius: 5px;
-	-webkit-border-bottom-left-radius: 5px;
+	border-top-left-radius: 5px;
+	border-bottom-left-radius: 5px;
 }
 
 #x-header .x-color
@@ -81,7 +81,7 @@
 	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, .25)), to(rgba(255, 255, 255, .25))) 0px 32px no-repeat;
-	-webkit-background-size: 5px 32px, 5px 100%;
+	background-size: 5px 32px, 5px 100%;
 }
 
 #x-header .x-color.x-incoming
@@ -99,8 +99,8 @@
 {
 	right: 0px;
 	left: auto;
-	-webkit-border-top-right-radius: 5px;
-	-webkit-border-bottom-right-radius: 5px;
+	border-top-right-radius: 5px;
+	border-bottom-right-radius: 5px;
 }
 
 #x-header .x-sender
@@ -168,11 +168,11 @@
 	z-index: 999;
 	cursor: pointer;
 	opacity: 0;
-	-webkit-transition: opacity .4s linear;
+	transition: opacity .4s linear;
 
 	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-border-radius: 5px;
-	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .5);
+	border-radius: 5px;
+	box-shadow: 0px 4px 16px rgba(0, 0, 0, .5);
 	color: rgba(64, 64, 64, 1);
 	text-align: center;
 }
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Topic.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Topic.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Topic.css	Thu Oct 31 20:30:26 2013 -0500
@@ -13,11 +13,11 @@
 	background:
 		-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-background-size: 100% 16px, 100% 100%;
-	-webkit-border-radius: 5px;
-	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1);
+	background-size: 100% 16px, 100% 100%;
+	border-radius: 5px;
+	box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1);
 	opacity: 1;
-	-webkit-transition: opacity .4s linear;
+	transition: opacity .4s linear;
 	min-width: 7em;
 }
 
@@ -68,11 +68,11 @@
 	z-index: 999;
 	cursor: pointer;
 	opacity: 0;
-	-webkit-transition: opacity .4s linear;
+	transition: opacity .4s linear;
 
 	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-border-radius: 5px;
-	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .5);
+	border-radius: 5px;
+	box-shadow: 0px 4px 16px rgba(0, 0, 0, .5);
 	color: rgba(64, 64, 64, 1);
 	text-align: center;
 }
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Thu Oct 31 20:30:26 2013 -0500
@@ -4,7 +4,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;
+	background-size: auto;
 	word-wrap: break-word;
 	word-break: break-word;
 }
@@ -21,7 +21,7 @@
 
 #Chat .history:first-child.message
 {
-	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .4);
+	box-shadow: 0px 3px 3px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
 .firstFocus:before
@@ -112,8 +112,8 @@
 	margin-top: 8px;
 	padding-top: 2px;
 	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;
+	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
+	border-radius: 5px;
 }
 
 .message.mention .x-message:before
@@ -142,18 +142,18 @@
 
 .outgoing.message:not(.consecutive)
 {
-	-webkit-border-top-right-radius: 0px;
+	border-top-right-radius: 0px;
 }
 
 .incoming.message:not(.consecutive)
 {
-	-webkit-border-top-left-radius: 0px;
+	border-top-left-radius: 0px;
 }
 
 .IRC.message:not(.consecutive),
 .message.hideIcons:not(.consecutive)
 {
--webkit-border-radius: 5px;
+border-radius: 5px;
 }
 
 .message:not(.autoreply):not(.x-hover):not(.consecutive):not(.history)
@@ -165,7 +165,7 @@
 		-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%;
+	background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
 }
 
 .mention.message:not(.autoreply):not(.x-hover):not(.consecutive):not(.history)
@@ -177,7 +177,7 @@
 		-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, .9)), to(rgba(248, 248, 248, .9))) 53px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .9)), to(rgba(240, 240, 240, .9))) 53px 16px no-repeat;
-	-webkit-background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
+	background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
 }
 
 .message.autoreply:not(.x-hover):not(.consecutive):not(.history)
@@ -189,8 +189,8 @@
 		-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(80, 80, 80, 1))) 53px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(64, 64, 64, 1))) 53px 16px no-repeat;
-	-webkit-background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 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);
+	background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
+	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.x-hover:not(.consecutive):not(.history)
@@ -199,8 +199,8 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .75)), to(rgba(192, 192, 192, .75))) 48px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1))) 53px 0px no-repeat;
-	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
-	-webkit-background-size: 48px 100%, 5px 100%, 100% 100%;
+	box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
+	background-size: 48px 100%, 5px 100%, 100% 100%;
 }
 
 .message.consecutive
@@ -215,7 +215,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(80, 80, 80, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(64, 64, 64, 1))) 0px 16px no-repeat;
-	-webkit-background-size: 100% 16px, 100% 100%;
+	background-size: 100% 16px, 100% 100%;
 }
 
 .status.consecutive,
@@ -237,7 +237,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(248, 248, 248, .9))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .9)), to(rgba(240,240, 240, .9))) 0px 16px no-repeat;
-	-webkit-background-size: 100% 16px, 100% 100%;
+	background-size: 100% 16px, 100% 100%;
 }
 
 .message.history .x-color,
@@ -257,19 +257,19 @@
 	position: absolute;
 	margin-top: -2px;
 	padding: 3px;
-	-webkit-border-radius: 5px;
+	border-radius: 5px;
 	z-index: 3;
 	background:
 		-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-background-size: 100% 16px, 100% 100%;
-	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
+	background-size: 100% 16px, 100% 100%;
+	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
 }
 
 .mention.message img.x-icon
 {
 	background: none;
-	-webkit-background-size: 100% 16px, 100% 100%;
+	background-size: 100% 16px, 100% 100%;
 }
 
 .autoreply.message img.x-icon
@@ -277,26 +277,26 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(80, 80, 80, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(64, 64, 64, 1))) 0px 16px no-repeat;
-	-webkit-background-size: 100% 16px, 100% 100%;
+	background-size: 100% 16px, 100% 100%;
 }
 
 .outgoing.message img.x-icon
 {
 	right: 18px;
-	-webkit-border-top-left-radius: 0px;
+	border-top-left-radius: 0px;
 }
 
 .incoming.message img.x-icon
 {
 	left: 8px;
-	-webkit-border-top-right-radius: 0px;
+	border-top-right-radius: 0px;
 }
 
 .message.x-hover img.x-icon
 {
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1)));
-	-webkit-background-size: 100% 100%;
-	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
+	background-size: 100% 100%;
+	box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
 }
 
 .message .x-iconmask
@@ -306,7 +306,7 @@
 	position: absolute;
 	margin-top: 1px;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, 0))) 0px 0px no-repeat;
-	-webkit-background-size: 30px 16px;
+	background-size: 30px 16px;
 	z-index: 4;
 }
 
@@ -323,13 +323,13 @@
 .autoreply.message:not(.x-hover) .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: 30px 16px;
+	background-size: 30px 16px;
 }
 
 .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: 30px 30px;
+	background-size: 30px 30px;
 }
 
 img[src*="buddy_icon.png"],
@@ -508,8 +508,8 @@
 	display: block;
 	margin-top: 0px;
 	margin-bottom: 0px;
-	-webkit-border-radius: 0px;
-	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
+	border-radius: 0px;
+	box-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
 }
 
 .history.status,
@@ -549,7 +549,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, .5))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1))) 53px 0px no-repeat;
-	-webkit-background-size: 48px 100%, 53px 100%, 100% 100%;
+	background-size: 48px 100%, 53px 100%, 100% 100%;
 }
 
 .history.mention.message:not(.consecutive)
@@ -558,7 +558,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .9)), to(rgba(248, 248, 248, .9))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .5)), to(rgba(248, 248, 248, .5))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .9)), to(rgba(248, 248, 248, .9))) 53px 0px no-repeat;
-	-webkit-background-size: 48px 100%, 53px 100%, 100% 100%;
+	background-size: 48px 100%, 53px 100%, 100% 100%;
 }
 
 .history.message.x-hover:not(.consecutive)
@@ -567,8 +567,8 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, 1)), to(rgba(200, 200, 200, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, .75)), to(rgba(200, 200, 200, .75))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, 1)), to(rgba(200, 200, 200, 1))) 53px 0px no-repeat;
-	-webkit-background-size: 48px 100%, 53px 100%, 100% 100%;
-	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
+	background-size: 48px 100%, 53px 100%, 100% 100%;
+	box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
 }
 
 .history.message .x-wrap
@@ -606,7 +606,7 @@
 
 .history.x-hover + .history.x-hover
 {
-	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1) !important;
+	box-shadow: 0px 1px 1px rgba(255, 255, 255, 1) !important;
 }
 
 /* header */
@@ -627,7 +627,7 @@
 {
 	height: 48px !important;
 	width: 48px !important;
-	-webkit-border-radius: 0px !important;
+	border-radius: 0px !important;
 }
 
 #x-header img.x-icon
@@ -640,22 +640,22 @@
 	background:
 		-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-background-size: 100% 16px, 100% 100%;
-	-webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(216, 216, 216, 1), 8px 16px 16px rgba(216, 216, 216, 1);
+	background-size: 100% 16px, 100% 100%;
+	box-shadow: 0px 2px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(216, 216, 216, 1), 8px 16px 16px rgba(216, 216, 216, 1);
 }
 
 #x-header .x-icon.x-incoming
 {
 	left: -64px !important;
-	-webkit-border-top-right-radius: 0px !important;
-	-webkit-border-bottom-right-radius: 5px !important;
+	border-top-right-radius: 0px !important;
+	border-bottom-right-radius: 5px !important;
 }
 
 #x-header .x-icon.x-outgoing
 {
 	right: -64px !important;
-	-webkit-border-top-left-radius: 0px !important;
-	-webkit-border-bottom-left-radius: 5px !important;
+	border-top-left-radius: 0px !important;
+	border-bottom-left-radius: 5px !important;
 }
 
 #x-header .x-iconmask.x-outgoing
@@ -673,13 +673,13 @@
 #x-header .x-color.x-incoming
 {
 	left: 0px !important;
-	-webkit-border-bottom-left-radius: 5px;
+	border-bottom-left-radius: 5px;
 }
 
 #x-header .x-color.x-outgoing
 {
 	right: 0px !important;
-	-webkit-border-bottom-right-radius: 5px;
+	border-bottom-right-radius: 5px;
 }
 
 #x-header .x-sender.x-incoming
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Thu Oct 31 20:30:26 2013 -0500
@@ -4,7 +4,7 @@
 {
 	margin: 0px;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 175, 219, 1)), to(rgba(255, 255 ,255, 1))) fixed repeat-x;
-	-webkit-background-size: auto;
+	background-size: auto;
 	word-wrap: break-word;
 	word-break: break-word;
 }
@@ -94,14 +94,14 @@
 	padding-top: 6px;
 	padding-bottom: 4px;
 	padding-right: 5px;
-	-webkit-border-radius: 5px;
+	border-radius: 5px;
 	min-width: 7em;
 }
 
 .message:not(.consecutive)
 {
 	color: rgba(64, 64, 64, 1);
-	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
 	min-height: 30px;
 }
 
@@ -111,7 +111,7 @@
 	margin-left: 36px;
 	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 1px 4px rgba(0, 0, 0, .5);
+	box-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
 	padding-left: 12px;
 	padding-top: 2px;
 	padding-bottom: 2px;
@@ -122,7 +122,7 @@
 {
 	color: rgba(244, 244, 244, .75);
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, .625)), to(rgba(48, 48, 48, .625)));
-	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
 }
 
 .message img.x-icon
@@ -133,7 +133,7 @@
 	margin-top: -2px;
 	position: absolute;
 	left: 12px;
-	-webkit-border-radius: 5px;
+	border-radius: 5px;
 	background: rgba(240, 240, 240, 1);
 }
 
@@ -401,8 +401,8 @@
 	height: 18px;
 	position: absolute;
 	left: 12px;
-	-webkit-border-top-left-radius: 5px;
-	-webkit-border-bottom-right-radius: 5px;
+	border-top-left-radius: 5px;
+	border-bottom-right-radius: 5px;
 	z-index: 99;
 	margin-top: -2px;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25)));
@@ -425,7 +425,7 @@
 	display: block;
 	width: 32px;
 	height: 32px;
-	-webkit-border-radius: 5px;
+	border-radius: 5px;
 	position: absolute;
 	left: 12px;
 	z-index: 99;
@@ -447,7 +447,7 @@
 .message:not(.consecutive).x-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 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
 .message:not(.consecutive).history
@@ -458,14 +458,14 @@
 .message:not(.consecutive).history.x-hover
 {
 	background: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 232, 232, .75)), to(rgba(208, 208, 208, .75))) !important;
-	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
 /* header */
 
 #x-wrap
 {
-	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(149, 175, 219, 1), -8px -8px 8px rgba(149, 175, 219, 1), -8px 16px 16px rgba(163, 185, 223, 1), 8px 16px 16px rgba(163, 185, 223, 1) !important;
+	box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(149, 175, 219, 1), -8px -8px 8px rgba(149, 175, 219, 1), -8px 16px 16px rgba(163, 185, 223, 1), 8px 16px 16px rgba(163, 185, 223, 1) !important;
 }
 
 #x-header .x-iconmask
@@ -479,7 +479,7 @@
 {
 	position: absolute;
 	background: rgba(240, 240, 240, 1);
-	-webkit-border-radius: 5px !important;
+	border-radius: 5px !important;
 	width: 48px !important;
 	min-width: 48px !important;
 	height: 48px !important;
@@ -532,13 +532,13 @@
 #x-wrap.IRC .x-color.x-incoming
 {
 	left: 0px !important;
-	-webkit-border-top-left-radius: 5px !important;
-	-webkit-border-bottom-left-radius: 5px !important;
+	border-top-left-radius: 5px !important;
+	border-bottom-left-radius: 5px !important;
 }
 
 #x-wrap.IRC .x-color.x-outgoing
 {
 	right: 0px !important;
-	-webkit-border-top-right-radius: 5px !important;
-	-webkit-border-bottom-right-radius: 5px !important;
+	border-top-right-radius: 5px !important;
+	border-bottom-right-radius: 5px !important;
 }
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Thu Oct 31 20:30:26 2013 -0500
@@ -4,7 +4,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;
+	background-size: auto;
 	word-wrap: break-word;
 	word-break: break-word;
 }
@@ -17,7 +17,7 @@
 
 #Chat .history:first-child.message
 {
-	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, .2);
+	box-shadow: 0px -1px 1px rgba(0, 0, 0, .2);
 }
 
 .firstFocus:before
@@ -80,7 +80,7 @@
 	margin-right: 10px;
 	padding-top: 2px;
 	padding-bottom: 2px;
-	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
 	min-width: 7em;
 }
 
@@ -110,7 +110,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .375))) 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: 5px 100%, 100% 100%;
+	background-size: 5px 100%, 100% 100%;
 }
 
 .message.mention:not(.consecutive):not(.history):not(.autoreply):not(.x-hover)
@@ -118,7 +118,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .375))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(240, 240, 240, .9))) 5px 0px no-repeat;
-	-webkit-background-size: 5px 100%, 100% 100%;
+	background-size: 5px 100%, 100% 100%;
 }
 
 .message.autoreply:not(.mention):not(.consecutive):not(.history):not(.x-hover)
@@ -127,7 +127,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .375))) 0px 0px 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 100%, 100% 100%;
+	background-size: 5px 100%, 100% 100%;
 }
 
 .message.consecutive:not(.mention):not(.autoreply):not(.history):not(.x-hover)
@@ -143,8 +143,8 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .75)), to(rgba(192, 192, 192, .75))) 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: 5px 100%, 100% 100%;
-	-webkit-box-shadow: 0px 1px 2px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
+	background-size: 5px 100%, 100% 100%;
+	box-shadow: 0px 1px 2px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
 }
 
 .consecutive.message
@@ -182,28 +182,28 @@
 	display: inline;
 	padding: 4px;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1)));
-	-webkit-border-radius: 5px;
+	border-radius: 5px;
 	z-index:101;
-	-webkit-transition: all .4s linear;
-	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .75);
+	transition: all .4s linear;
+	box-shadow: 0px 4px 16px rgba(0, 0, 0, .75);
 }
 
 #topic:hover + #Chat > div:last-of-type.message.showIcons img.x-icon
 {
 	z-index: 91;
-	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
+	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
 }
 
 #Chat > div:last-of-type.message.showIcons .x-color[src*="buddy_icon.png"]
 {
 	width: 125px;
 	height: 125px;
-	-webkit-border-radius: 5px;
+	border-radius: 5px;
 	position:fixed;
 	top: 12px;
 	right: 22px;
 	z-index: 102;
-	-webkit-transition: all .4s linear;
+	transition: all .4s linear;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5)));
 	-webkit-mask-box-image: url(../adiumy-mask.png);
 }
@@ -339,7 +339,7 @@
 {
 	display: block;
 	margin-top: 0px;
-	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
+	box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
 }
 
 .history.message
@@ -348,7 +348,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1))) 5px 0px no-repeat;
-	-webkit-background-size: 5px 100%, 100% 100%;
+	background-size: 5px 100%, 100% 100%;
 }
 
 .history.mention.message
@@ -356,7 +356,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .9)), to(rgba(248, 248, 248, .9))) 5px 0px no-repeat;
-	-webkit-background-size: 5px 100%, 100% 100%;
+	background-size: 5px 100%, 100% 100%;
 }
 
 .history.message.x-hover:not(.consecutive)
@@ -364,7 +364,7 @@
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, .75)), to(rgba(200, 200, 200, .75))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, 1)), to(rgba(200, 200, 200, 1))) 5px 0px no-repeat;
-	-webkit-background-size: 5px 100%, 100% 100%;
+	background-size: 5px 100%, 100% 100%;
 }
 
 .history.message.consecutive
@@ -404,7 +404,7 @@
 
 .history.x-hover + .history.x-hover
 {
-	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1) !important;
+	box-shadow: 0px 1px 1px rgba(255, 255, 255, 1) !important;
 }
 
 .history.status .x-message,
@@ -422,8 +422,8 @@
 	right: inherit !important;
 	height: 20px !important;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) !important;
-	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4) !important;
-	-webkit-background-size: auto !important;
+	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4) !important;
+	background-size: auto !important;
 	vertical-align: bottom !important;
 }
 
@@ -459,12 +459,12 @@
 
 #topic #x-wrap
 {
-	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1) !important;
+	box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1) !important;
 }
 
 #topic:hover #x-wrap
 {
-	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1) !important;
+	box-shadow: 0px 4px 16px rgba(0, 0, 0, .75), 8px -8px 8px rgba(255, 255, 255, 1), -8px -8px 8px rgba(255, 255, 255, 1), -8px 16px 16px rgba(248, 248, 248, 1), 8px 16px 16px rgba(248, 248, 248, 1) !important;
 }
 
 .actionMessageUserName
diff -r ed15d8592d8c -r 08125a94cc60 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css	Wed Oct 23 14:22:49 2013 -0500
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css	Thu Oct 31 20:30:26 2013 -0500
@@ -5,7 +5,7 @@
 	margin: 0px;
 	background:
 		-webkit-gradient(linear, left bottom, right bottom, from(rgba(120, 120, 120, 1)), to(rgba(102, 102, 102, 1))) bottom right repeat;
-	-webkit-background-size: 2px auto;
+	background-size: 2px auto;
 
 	word-wrap: break-word;
 	word-break: break-word;
@@ -89,8 +89,8 @@
 {
 	padding-top: 2px;
 	padding-bottom: 2px;
-	-webkit-border-top-right-radius: 5px;
-	-webkit-border-bottom-right-radius: 5px;
+	border-top-right-radius: 5px;
+	border-bottom-right-radius: 5px;
 }
 
 .message:not(.consecutive):not(.history)
@@ -115,13 +115,13 @@
 .message:not(.consecutive):not(.history) img.x-icon
 {
 	min-height: 28px;
-	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .2), 0px 2px 4px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 0px rgba(0, 0, 0, .2), 0px 2px 4px rgba(0, 0, 0, .4);
 }
 
 .message.mention:not(.consecutive):not(.history),
 .message.mention:not(.consecutive):not(.history) img.x-icon
 {
-	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .5), 0px 3px 4px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 0px rgba(0, 0, 0, .5), 0px 3px 4px rgba(0, 0, 0, .4);
 }
 
 .message.autoreply:not(.consecutive):not(.history),
@@ -129,13 +129,13 @@
 .status:not(.consecutive):not(.history),
 .event:not(.consecutive):not(.history)
 {
-	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .2), 0px 2px 4px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 0px rgba(0, 0, 0, .2), 0px 2px 4px rgba(0, 0, 0, .4);
 }
 
 .message.x-hover:not(.consecutive):not(.history),
 .message.x-hover:not(.consecutive):not(.history) img.x-icon
 {
-	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, .4);
+	box-shadow: 0px 2px 4px rgba(255, 255, 255, .4);
 }
 
 .message.consecutive:not(.history)
@@ -164,7 +164,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(88, 88, 88, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(88, 88, 88, 1)), to(rgba(64, 64, 64, 1))) 0px 16px no-repeat;
-	-webkit-background-size: 100% 1px, 100% 16px, 100% 100%;
+	background-size: 100% 1px, 100% 16px, 100% 100%;
 }
 
 .mention.message:not(.autoreply):not(.consecutive):not(.history):not(.x-hover),
@@ -174,7 +174,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 1)), to(rgba(56, 56, 56, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(56, 56, 56, 1)), to(rgba(32, 32, 32, 1))) 0px 16px no-repeat;
-	-webkit-background-size: 100% 1px, 100% 16px, 100% 100%;
+	background-size: 100% 1px, 100% 16px, 100% 100%;
 }
 
 .message.autoreply:not(.history):not(.consecutive):not(.x-hover),
@@ -184,7 +184,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(160, 160, 160, 1)), to(rgba(156, 156, 156, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(156, 156, 156, 1)), to(rgba(152, 152, 152, 1))) 0px 16px no-repeat;
-	-webkit-background-size: 100% 1px, 100% 16px, 100% 100%;
+	background-size: 100% 1px, 100% 16px, 100% 100%;
 }
 
 .message.x-hover:not(.consecutive):not(.history),
@@ -192,7 +192,7 @@
 {
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(64, 64, 64, 1))) 0px 0px no-repeat;
-	-webkit-background-size: 100% 100%;
+	background-size: 100% 100%;
 }
 
 .message.consecutive
@@ -214,7 +214,7 @@
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(160, 160, 160, 1)), to(rgba(152, 152, 152, 1))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(152, 152, 152, 1)), to(rgba(144, 144, 144, 1))) 0px 16px no-repeat;
-	-webkit-background-size: 100% 1px, 100% 16px, 100% 100%;
+	background-size: 100% 1px, 100% 16px, 100% 100%;
 }
 
 .status.consecutive,
@@ -237,7 +237,7 @@
 	height: 15px;
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .6))) 0px 0px no-repeat;
-	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
+	box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
 }
 
 .message.consecutive .x-color
@@ -249,7 +249,7 @@




More information about the commits mailing list