xtras/mathuaerknedam 180:69ba4f7aa196: SO3: Convert focus indica...

commits at adium.im commits at adium.im
Wed Nov 4 21:22:34 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/69ba4f7aa196
revision:	180:69ba4f7aa196
author:		mathuaerknedam
date:		Wed Nov 04 15:22:23 2009 -0600

SO3: Convert focus indicators to using new focus class.

diffs (219 lines):

diff -r d3712055a811 -r 69ba4f7aa196 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Wed Nov 04 15:12:13 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Wed Nov 04 15:22:23 2009 -0600
@@ -7,7 +7,7 @@
 	</title>
 
 	<style type="text/css">
-		@import url( "./Variants/Classic.css" );
+		@import url( "./Variants/Compact.css" );
 
 		body
 		{
@@ -327,7 +327,7 @@
 	</span>
 </div>
 
-<div class="outgoing message SERVICE showIcons xx-TekJew" style="background-color: seagreen;">
+<div class="outgoing message focus SERVICE showIcons xx-TekJew" style="background-color: seagreen;">
 	<img class="x-icon" src="./buddy_icon.png" />
 	<span class="x-iconmask" style="-webkit-mask-box-image: url(./buddy_icon.png);"></span>
 	<span class="x-color" style="background-color: seagreen" src="buddy_icon.png"></span>
diff -r d3712055a811 -r 69ba4f7aa196 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Wed Nov 04 15:12:13 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css	Wed Nov 04 15:22:23 2009 -0600
@@ -30,27 +30,14 @@
 	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
-hr#focus
-{
-	width: inherit;
-	//left: 8px;
-	//right: 18px;
-	left: 0px;
-	right: 0px;
-	border: 0px !important;
-	border-bottom: none;
-	//width: 18px;
-}
-
-hr#focus:before
+.focus:before
 {
 	position: absolute;
 	font-family: AppleGothic;
-	margin-top: -17px;
+	margin-top: -11px;
 	right: 5px;
 	font-size: 9px;
 	content: "\2b07";
-	//color: rgba(64, 64, 64, 1);
 	color: rgba(96, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
diff -r d3712055a811 -r 69ba4f7aa196 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Wed Nov 04 15:12:13 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Wed Nov 04 15:22:23 2009 -0600
@@ -26,27 +26,14 @@
 	margin-top: 2px;
 }
 
-hr#focus
-{
-	width: inherit;
-	//left: 8px;
-	//right: 18px;
-	left: 0px;
-	right: 0px;
-	border: 0px !important;
-	border-bottom: none;
-	//width: 18px;
-}
-
-hr#focus:before
+.focus:before
 {
 	position: absolute;
 	font-family: AppleGothic;
-	margin-top: -19px;
+	margin-top: -15px;
 	right: 5px;
 	font-size: 9px;
 	content: "\2b07";
-	//color: rgba(64, 64, 64, 1);
 	color: rgba(96, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
diff -r d3712055a811 -r 69ba4f7aa196 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Wed Nov 04 15:12:13 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Wed Nov 04 15:22:23 2009 -0600
@@ -26,27 +26,14 @@
 	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, .2);
 }
 
-hr#focus
-{
-	width: inherit;
-	//left: 8px;
-	//right: 18px;
-	left: 0px;
-	right: 0px;
-	border: 0px !important;
-	border-bottom: none;
-	//width: 18px;
-}
-
-hr#focus:before
+.focus:before
 {
 	position: absolute;
 	font-family: AppleGothic;
-	margin-top: -17px;
+	margin-top: -11px;
 	right: 5px;
 	font-size: 9px;
 	content: "\2b07";
-	//color: rgba(64, 64, 64, 1);
 	color: rgba(96, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
diff -r d3712055a811 -r 69ba4f7aa196 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Wed Nov 04 15:12:13 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Wed Nov 04 15:22:23 2009 -0600
@@ -25,27 +25,14 @@
 	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
-hr#focus
-{
-	width: inherit;
-	//left: 8px;
-	//right: 18px;
-	left: 0px;
-	right: 0px;
-	border: 0px !important;
-	border-bottom: none;
-	//width: 18px;
-}
-
-hr#focus:before
+.focus:before
 {
 	position: absolute;
 	font-family: AppleGothic;
-	margin-top: -17px;
+	margin-top: -11px;
 	right: 5px;
 	font-size: 9px;
 	content: "\2b07";
-	//color: rgba(64, 64, 64, 1);
 	color: rgba(96, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
diff -r d3712055a811 -r 69ba4f7aa196 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Wed Nov 04 15:12:13 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Wed Nov 04 15:22:23 2009 -0600
@@ -25,27 +25,14 @@
 	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
-hr#focus
-{
-	width: inherit;
-	//left: 8px;
-	//right: 18px;
-	left: 0px;
-	right: 0px;
-	border: 0px !important;
-	border-bottom: none;
-	//width: 18px;
-}
-
-hr#focus:before
+.focus:before
 {
 	position: absolute;
 	font-family: AppleGothic;
-	margin-top: -17px;
+	margin-top: -11px;
 	right: 5px;
 	font-size: 9px;
 	content: "\2b07";
-	//color: rgba(64, 64, 64, 1);
 	color: rgba(96, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
diff -r d3712055a811 -r 69ba4f7aa196 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Wed Nov 04 15:12:13 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Wed Nov 04 15:22:23 2009 -0600
@@ -25,27 +25,14 @@
 	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
-hr#focus
-{
-	width: inherit;
-	//left: 8px;
-	//right: 18px;
-	left: 0px;
-	right: 0px;
-	border: 0px !important;
-	border-bottom: none;
-	//width: 18px;
-}
-
-hr#focus:before
+.focus:before
 {
 	position: absolute;
 	font-family: AppleGothic;
-	margin-top: -17px;
+	margin-top: -11px;
 	right: 5px;
 	font-size: 9px;
 	content: "\2b07";
-	//color: rgba(64, 64, 64, 1);
 	color: rgba(96, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }


More information about the commits mailing list