xtras/mathuaerknedam 244:12a0a74a59c6: minimal_mod: when in a gr...

commits at adium.im commits at adium.im
Wed Nov 18 23:39:25 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/12a0a74a59c6
revision:	244:12a0a74a59c6
author:		mathuaerknedam
date:		Tue Nov 17 20:32:46 2009 -0600

minimal_mod: when in a groupchat, it is really counter productive to color status/event messages the same as incoming messages. This makes status text the same grey as the timestamp when in a groupchat.
Subject: xtras/mathuaerknedam 245:9b2ab28c6aba: Gone Dark: Add topic.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/9b2ab28c6aba
revision:	245:9b2ab28c6aba
author:		mathuaerknedam
date:		Tue Nov 17 23:47:10 2009 -0600

Gone Dark: Add topic.
Subject: xtras/mathuaerknedam 246:92a40eb16214: Gone Dark: Add possible mention highlighting to nogloss-standard variant.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/92a40eb16214
revision:	246:92a40eb16214
author:		mathuaerknedam
date:		Tue Nov 17 23:48:23 2009 -0600

Gone Dark: Add possible mention highlighting to nogloss-standard variant.
Subject: xtras/mathuaerknedam 247:b2631d8a1109: Gone Dark: Remove trailing tabs from HTML.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b2631d8a1109
revision:	247:b2631d8a1109
author:		mathuaerknedam
date:		Tue Nov 17 23:49:13 2009 -0600

Gone Dark: Remove trailing tabs from HTML.
Subject: xtras/mathuaerknedam 248:f7db5c5df29a: Gone Dark: merge.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/f7db5c5df29a
revision:	248:f7db5c5df29a
author:		mathuaerknedam
date:		Wed Nov 18 17:39:15 2009 -0600

Gone Dark: merge.

diffs (193 lines):

diff -r 7c4c169c5fbd -r f7db5c5df29a Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Tue Nov 17 15:34:25 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Wed Nov 18 17:39:15 2009 -0600
@@ -3,7 +3,7 @@
 		<div class="x-service">%service%</div>
 		<div class="x-userName">%sender%</div>
 		<div class="x-content">
-			<div class="x-gloss">		
+			<div class="x-gloss">
 				<div class="x-date">%time%</div>
 				<div class="x-contentText">%message%</div>
 				<div id="insert"></div>
diff -r 7c4c169c5fbd -r f7db5c5df29a Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Incoming/Context.html	Tue Nov 17 15:34:25 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Incoming/Context.html	Wed Nov 18 17:39:15 2009 -0600
@@ -3,7 +3,7 @@
 		<div class="x-service">%service%</div>
 		<div class="x-userName">%sender%</div>
 		<div class="x-content">
-			<div class="x-gloss">		
+			<div class="x-gloss">
 				<div class="x-date">%time%</div>
 				<div class="x-contentText">%message%</div>
 				<div id="insert"></div>
diff -r 7c4c169c5fbd -r f7db5c5df29a Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html	Tue Nov 17 15:34:25 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html	Wed Nov 18 17:39:15 2009 -0600
@@ -3,7 +3,7 @@
 		<div class="x-service">%service%</div>
 		<div class="x-userName">%sender%</div>
 		<div class="x-content">
-			<div class="x-gloss">		
+			<div class="x-gloss">
 				<div class="x-date">%time%</div>
 				<div class="x-contentText">%message%</div>
 				<div id="insert"></div>
diff -r 7c4c169c5fbd -r f7db5c5df29a Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html	Tue Nov 17 15:34:25 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html	Wed Nov 18 17:39:15 2009 -0600
@@ -3,7 +3,7 @@
 		<div class="x-service">%service%</div>
 		<div class="x-userName">%sender%</div>
 		<div class="x-content">
-			<div class="x-gloss">		
+			<div class="x-gloss">
 				<div class="x-date">%time%</div>
 				<div class="x-contentText">%message%</div>
 				<div id="insert"></div>
diff -r 7c4c169c5fbd -r f7db5c5df29a Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Topic.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Topic.html	Wed Nov 18 17:39:15 2009 -0600
@@ -0,0 +1,4 @@
+<div id="x-header">
+	%topic%
+</div>
+<!-- <div id="headerSpace"></div> -->
diff -r 7c4c169c5fbd -r f7db5c5df29a Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css	Tue Nov 17 15:34:25 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css	Wed Nov 18 17:39:15 2009 -0600
@@ -4,3 +4,12 @@
 {
 	background-image: none;
 }
+
+.mention .x-content
+{
+	background:
+		-webkit-gradient(linear, left top, right top, from(rgba(134, 206, 76, 1)), color-stop(.1, rgba(134, 206, 76, 1)), to(rgba(32, 32, 32, .8))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, .8)), to(rgba(32, 32, 32, .8)));
+	-webkit-background-size: 48px 100%, 100% 100%;
+}
+
diff -r 7c4c169c5fbd -r f7db5c5df29a Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css	Tue Nov 17 15:34:25 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css	Wed Nov 18 17:39:15 2009 -0600
@@ -24,6 +24,19 @@
 	z-index: 100;
 }
 
+#topic #x-header
+{
+	color: #ccc;
+	padding-left: 20px;
+	padding-right: 20px;
+	padding-top: 8px;
+	padding-bottom: 8px;
+	height: inherit;
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), color-stop(.45, rgba(40, 40, 40, 1)), color-stop(.5, rgba(0, 0, 0, .9)), to(rgba(24, 24, 24, 1)));
+	-webkit-background-size: 100% 100%;
+	border-bottom: 1px solid rgba(64, 64, 64, .9);
+}
+
 #x-headerImage
 {
 	background: url(images/backgroundUserImage.png) no-repeat;
@@ -66,16 +79,17 @@
 	margin-right: 20px;
 	margin-bottom: -3px;
 	/*text-shadow: 1px 0px 0px #000*/
-	text-shadow: 0px -1px 5px #000;	
+	text-shadow: 0px -1px 5px #000;
 }
 
 .x-service
 {
 	position: absolute;
 	right: 20px;
+	margin-top: .5em;
 	font-size: .8em;
-	color: #fff;
-	opacity: .4;
+	color: hsla(0, 0%, 100%, .4);
+	text-shadow: 0px 1px 2px #000;
 }
 
 .x-message1 .x-userName,
@@ -136,7 +150,7 @@
 	float: right;
 	font-size: .9em;
 	margin-right: 20px;
-	padding-top: 5px;
+	padding-top: 6px;
 	text-shadow: #000 1px 1px 0px;
 }
 
@@ -152,11 +166,6 @@
 	text-decoration: underline;
 }
 
-.x-message2 a:hover
-{
-	color: #73ddfe;
-}
-
 .x-message2 .x-content
 {
 	border-top: 3px solid #42b6ff;
@@ -165,16 +174,20 @@
 
 .x-status
 {
-	color: #fff;
+	color: hsla(0, 0%, 100%, .7);
 	text-align: center;
-	margin-bottom: .3em;
-	margin-left: 20px;
-	margin-right: 20px;
-	opacity: .7;
+	padding-bottom: .3em;
+	padding-left: 20px;
+	padding-right: 20px;
 	font-size: .9em;
 	font-weight: bold;
 }
 
+.x-status a
+{
+	color: #cccccc;
+}
+
 .x-context
 {
 	opacity: .6;
@@ -184,3 +197,14 @@
 {
 	width:auto;
 }
+
+.focus
+{
+	background-color: hsla(0, 0%, 100%, .5);
+}
+
+.focus .x-service
+{
+	color: hsla(0, 0%, 100%, .7);
+}
+
diff -r 7c4c169c5fbd -r f7db5c5df29a minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Tue Nov 17 15:34:25 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Wed Nov 18 17:39:15 2009 -0600
@@ -180,6 +180,11 @@
 	font-size: .9em;
 }
 
+.groupchat .x-message.x-status
+{
+	color: #9F9F9F;
+}
+
 .x-message
 {
 	overflow: auto;


More information about the commits mailing list