xtras/mathuaerknedam 364:6db54eeadd2d: Mockie: don't reduce top ...

commits at adium.im commits at adium.im
Mon Feb 22 19:01:37 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/6db54eeadd2d
revision:	364:6db54eeadd2d
author:		mathuaerknedam
date:		Mon Feb 22 12:57:41 2010 -0600

Mockie: don't reduce top margin of status messages if it's where focus was lost and it's a consecutive status message.
Subject: xtras/mathuaerknedam 365:2b76fa176863: Mockie: strip comments.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/2b76fa176863
revision:	365:2b76fa176863
author:		mathuaerknedam
date:		Mon Feb 22 13:01:32 2010 -0600

Mockie: strip comments.

diffs (372 lines):

diff -r bb16b5e440e3 -r 2b76fa176863 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css	Mon Feb 22 12:49:00 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css	Mon Feb 22 13:01:32 2010 -0600
@@ -54,11 +54,6 @@
 	font-size: 11px;
 }
 
-/*.mention .x-text
-{
-	color: white;
-}*/
-
 .x-mask
 {
 	background-color: rgba(128, 128, 128, .2);
@@ -76,18 +71,6 @@
 	font-weight: normal;
 }
 
-/*.mention .x-time_consecutive,
-.mention .x-time_initial
-{
-	color: rgba(255, 255, 255, .7) !important;
-}*/
-
-/*.focus .x-time_consecutive,
-.focus .x-time_initial
-{
-	color: rgba(255, 255, 255, .7) !important;
-}*/
-
 .x-status_container
 {
 	color: black;
@@ -142,22 +125,11 @@
 	background: no-repeat url(../images/context/topright.png) right;
 }
 
-/*.x-context + .x-actual
-{
-	border-top: 4px solid rgba(0, 0, 0, .2);
-	padding-top: 5px;
-}*/
-
 img.scaledToFitImage
 {
 	width:auto;
 }
 
-/*.mention .x-message a
-{
-	color: rgba(255, 255, 255, .8);
-}*/
-
 body
 {
 	margin: 0px 0px 0px 0px;
@@ -257,13 +229,11 @@
 {
 	clear: both;
 	margin-bottom: 5px;
-	/*margin-left: 4px;*/
 }
 
-.x-status_container + .x-status_container
+.x-status_container + .x-status_container:not(.firstFocus)
 {
 	margin-top: -5px;
-	/*padding-top: 5px;*/
 }
 
 .x-status_time
@@ -272,7 +242,6 @@
 	margin-top: 0px;
 	margin-left: 4px;
 	margin-bottom: 0px;
-	/*margin-right: 4px;*/
 }
 
 .x-bottomdivider
@@ -292,7 +261,6 @@
 	position: absolute;
 	margin-top: -15px;
 	left: 10px;
-	/*font-size: 2em;*/
 	content: "FOCUS LOST HERE";
 	background: rgba(0, 0, 0, .2);
 	background: rgba(192, 192, 192, 1);
@@ -351,7 +319,6 @@
 	position: absolute;
 	margin-top: -15px;
 	left: 10px;
-	/*font-size: 2em;*/
 	content: "MENTIONED HERE";
 	background: rgba(0, 0, 0, .2);
 	background: rgba(192, 192, 192, 1);
@@ -390,7 +357,6 @@
 	position: absolute;
 	margin-top: -22px;
 	left: 10px;
-	/*font-size: 2em;*/
 	content: "MESSAGE HISTORY ENDS HERE";
 	background: rgba(0, 0, 0, .2);
 	background: rgba(192, 192, 192, 1);
diff -r bb16b5e440e3 -r 2b76fa176863 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css	Mon Feb 22 12:49:00 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css	Mon Feb 22 13:01:32 2010 -0600
@@ -31,49 +31,27 @@
 	color: #b27d4b;
 }
 
-/*.focus.incoming .x-time_consecutive,
-.focus.incoming .x-time_initial
-{
-	background: #b27d4b;
-}*/
-
 .x-incoming .x-message
 {
 	background: rgba(226, 219, 203, .9);
 	border-top: 1px solid #b27d4b;
 }
 
-/*.mention .x-message
-{
-	background: rgba(185, 135, 93, .9);
-}*/
-
 .x-incoming .x-message-next
 {
 	border-top: 1px solid rgba(178, 125, 75, .4);
 }
 
-/*.x-incoming .mention.x-message-next
-{
-	border-top: 1px solid rgba(178, 125, 75, 1);
-}*/
-
 .x-incoming a:hover
 {
 	background: #b27d4b;
 }
 
-.x-incoming a/*,
-.mention a:hover*/
+.x-incoming a
 {
 	color: #b27d4b;
 }
 
-/*.mention a:hover
-{
-	background: rgba(226, 219, 203, .9);
-}*/
-
 .x-outgoing .x-buddyicon
 {
 	background: rgba(116, 157, 95, .2);
@@ -100,12 +78,6 @@
 	color: #749d5f;
 }
 
-/*.focus.outgoing .x-time_consecutive,
-.focus.outgoing .x-time_initial
-{
-	background: #749d5f;
-}*/
-
 .x-outgoing .x-message
 {
 	background: rgba(213, 225, 207, .9);
diff -r bb16b5e440e3 -r 2b76fa176863 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css	Mon Feb 22 12:49:00 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css	Mon Feb 22 13:01:32 2010 -0600
@@ -36,49 +36,27 @@
 	color: #4b5db2;
 }
 
-/*.focus.incoming .x-time_consecutive,
-.focus.incoming .x-time_initial
-{
-	background: #4b5db2;
-}*/
-
 .x-incoming .x-message
 {
 	background: rgba(213, 211, 228, .9);
 	border-top: 1px solid #4b5db2;
 }
 
-/*.mention .x-message
-{
-	background: rgba(84, 110, 187, .9);
-}*/
-
 .x-incoming .x-message-next
 {
 	border-top: 1px solid rgba(75, 93, 178, .4);
 }
 
-/*.x-incoming .mention.x-message-next
-{
-	border-top: 1px solid rgba(75, 93, 178, 1);
-}*/
-
 .x-incoming a:hover
 {
 	background: #4b5db2;
 }
 
-.x-incoming a/*,
-.mention a:hover*/
+.x-incoming a
 {
 	color: #4b5db2;
 }
 
-/*.mention a:hover
-{
-	background: rgba(213, 211, 228, .9);
-}*/
-
 .x-outgoing .x-buddyicon
 {
 	background: rgba(177, 74, 75, .2);
@@ -105,12 +83,6 @@
 	color: #b14a4b;
 }
 
-/*.focus.outgoing .x-time_consecutive,
-.focus.outgoing .x-time_initial
-{
-	background: #b14a4b;
-}*/
-
 .x-outgoing .x-message
 {
 	background: rgba(233, 207, 207, .9);
diff -r bb16b5e440e3 -r 2b76fa176863 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css	Mon Feb 22 12:49:00 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css	Mon Feb 22 13:01:32 2010 -0600
@@ -36,49 +36,27 @@
 	color: #FF7C00;
 }
 
-/*.focus.incoming .x-time_consecutive,
-.focus.incoming .x-time_initial
-{
-	background: #FF7C00;
-}*/
-
 .x-incoming .x-message
 {
 	background: rgba(244, 225, 190, .9);
 	border-top: 1px solid #FF7C00;
 }
 
-/*.mention .x-message
-{
-	background: rgba(255, 150, 51, .9);
-}*/
-
 .x-incoming .x-message-next
 {
 	border-top: 1px solid rgba(255, 124, 0, .4);
 }
 
-/*.x-incoming .mention.x-message-next
-{
-	border-top: 1px solid rgba(255, 124, 0, 1);
-}*/
-
 .x-incoming a:hover
 {
 	background: #FF7C00;
 }
 
-.x-incoming a/*,
-.mention a:hover*/
+.x-incoming a
 {
 	color: #FF7C00;
 }
 
-/*.mention a:hover
-{
-	background: rgba(244, 225, 190, .9);
-}*/
-
 .x-outgoing .x-buddyicon
 {
 	background: rgba(102, 204, 50, .2);
@@ -105,12 +83,6 @@
 	color: #66CC32;
 }
 
-/*.focus.outgoing .x-time_consecutive,
-.focus.outgoing .x-time_initial
-{
-	background: #66CC32;
-}*/
-
 .x-outgoing .x-message
 {
 	background: rgba(213, 241, 200, .9);
diff -r bb16b5e440e3 -r 2b76fa176863 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css	Mon Feb 22 12:49:00 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css	Mon Feb 22 13:01:32 2010 -0600
@@ -36,49 +36,27 @@
 	color: #002cff;
 }
 
-/*.focus.incoming .x-time_consecutive,
-.focus.incoming .x-time_initial
-{
-	background: #002CFF;
-}*/
-
 .x-incoming .x-message
 {
 	background: rgba(204, 204, 246, .9);
 	border-top: 1px solid #002CFF;
 }
 
-/*.mention .x-message
-{
-	background: rgba(49, 104, 246, .9);
-}*/
-
 .x-incoming .x-message-next
 {
 	border-top: 1px solid rgba(0, 45, 255, .4);
 }
 
-/*.x-incoming .mention.x-message-next
-{
-	border-top: 1px solid rgba(0, 45, 255, 1);
-}*/
-
 .x-incoming a:hover
 {
 	background: #002CFF;
 }
 
-.x-incoming a/*,
-.mention a:hover*/
+.x-incoming a
 {
 	color: #002CFF;
 }
 
-/*.mention a:hover
-{
-	background: rgba(204, 204, 246, .9);
-}*/
-
 .x-outgoing .x-buddyicon
 {
 	background: rgba(255, 0, 1, .2);
@@ -105,12 +83,6 @@
 	color: #FF0001;
 }
 
-/*.focus.outgoing .x-time_consecutive,
-.focus.outgoing .x-time_initial
-{
-	background: #FF0001;
-}*/
-
 .x-outgoing .x-message
 {
 	background: rgba(255, 195, 195, .9);


More information about the commits mailing list