xtras/mathuaerknedam 367:03ec7ad896d8: Mockie: lighten mention/f...

commits at adium.im commits at adium.im
Tue Feb 23 19:53:46 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/03ec7ad896d8
revision:	367:03ec7ad896d8
author:		mathuaerknedam
date:		Tue Feb 23 11:26:33 2010 -0600

Mockie: lighten mention/focus/history indicators, tweak spacing left, right, and below.
Subject: xtras/mathuaerknedam 368:d5b2ed06fef5: Mockie: more mention/focus/history indicator spacing tweaks.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/d5b2ed06fef5
revision:	368:d5b2ed06fef5
author:		mathuaerknedam
date:		Tue Feb 23 13:53:36 2010 -0600

Mockie: more mention/focus/history indicator spacing tweaks.

diffs (129 lines):

diff -r 2e3b6a418a17 -r d5b2ed06fef5 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css	Mon Feb 22 16:28:42 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css	Tue Feb 23 13:53:36 2010 -0600
@@ -260,19 +260,17 @@
 {
 	position: absolute;
 	margin-top: -15px;
-	left: 10px;
+	left: 12px;
 	content: "FOCUS LOST HERE";
-	background: rgba(0, 0, 0, .2);
-	background: rgba(192, 192, 192, 1);
+	background: rgba(200, 200, 200, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
 	z-index: 99;
 	white-space: nowrap;
 	overflow: hidden;
-	padding: 4px;
-	padding-top: 2px;
-	padding-bottom: 2px;
+	padding: 2px;
+	padding-left: 4px;
 	-webkit-border-top-left-radius: 6px;
 	-webkit-border-top-right-radius: 6px;
 }
@@ -282,17 +280,20 @@
 .firstFocus > .x-text,
 .firstFocus > .x-time_consecutive
 {
-	margin-top: 18px;
+	margin-top: 15px;
 }
 
 .firstFocus > .x-message > .x-text,
 .firstFocus > .x-text,
 .firstFocus > .x-status_message
 {
-	background: rgba(0, 0, 0, .2);
-	background: rgba(192, 192, 192, 1);
+	background: rgba(200, 200, 200, 1);
 	-webkit-border-top-right-radius: 6px;
-	margin-bottom: 5px;
+	margin-bottom: 2px;
+	margin-left: 2px;
+	margin-right: 2px;
+	padding-left: 2px;
+	padding-right: 2px;
 }
 
 .firstFocus > .x-status_message:before
@@ -308,9 +309,7 @@
 
 .firstFocus > .x-status_message
 {
-	padding: 4px;
-	padding-top: 2px;
-	padding-bottom: 2px;
+	padding: 2px;
 }
 
 .mention > .x-message > .x-text:before,
@@ -318,19 +317,17 @@
 {
 	position: absolute;
 	margin-top: -15px;
-	left: 10px;
+	left: 12px;
 	content: "MENTIONED HERE";
-	background: rgba(0, 0, 0, .2);
-	background: rgba(192, 192, 192, 1);
+	background: rgba(200, 200, 200, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
 	z-index: 99;
 	white-space: nowrap;
 	overflow: hidden;
-	padding: 4px;
-	padding-top: 2px;
-	padding-bottom: 2px;
+	padding: 2px;
+	padding-left: 4px;
 	-webkit-border-top-left-radius: 6px;
 	-webkit-border-top-right-radius: 6px;
 }
@@ -340,16 +337,19 @@
 .mention.x-message-next > .x-text,
 .mention.x-message-next > .x-time_consecutive
 {
-	margin-top: 18px;
+	margin-top: 15px;
 }
 
 .mention > .x-message > .x-text,
 .mention.x-message-next > .x-text
 {
-	background: rgba(0, 0, 0, .2);
-	background: rgba(192, 192, 192, 1);
+	background: rgba(200, 200, 200, 1);
 	-webkit-border-top-right-radius: 6px;
-	margin-bottom: 5px;
+	margin-bottom: 2px;
+	margin-left: 2px;
+	margin-right: 2px;
+	padding-left: 2px;
+	padding-right: 2px;
 }
 
 .history + :not(.history):before
@@ -358,8 +358,7 @@
 	margin-top: -22px;
 	left: 10px;
 	content: "MESSAGE HISTORY ENDS HERE";
-	background: rgba(0, 0, 0, .2);
-	background: rgba(192, 192, 192, 1);
+	background: rgba(200, 200, 200, 1);
 	color: white;
 	font-weight: bold;
 	font-size: 11px;
@@ -377,6 +376,5 @@
 {
 	margin-top: 5px;
 	padding-top: 18px;
-	border-top: 4px solid rgba(0, 0, 0, .2);
-	border-top: 4px solid rgba(192, 192, 192, 1);
+	border-top: 4px solid rgba(200, 200, 200, 1);
 }


More information about the commits mailing list