xtras/mathuaerknedam 103:1ebf32e9f969: More experimental tweaks ...

commits at adium.im commits at adium.im
Sun Aug 2 18:56:59 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/1ebf32e9f969
revision:	103:1ebf32e9f969
author:		mathuaerknedam
date:		Sun Aug 02 13:59:20 2009 -0500

More experimental tweaks to the focus/mention indicators in icon-time1.

diffs (145 lines):

diff -r abdfa07c8416 -r 1ebf32e9f969 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Sat Aug 01 21:47:25 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css	Sun Aug 02 13:59:20 2009 -0500
@@ -45,11 +45,11 @@
 hr#focus:before
 {
 	position: absolute;
-	right: 5px;
+	left: 4px;
 	font-family: Lucida Grande;
-	font-size: 10px;
-	margin-top: -12px;
-	content: "\25c0";
+	margin-top: -18px;
+	font-size: 14px;
+	content: "\26ab";
 	color: rgba(255, 0, 0, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
@@ -58,7 +58,7 @@
 .status:not(.consecutive),
 .event:not(.consecutive)
 {
-	margin-right: 10px;
+	margin-left: 10px;
 }
 
 .message:not(.consecutive):not(.history),
@@ -76,11 +76,11 @@
 .message.mention:before
 {
 	position: absolute;
-	right: 5px;
+	left: 4px;
 	font-family: Lucida Grande;
-	font-size: 10px;
-	//content: "\2605";
-	content: "\25c0";
+	margin-top: -4px;
+	font-size: 14px;
+	content: "\26ab";
 	color: rgba(64, 64, 64, 1);
 	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 }
@@ -201,7 +201,7 @@
 .status:not(.consecutive).showIcons,
 .event:not(.consecutive).showIcons
 {
-	margin-left: 32px;
+	margin-left: 42px;
 }
 
 .status.consecutive,
@@ -229,7 +229,7 @@
 	width: 32px;
 	height: 32px;
 	position: absolute;
-	left: 8px;
+	left: 18px;
 	z-index: 3;
 	margin-top: -2px;
 	-webkit-border-top-left-radius: 5px;
@@ -347,7 +347,7 @@
 .x-mark
 {
 	position: absolute;
-	left: 39px;
+	left: 49px;
 	margin-left: -.085em;
 	font-family: Lucida Grande;
 }
@@ -368,7 +368,7 @@
 .event.hideIcons .x-mark,
 .IRC .x-mark
 {
-	left: 7px;
+	left: 17px;
 }
 
 .message.x-hover .x-sender,
@@ -436,7 +436,7 @@
 {
 	display: block;
 	margin-top: 0px;
-	margin-left: 32px;
+	margin-left: 42px;
 	margin-bottom: 0px;
 	-webkit-border-radius: 0px;
 	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
@@ -522,12 +522,12 @@
 	margin-left: 5px;
 }
 
-.history.message.hideIcons,
-.history.status.hideIcons,
-.history.event.hideIcons,
-.IRC
+.history.message:not(.consecutive).hideIcons,
+.history.status:not(.consecutive).hideIcons,
+.history.event:not(.consecutive).hideIcons,
+.IRC:not(.consecutive)
 {
-	margin-left: 0px !important;
+	margin-left: 10px !important;
 }
 
 .history .x-sender
@@ -573,3 +573,10 @@
 	-webkit-border-bottom-left-radius: 0px !important;
 }
 
+#x-header,
+#topic
+
+{
+	right: 8px !important;
+	left: 18px !important;
+}
diff -r abdfa07c8416 -r 1ebf32e9f969 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Sat Aug 01 21:47:25 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Sun Aug 02 13:59:20 2009 -0500
@@ -44,14 +44,14 @@
 
 interesting header treatments:
 
-addressbook (toggles)
-big icons (minimization button)
+vacation (minimization button)
+chameleon (minimization button)
+
+big icons (complex toggles)
+goodie (complex toggles)
+
+crystal (normal icons are used as header)
+metal gear solid (body scrolling)
+addressbook (side-toggles)
 candywrapper (header as column)
-chameleon (minimization button)
-crystal (normal icons are used as header)
-goodie (resizes on click)
-metal gear solid (body scrolling)
-msn (minimization button)
-reflection box (cursor changes)
 safari rss (header as column)
-vacation (minimization button)


More information about the commits mailing list