xtras/mathuaerknedam 184:e3e8244cce9e: yMous: more tweaks to men...

commits at adium.im commits at adium.im
Thu Nov 5 05:09:29 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/e3e8244cce9e
revision:	184:e3e8244cce9e
author:		mathuaerknedam
date:		Wed Nov 04 23:09:22 2009 -0600

yMous: more tweaks to mentions, cleaning up spots missed ont he first pass.

diffs (121 lines):

diff -r 94a684483715 -r e3e8244cce9e yMous ☿.AdiumMessageStyle/Contents/Resources/Mockup.html
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Mockup.html	Wed Nov 04 22:56:56 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Mockup.html	Wed Nov 04 23:09:22 2009 -0600
@@ -7,7 +7,7 @@
 	</title>
 
 	<style type="text/css">
-		@import url( "./Variants/saturnine Both.css" );
+		@import url( "./Variants/Mercurial Both.css" );
 
 		body
 		{
@@ -112,7 +112,7 @@
 <span class="x-mention"></span>
 </div>
 
-<div class="x-wrapper outgoing message xx-TekJew" title="Evan · AIM · 12:47:51 · 19 Apr 2004">
+<div class="x-wrapper outgoing message mention xx-TekJew" title="Evan · AIM · 12:47:51 · 19 Apr 2004">
 <span class="x-iconsmall"><img src="./outgoing_icon.png" /></span>
 <span class="x-sender">Evan</span>
 <span class="x-mark" style="background-color: seagreen; color: seagreen;">‣</span>
diff -r 94a684483715 -r e3e8244cce9e yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css	Wed Nov 04 22:56:56 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css	Wed Nov 04 23:09:22 2009 -0600
@@ -77,12 +77,6 @@
 	margin-left: 1px;
 }
 
-.x-mention
-{
-	border-left: 1px solid hsla(0, 0%, 37%, 1) !important;
-	background: black;
-}
-
 .IRC .x-iconsmall img,
 .status .x-iconsmall img,
 .event .x-iconsmall img,
diff -r 94a684483715 -r e3e8244cce9e yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Wed Nov 04 22:56:56 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Wed Nov 04 23:09:22 2009 -0600
@@ -71,9 +71,11 @@
 .x-wrapper:hover,
 .x-wrapper:hover > .x-mark,
 .x-wrapper:hover > .x-message,
+.x-wrapper:hover > .x-mention,
 .x-wrapper.x-hover,
 .x-wrapper.x-hover > .x-mark,
-.x-wrapper.x-hover > .x-message
+.x-wrapper.x-hover > .x-message,
+.x-wrapper.x-hover > .x-mention
 {
 	background-color: hsla(0, 0%, 75%, 1) !important;
 }
@@ -125,9 +127,10 @@
 .mention .x-sender,
 .mention .x-mark,
 .mention .x-message,
-.mention .x-time
+.mention .x-time,
+.mention .x-mention
 {
-	//border-top: 1px solid hsla(0, 0%, 95%, 1) !important;
+	//background-color: hsla(0, 0%, 95%, 1);
 }
 
 .focus .x-iconsmall,
@@ -140,6 +143,12 @@
 	border-top: 4px solid hsla(0, 0%, 63%, 1) !important;
 }
 
+.x-mention
+{
+	border-left: 1px solid hsla(0, 0%, 63%, 1) !important;
+	background: white;
+}
+
 #topic #x-header
 {
 	background-color: hsla(0, 0%, 90%, .85);
diff -r 94a684483715 -r e3e8244cce9e yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Wed Nov 04 22:56:56 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Wed Nov 04 23:09:22 2009 -0600
@@ -71,9 +71,11 @@
 .x-wrapper:hover,
 .x-wrapper:hover > .x-mark,
 .x-wrapper:hover > .x-message,
+.x-wrapper:hover > .x-mention,
 .x-wrapper.x-hover,
 .x-wrapper.x-hover > .x-mark,
-.x-wrapper.x-hover > .x-message
+.x-wrapper.x-hover > .x-message,
+.x-wrapper.x-hover > .x-mention
 {
 	background-color: hsla(0, 0%, 25%, 1) !important;
 }
@@ -125,9 +127,10 @@
 .mention .x-sender,
 .mention .x-mark,
 .mention .x-message,
-.mention .x-time
+.mention .x-time,
+.mention .x-mention
 {
-	//border-top: 1px solid hsla(0, 0%, 9%, 1) !important;
+	//background-color: hsla(0, 0%, 15%, 1);
 }
 
 .focus .x-iconsmall,
@@ -140,6 +143,12 @@
 	border-top: 4px solid hsla(0, 0%, 37%, 1) !important;
 }
 
+.x-mention
+{
+	border-left: 1px solid hsla(0, 0%, 37%, 1) !important;
+	background: black;
+}
+
 #topic #x-header
 {
 	background-color: hsla(0, 0%, 12.5%, .85);


More information about the commits mailing list