xtras/mathuaerknedam 604:b42f9fdab04e: minimal_mod: Somehow, whe...

commits at adium.im commits at adium.im
Fri Nov 1 03:08:54 UTC 2013


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b42f9fdab04e
revision:	604:b42f9fdab04e
branch:		(none)
author:		mathuaerknedam
date:		Thu Oct 31 22:08:47 2013 -0500

minimal_mod: Somehow, when I modularized the css in https://hg.adium.im/xtras/mathuaerknedam/rev/f81f228ba9a5, I forgto import the 'normal' stylesheet in all of the places it was needed.

diffs (truncated from 2287 to 1000 lines):

diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Thu Oct 31 22:08:47 2013 -0500
@@ -81,7 +81,7 @@
 }
 
 a
-{z
+{
 	border-bottom: 1px dashed;
 	text-decoration: none;
 }
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 50%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 50%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 80%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 80%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(276, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(276, 60%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(276, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(276, 60%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 50%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 50%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 80%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 80%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(276, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(276, 60%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(276, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(210, 100%, 50%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(276, 60%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(0, 0%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(0, 0%, 0%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(0, 0%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 80%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 80%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(276, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(276, 60%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(276, 100%, 40%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(276, 60%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 60%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 50%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 74%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(120, 100%, 35%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 60%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(120, 50%, 70%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 74%, 1) !important;
}
\ No newline at end of file
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,6 +1,7 @@
 @charset "utf-8";
 
 @import url(../Styles/Main.css);
+ at import url(../Styles/Normal.css);
 
 .incoming:not(.history) .x-sender,
 .incoming:not(.history) a,
diff -r 08125a94cc60 -r b42f9fdab04e Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css	Thu Oct 31 20:30:26 2013 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css	Thu Oct 31 22:08:47 2013 -0500
@@ -1,1 +1,1 @@
- at charset "utf-8";

@import url(../Styles/Main.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;
}

.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
	color: hsla(0, 0%, 60%, 1) !important;
}

.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
	color: hsla(315, 80%, 82%, 1) !important;
}

.history.outgoing .x-sender,
.history.outgoing a
{
	color: hsla(0, 0%, 74%, 1) !important;
}
\ No newline at end of file
+ at charset "utf-8";

@import url(../Styles/Main.css);
@import url(../Styles/Normal.css);

.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
	color: hsla(315, 100%, 65%, 1) !important;




More information about the commits mailing list