xtras/mathuaerknedam 231:e4685a62cb00: Minimal_mod: removed fixe...

commits at adium.im commits at adium.im
Tue Nov 17 05:51:53 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/e4685a62cb00
revision:	231:e4685a62cb00
author:		mathuaerknedam
date:		Mon Nov 16 22:55:29 2009 -0600

Minimal_mod: removed fixed font sizes and families.
Subject: xtras/mathuaerknedam 232:7023752166e4: Mockie: decrease left and right margins on status messages. Now the left side aligns with icons, and the time stamps align with those on messages.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/7023752166e4
revision:	232:7023752166e4
author:		mathuaerknedam
date:		Mon Nov 16 22:57:51 2009 -0600

Mockie: decrease left and right margins on status messages. Now the left side aligns with icons, and the time stamps align with those on messages.
Subject: xtras/mathuaerknedam 233:c7e3399d5bba: Stockholm: remove fixed font families.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/c7e3399d5bba
revision:	233:c7e3399d5bba
author:		mathuaerknedam
date:		Mon Nov 16 22:58:58 2009 -0600

Stockholm: remove fixed font families.
Subject: xtras/mathuaerknedam 234:7b5ef92ec164: Gone Dark: Apply the same left/right margin to status messages as other messages.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/7b5ef92ec164
revision:	234:7b5ef92ec164
author:		mathuaerknedam
date:		Mon Nov 16 23:03:29 2009 -0600

Gone Dark: Apply the same left/right margin to status messages as other messages.
Subject: xtras/mathuaerknedam 235:5fbaf62f8964: Gone Dark: It makes no sense to always pad the top of the chat 50px. Only do so when the header is displayed.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/5fbaf62f8964
revision:	235:5fbaf62f8964
author:		mathuaerknedam
date:		Mon Nov 16 23:19:32 2009 -0600

Gone Dark: It makes no sense to always pad the top of the chat 50px. Only do so when the header is displayed.
Subject: xtras/mathuaerknedam 236:f6acb3328fe9: Minimal_mod: First draft of focus and mention indicators. It's almost completely untested. :)

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/f6acb3328fe9
revision:	236:f6acb3328fe9
author:		mathuaerknedam
date:		Mon Nov 16 23:51:47 2009 -0600

Minimal_mod: First draft of focus and mention indicators. It's almost completely untested. :)

diffs (truncated from 1125 to 1000 lines):

diff -r 6943016cea58 -r f6acb3328fe9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Header.html
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Header.html	Fri Nov 13 23:05:21 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Header.html	Mon Nov 16 23:51:47 2009 -0600
@@ -1,3 +1,12 @@
+	<style type="text/css">
+
+		#Chat
+		{
+			padding-top: 50px;
+		}
+
+	</style>
+
 <div id="x-header">
 	<div id="x-headerImage"><img width="32px" height="32px" src="%incomingIconPath%"></div>
 	<div id="x-headerChatStarted">chatting with<h2>%chatName%</h2></div>
diff -r 6943016cea58 -r f6acb3328fe9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css	Mon Nov 16 23:51:47 2009 -0600
@@ -8,7 +8,7 @@
 #Chat
 {
 	overflow: hidden;
-	padding-top: 50px;
+	padding-top: 4px;
 	padding-bottom: 6px;
 	margin-bottom: 0px;
 }
@@ -168,6 +168,8 @@
 	color: #fff;
 	text-align: center;
 	margin-bottom: .3em;
+	margin-left: 20px;
+	margin-right: 20px;
 	opacity: .7;
 	font-size: .9em;
 	font-weight: bold;
@@ -180,5 +182,5 @@
 
 img.scaledToFitImage
 {
-width:auto;
+	width:auto;
 }
diff -r 6943016cea58 -r f6acb3328fe9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/layout.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/layout.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/layout.css	Mon Nov 16 23:51:47 2009 -0600
@@ -89,8 +89,6 @@
 
 .x-status_container
 {
-	padding-left: 5px;
-	padding-right: 5px;
 	clear: both;
 	margin-bottom: 5px;
 }
@@ -104,7 +102,7 @@
 .x-status_time
 {
 	float: right;
-	margin: 2px 2px 0 2px;
+	margin: 2px 4px 0 2px;
 }
 
 .x-bottomdivider
diff -r 6943016cea58 -r f6acb3328fe9 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Status.html
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Status.html	Fri Nov 13 23:05:21 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Status.html	Mon Nov 16 23:51:47 2009 -0600
@@ -2,8 +2,8 @@
 	<div class="x-status_top">
 		<div class="x-status_r_topcorner"></div>
 		<div class="x-status_r_top"></div>
-			<div class="x-status_l_topcorner"></div>
-			<div class="x-status_l_top"></div>
+		<div class="x-status_l_topcorner"></div>
+		<div class="x-status_l_top"></div>
 	</div>
 	<div class="x-status_leftside"></div>
 	<div class="x-status_rightside"></div>
diff -r 6943016cea58 -r f6acb3328fe9 Stockholm ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/main.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/main.css	Mon Nov 16 23:51:47 2009 -0600
@@ -102,7 +102,7 @@
 	font-size: 11px;
 	height:21px; 
 	color: #FFF;
-	font-family:Lucida Grande;
+	/*font-family:Lucida Grande;*/
 	font-weight:bold;
 	text-shadow: #4D4D4D 1px 1px 1px;
 }
@@ -215,7 +215,7 @@
 .x-status_container
 {
 	font-size: 10px;
-	font-family:Lucida Grande;
+	/*font-family:Lucida Grande;*/
 	margin:11px 2px 0px 6px;
 	position:relative;
 	clear:both;
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(0, 144, 255, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #333333;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #000000;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #333333;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #000000;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

.mention.x-container,
.mention.x-container_next
{
	background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(0, 0, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 120, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #ff3280;
}

.x-outgoing
{
	color: #333333;
}

.x-status
{
	color: #ff3280;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #ff3280;
}

.x-outgoing_link a
{
	color: #000000;
}

.x-status_link a
{
	color: #ff3280;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #ff3280;
}

.x-outgoing
{
	color: #333333;
}

.x-status
{
	color: #ff3280;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #ff3280;
}

.x-outgoing_link a
{
	color: #000000;
}

.x-status_link a
{
	color: #ff3280;
}

.x-greyed_link a
{
	color: #999999;
}

.mention.x-container,
.mention.x-container_next
{
	background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 12, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #0090ff;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #0090ff;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #0090ff;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #0090ff;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

.mention.x-container,
.mention.x-container_next
{
	background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(0, 0, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 120, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 12, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(0, 0, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 120, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 12, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #707070;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #707070;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #707070;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #707070;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

.mention.x-container,
.mention.x-container_next
{
	background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 120, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 12, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #ff7800;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #ff7800;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #ff7800;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #ff7800;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

.mention.x-container,
.mention.x-container_next
{
	background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(0, 0, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 12, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Blue.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Blue.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(0, 144, 255, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #ff3280;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #ff3280;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #ff3280;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #ff3280;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

.mention.x-container,
.mention.x-container_next
{
	background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(0, 0, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #ff7800;
}

.x-outgoing
{
	color: #ff3280;
}

.x-status
{
	color: #ff7800;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #ff7800;
}

.x-outgoing_link a
{
	color: #ff3280;
}

.x-status_link a
{
	color: #ff7800;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #ff7800;
}

.x-outgoing
{
	color: #ff3280;
}

.x-status
{
	color: #ff7800;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #ff7800;
}

.x-outgoing_link a
{
	color: #ff3280;
}

.x-status_link a
{
	color: #ff7800;
}

.x-greyed_link a
{
	color: #999999;
}

.mention.x-container,
.mention.x-container_next
{
	background-color: rgba(255, 120, 0, .1);
}
\ No newline at end of file
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Red.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Red.css	Mon Nov 16 23:51:47 2009 -0600
@@ -38,3 +38,8 @@
 	color: #999999;
 }
 
+.mention.x-container,
+.mention.x-container_next
+{
+	background-color: rgba(255, 12, 0, .1);
+}
diff -r 6943016cea58 -r f6acb3328fe9 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css	Fri Nov 13 23:05:21 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css	Mon Nov 16 23:51:47 2009 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #ff0c00;
}

.x-status
{
	color: #6abb00;
}

.x-greyed
{
	color: #CCCCCC;
}

.x-incoming_link a
{
	color: #6abb00;
}

.x-outgoing_link a
{
	color: #ff0c00;
}

.x-status_link a
{
	color: #6abb00;
}

.x-greyed_link a
{
	color: #999999;
}

\ No newline at end of file
+.x-incoming
{
	color: #6abb00;
}

.x-outgoing
{
	color: #ff0c00;
}

.x-status
{
	color: #6abb00;
}


More information about the commits mailing list