xtras/mathuaerknedam 112:eea8791b18c3: Revert back to different ...

commits at adium.im commits at adium.im
Mon Aug 24 03:06:51 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/eea8791b18c3
revision:	112:eea8791b18c3
author:		mathuaerknedam
date:		Sun Aug 23 22:12:50 2009 -0500

Revert back to different icons, both in black, for focus and mention indicators for all variants but alternating.

diffs (267 lines):

diff -r 3e0a6da51115 -r eea8791b18c3 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Fri Aug 21 12:44:47 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Sun Aug 23 22:12:50 2009 -0500
@@ -29,8 +29,26 @@
 hr#focus
 {
 	width: inherit;
-	left: 8px;
-	right: 18px;
+	//left: 8px;
+	//right: 18px;
+	left: 0px;
+	right: 0px;
+	border: 0px;
+	border-bottom: none;
+	//width: 18px;
+}
+
+hr#focus:before
+{
+	position: absolute;
+	font-family: AppleGothic;
+	margin-top: -15px;
+	right: 4px;
+	font-size: 10px;
+	content: "\2b07";
+	color: rgba(64, 64, 64, 1);
+	//color: rgba(255, 0, 0, 1);
+	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
 .message:not(.consecutive),
@@ -316,20 +334,31 @@
 	max-height: 10px;
 }
 
-.message.mention:before
+.message.mention .x-message:before
 {
 	position: absolute;
-	right: 5px;
-	margin-top: -.1em;
+	margin-top: -1px;
+	font-family: AppleGothic;
+	content: "\23af";
+	right: 4px;
+	font-size: 12px;
 	content: "\2605";
+	color: rgba(64, 64, 64, 1);
+	//color: rgba(0, 0, 255, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
-.message.history.mention:before
+.message.mention .x-message:before
 {
 	position: absolute;
-	right: 5px;
+	margin-top: -1px;
+	font-family: AppleGothic;
+	content: "\23af";
+	right: 4px;
+	font-size: 12px;
 	content: "\2605";
+	color: rgba(64, 64, 64, 1);
+	//color: rgba(0, 0, 255, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 	opacity: .5;
 }
diff -r 3e0a6da51115 -r eea8791b18c3 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Fri Aug 21 12:44:47 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Sun Aug 23 22:12:50 2009 -0500
@@ -46,14 +46,14 @@
 hr#focus:before
 {
 	position: absolute;
+	font-family: AppleGothic;
+	margin-top: -15px;
 	right: 4px;
-	font-family: Lucida Grande;
-	font-size: 11px;
-	margin-top: -15px;
-	content: "\25c0";
-	content: "\23af";
-	color: rgba(255, 0, 0, 1);
-	//text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
+	font-size: 10px;
+	content: "\2b07";
+	color: rgba(64, 64, 64, 1);
+	//color: rgba(255, 0, 0, 1);
+	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
 .message:not(.consecutive),
@@ -77,13 +77,15 @@
 .message.mention .x-message:before
 {
 	position: absolute;
+	margin-top: -1px;
+	font-family: AppleGothic;
+	content: "\23af";
 	right: 4px;
-	margin-top: -1px;
-	font-size: 11px;
+	font-size: 12px;
 	content: "\2605";
-	content: "\23af";
 	color: rgba(64, 64, 64, 1);
-	//text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
+	//color: rgba(0, 0, 255, 1);
+	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
 .message:not(.consecutive):not(.history)
diff -r 3e0a6da51115 -r eea8791b18c3 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Fri Aug 21 12:44:47 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Sun Aug 23 22:12:50 2009 -0500
@@ -45,14 +45,14 @@
 hr#focus:before
 {
 	position: absolute;
+	font-family: AppleGothic;
+	margin-top: -15px;
 	right: 4px;
-	font-family: Lucida Grande;
-	font-size: 11px;
-	margin-top: -15px;
-	content: "\25c0";
-	content: "\23af";
-	color: rgba(255, 0, 0, 1);
-	//text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
+	font-size: 10px;
+	content: "\2b07";
+	color: rgba(64, 64, 64, 1);
+	//color: rgba(255, 0, 0, 1);
+	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
 .message:not(.consecutive),
@@ -77,14 +77,15 @@
 .message.mention .x-message:before
 {
 	position: absolute;
+	margin-top: -1px;
+	font-family: AppleGothic;
+	content: "\23af";
 	right: 4px;
-	margin-top: -1px;
-	font-family: Lucida Grande;
-	font-size: 11px;
-	content: "\26ab";
-	content: "\23af";
+	font-size: 12px;
+	content: "\2605";
 	color: rgba(64, 64, 64, 1);
-	//text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
+	//color: rgba(0, 0, 255, 1);
+	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
 .message:not(.consecutive):not(.history)
diff -r 3e0a6da51115 -r eea8791b18c3 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Fri Aug 21 12:44:47 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css	Sun Aug 23 22:12:50 2009 -0500
@@ -33,8 +33,26 @@
 hr#focus
 {
 	width: inherit;
-	left: 8px;
-	right: 18px;
+	//left: 8px;
+	//right: 18px;
+	left: 0px;
+	right: 0px;
+	border: 0px;
+	border-bottom: none;
+	//width: 18px;
+}
+
+hr#focus:before
+{
+	position: absolute;
+	font-family: AppleGothic;
+	margin-top: -15px;
+	right: 4px;
+	font-size: 10px;
+	content: "\2b07";
+	color: rgba(64, 64, 64, 1);
+	//color: rgba(255, 0, 0, 1);
+	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
 .message:not(.consecutive),
@@ -56,13 +74,17 @@
 	-webkit-border-bottom-left-radius: 0px;
 }
 
-.message.mention:before
+.message.mention .x-message:before
 {
 	position: absolute;
-	right: 5px;
-	font-size: 10px;
+	margin-top: -1px;
+	font-family: AppleGothic;
+	content: "\23af";
+	right: 4px;
+	font-size: 12px;
 	content: "\2605";
 	color: rgba(64, 64, 64, 1);
+	//color: rgba(0, 0, 255, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
diff -r 3e0a6da51115 -r eea8791b18c3 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Fri Aug 21 12:44:47 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css	Sun Aug 23 22:12:50 2009 -0500
@@ -33,8 +33,26 @@
 hr#focus
 {
 	width: inherit;
-	left: 8px;
-	right: 18px;
+	//left: 8px;
+	//right: 18px;
+	left: 0px;
+	right: 0px;
+	border: 0px;
+	border-bottom: none;
+	//width: 18px;
+}
+
+hr#focus:before
+{
+	position: absolute;
+	font-family: AppleGothic;
+	margin-top: -15px;
+	right: 4px;
+	font-size: 10px;
+	content: "\2b07";
+	color: rgba(64, 64, 64, 1);
+	//color: rgba(255, 0, 0, 1);
+	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 
 .message:not(.consecutive),
@@ -56,13 +74,17 @@
 	-webkit-border-bottom-right-radius: 0px;
 }
 
-.message.mention:before
+.message.mention .x-message:before
 {
 	position: absolute;
-	right: 5px;
-	font-size: 10px;
+	margin-top: -1px;
+	font-family: AppleGothic;
+	content: "\23af";
+	right: 4px;
+	font-size: 12px;
 	content: "\2605";
 	color: rgba(64, 64, 64, 1);
+	//color: rgba(0, 0, 255, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
 


More information about the commits mailing list