xtras/mathuaerknedam 356:a26504663d6c: Mockie: Tweak history/men...

commits at adium.im commits at adium.im
Mon Feb 22 18:50:29 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/a26504663d6c
revision:	356:a26504663d6c
author:		mathuaerknedam
date:		Mon Feb 22 11:40:10 2010 -0600

Mockie: Tweak history/mention/focus indicators. Also, make message history separator indication work even when the first 'new' message is a status or event.
Subject: xtras/mathuaerknedam 357:8a6b6760a36b: Mockie: make the topic header a bit nicer.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/8a6b6760a36b
revision:	357:8a6b6760a36b
author:		mathuaerknedam
date:		Mon Feb 22 11:43:14 2010 -0600

Mockie: make the topic header a bit nicer.
Subject: xtras/mathuaerknedam 358:d83b587542bc: Mockie: add 5px under mention/focus indicators.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/d83b587542bc
revision:	358:d83b587542bc
author:		mathuaerknedam
date:		Mon Feb 22 11:47:53 2010 -0600

Mockie: add 5px under mention/focus indicators.
Subject: xtras/mathuaerknedam 359:1bb703065fd0: Mockie: fix the spacing above focus indicators.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/1bb703065fd0
revision:	359:1bb703065fd0
author:		mathuaerknedam
date:		Mon Feb 22 11:48:24 2010 -0600

Mockie: fix the spacing above focus indicators.
Subject: xtras/mathuaerknedam 360:cf46f836f422: Mockie: make history/mention/focus indicators a bit lighter.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/cf46f836f422
revision:	360:cf46f836f422
author:		mathuaerknedam
date:		Mon Feb 22 12:16:25 2010 -0600

Mockie: make history/mention/focus indicators a bit lighter.
Subject: xtras/mathuaerknedam 361:d0f3a15cc31a: Mockie: fix history/mention/focus spacing issues.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/d0f3a15cc31a
revision:	361:d0f3a15cc31a
author:		mathuaerknedam
date:		Mon Feb 22 12:33:18 2010 -0600

Mockie: fix history/mention/focus spacing issues.
Subject: xtras/mathuaerknedam 362:c72d79e6c7a8: Mockie: remove the extra space between consecutive status/event messages.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/c72d79e6c7a8
revision:	362:c72d79e6c7a8
author:		mathuaerknedam
date:		Mon Feb 22 12:47:51 2010 -0600

Mockie: remove the extra space between consecutive status/event messages.
Subject: xtras/mathuaerknedam 363:bb16b5e440e3: Mockie: fix indicators for consecutive mentions.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/bb16b5e440e3
revision:	363:bb16b5e440e3
author:		mathuaerknedam
date:		Mon Feb 22 12:49:00 2010 -0600

Mockie: fix indicators for consecutive mentions.

diffs (139 lines):

diff -r d9f6daeb32d3 -r bb16b5e440e3 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css	Sun Feb 21 23:27:22 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css	Mon Feb 22 12:49:00 2010 -0600
@@ -10,6 +10,8 @@
 	right: 0px;
 	left: 0px;
 	z-index: 100;
+	border-bottom: 2px solid rgba(0, 0, 0, .2);
+	-webkit-box-shadow: 0px 1px 5px #fff;
 }
 
 #topic #topicEdit
@@ -261,7 +263,7 @@
 .x-status_container + .x-status_container
 {
 	margin-top: -5px;
-	padding-top: 5px;
+	/*padding-top: 5px;*/
 }
 
 .x-status_time
@@ -288,11 +290,12 @@
 .firstFocus > .x-status_message:before
 {
 	position: absolute;
-	margin-top: -19px;
+	margin-top: -15px;
 	left: 10px;
 	/*font-size: 2em;*/
 	content: "FOCUS LOST HERE";
 	background: rgba(0, 0, 0, .2);
+	background: rgba(192, 192, 192, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
@@ -311,26 +314,28 @@
 .firstFocus > .x-text,
 .firstFocus > .x-time_consecutive
 {
-	margin-top: 22px;
+	margin-top: 18px;
 }
 
 .firstFocus > .x-message > .x-text,
 .firstFocus > .x-text,
 .firstFocus > .x-status_message
 {
-	background: rgba(0, 0, 0, .1);
+	background: rgba(0, 0, 0, .2);
+	background: rgba(192, 192, 192, 1);
 	-webkit-border-top-right-radius: 6px;
+	margin-bottom: 5px;
 }
 
 .firstFocus > .x-status_message:before
 {
-	margin-top: -19px;
+	margin-top: -15px;
 }
 
 .firstFocus > .x-status_message,
 .firstFocus > .x-status_message > x-status_time
 {
-	margin-top: 22px;
+	margin-top: 18px;
 }
 
 .firstFocus > .x-status_message
@@ -340,14 +345,16 @@
 	padding-bottom: 2px;
 }
 
-.mention > .x-message > .x-text:before
+.mention > .x-message > .x-text:before,
+.mention.x-message-next > .x-text:before
 {
 	position: absolute;
-	margin-top: -19px;
+	margin-top: -15px;
 	left: 10px;
 	/*font-size: 2em;*/
 	content: "MENTIONED HERE";
 	background: rgba(0, 0, 0, .2);
+	background: rgba(192, 192, 192, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
@@ -362,19 +369,23 @@
 }
 
 .mention > .x-message > .x-text,
-.mention > .x-message > .x-time_initial
+.mention > .x-message > .x-time_initial,
+.mention.x-message-next > .x-text,
+.mention.x-message-next > .x-time_consecutive
 {
-	margin-top: 22px;
-	/*color: white;*/
+	margin-top: 18px;
 }
 
-.mention > .x-message > .x-text
+.mention > .x-message > .x-text,
+.mention.x-message-next > .x-text
 {
-	background: rgba(0, 0, 0, .1);
+	background: rgba(0, 0, 0, .2);
+	background: rgba(192, 192, 192, 1);
 	-webkit-border-top-right-radius: 6px;
+	margin-bottom: 5px;
 }
 
-.x-context + .x-actual:before
+.history + :not(.history):before
 {
 	position: absolute;
 	margin-top: -22px;
@@ -382,7 +393,7 @@
 	/*font-size: 2em;*/
 	content: "MESSAGE HISTORY ENDS HERE";
 	background: rgba(0, 0, 0, .2);
-	background: rgba(204, 204, 204, 1);
+	background: rgba(192, 192, 192, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
@@ -396,10 +407,10 @@
 	-webkit-border-top-right-radius: 6px;
 }
 
-.x-context + .x-actual
+.history + :not(.history)
 {
 	margin-top: 18px;
 	padding-top: 5px;
 	border-top: 4px solid rgba(0, 0, 0, .2);
-	border-top: 4px solid rgba(204, 204, 204, 1);
+	border-top: 4px solid rgba(192, 192, 192, 1);
 }


More information about the commits mailing list