xtras/mathuaerknedam 35:03d2c2e554b3: Hide icons only in IRC, no...

commits at adium.im commits at adium.im
Tue Jun 2 16:57:56 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/03d2c2e554b3
revision:	35:03d2c2e554b3
author:		mathuaerknedam
date:		Tue Jun 02 11:57:36 2009 -0500

Hide icons only in IRC, not in all groupchat. Add senderprefix and displayname to sender tooltip. Tweak focus indicator. Add experimental seperation between non-consecutive messages.

diffs (132 lines):

diff -r 2bf49fda072d -r 03d2c2e554b3 yMous.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
--- a/yMous.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Thu May 28 16:36:28 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Tue Jun 02 11:57:36 2009 -0500
@@ -1,6 +1,6 @@
-<div class="xxxwrapper %messageClasses% %senderScreenName%">
+<div class="xxxwrapper %messageClasses% %service% %senderScreenName%">
 	<span class="xxxicon"><img class="xxxiconsmall" onMouseDown="this.className='xxxiconlarge'" onMouseUp="this.className='xxxiconsmall'" src="%userIconPath%" /></span>
-	<span class="xxxsender">%sender%</span>
+	<span class="xxxsender" title="%senderPrefix% %senderScreenName%">%sender%</span>
 	<span class="xxxmark" style="background-color: %senderColor%; color: %senderColor%">‣</span>
 	<span class="xxxmessage" title="%service% · %senderScreenName% · %time%">%message%</span>
 	<span class="xxxtime" title="%time{dd MMM yyyy}%">%time%</span>
diff -r 2bf49fda072d -r 03d2c2e554b3 yMous.AdiumMessageStyle/Contents/Resources/Mockup.html
--- a/yMous.AdiumMessageStyle/Contents/Resources/Mockup.html	Thu May 28 16:36:28 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Mockup.html	Tue Jun 02 11:57:36 2009 -0500
@@ -7,7 +7,7 @@
 	</title>
 
 	<style type="text/css" media="screen,print">
-		@import url( "./Variants/Saturnine Xtracolor Both.css" );
+		@import url( "./Variants/Mercurial Xtracolor Both.css" );
 
 		body
 		{
@@ -124,7 +124,7 @@
 <span class="xxxtime">12:47:54</span>
 </div>
 
-<hr id="focus" style="position: absolute; top: 69px;">
+<hr id="focus" style="position: absolute; top: 146px;">
 
 <div class="xxxwrapper consecutive status away_message">
 <span><img class="xxxiconsmall" src="%senderStatusIcon%" onMouseDown="this.className='xxxiconlarge'" onMouseUp="this.className='xxxiconsmall'" /></span>
diff -r 2bf49fda072d -r 03d2c2e554b3 yMous.AdiumMessageStyle/Contents/Resources/Status.html
--- a/yMous.AdiumMessageStyle/Contents/Resources/Status.html	Thu May 28 16:36:28 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Status.html	Tue Jun 02 11:57:36 2009 -0500
@@ -1,4 +1,4 @@
-<div class="xxxwrapper %messageClasses%">
+<div class="xxxwrapper %service% %messageClasses%">
 	<span class="xxxicon"><img class="xxxiconsmall" onMouseDown="this.className='xxxiconlarge'" onMouseUp="this.className='xxxiconsmall'" src="%userIconPath%" /></span>
 	<span class="xxxsender"><!></span>
 	<span class="xxxmark">‣</span>
diff -r 2bf49fda072d -r 03d2c2e554b3 yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css
--- a/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css	Thu May 28 16:36:28 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css	Tue Jun 02 11:57:36 2009 -0500
@@ -32,15 +32,15 @@
 	//right: 52px;
 	//width: 1em;
 	border: none;
-	margin-top: -1.5em !important;
+	margin-top: -1.8em !important;
 }
 
 
 hr#focus:before
 {
-	//font-size: .5em !important;
+	font-size: 1.3em !important;
 	//font-family: Apple Symbols;
-	content: "\25c6";
+	content: "\258e";
 	color: rgba(255, 0, 0, 1);
 	//text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
 	//margin-top: -12px !important;
@@ -91,7 +91,7 @@
 	display: table-cell;
 }
 
-.groupchat .xxxiconsmall,
+.IRC .xxxiconsmall,
 .status .xxxiconsmall,
 .event .xxxiconsmall,
 .consecutive .xxxiconsmall,
diff -r 2bf49fda072d -r 03d2c2e554b3 yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorM.css
--- a/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorM.css	Thu May 28 16:36:28 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorM.css	Tue Jun 02 11:57:36 2009 -0500
@@ -53,3 +53,19 @@
 	//background-color: hsla(0, 0%, 80%, 1);
 	color: hsla(0, 0%, 45%, 1) !important;
 }
+
+.message:not(.history):not(.consecutive) .xxxmark
+{
+	border-top: 1px solid hsla(0, 0%, 0%, 1);
+}
+
+.message.history:not(.consecutive) .xxxmark
+{
+	border-top: 1px solid hsla(0, 0%, 90%, 1);
+}
+
+.message:hover .xxxmark,
+.message.xxxhover .xxxmark
+{
+	border-top: transparent !important;
+}
diff -r 2bf49fda072d -r 03d2c2e554b3 yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css
--- a/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css	Thu May 28 16:36:28 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css	Tue Jun 02 11:57:36 2009 -0500
@@ -54,3 +54,18 @@
 	color: hsla(0, 0%, 55%, 1) !important;
 }
 
+.message:not(.history):not(.consecutive) .xxxmark
+{
+	border-top: 1px solid hsla(0, 0%, 0%, 1);
+}
+
+.message.history:not(.consecutive) .xxxmark
+{
+	border-top: 1px solid hsla(0, 0%, 12.5%, 1);
+}
+
+.message:hover .xxxmark,
+.message.xxxhover .xxxmark
+{
+	border-top: transparent !important;
+}
diff -r 2bf49fda072d -r 03d2c2e554b3 yMous.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/yMous.AdiumMessageStyle/Contents/Resources/todo.txt	Thu May 28 16:36:28 2009 -0500
+++ b/yMous.AdiumMessageStyle/Contents/Resources/todo.txt	Tue Jun 02 11:57:36 2009 -0500
@@ -11,8 +11,9 @@
 
 #move xxxmark character from html to css:before?
 
-# In 1.4 showng icons causes each line to take more space.
+# In 1.4 showing icons causes each line to take more space.
 
+#change history/nonhistory margin to use border-top
 
 
 CHANGES:




More information about the commits mailing list