xtras/mathuaerknedam 543:b3161bf68d50: yMous: fixing a broken hg...

commits at adium.im commits at adium.im
Mon Dec 20 14:49:14 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b3161bf68d50
revision:	543:b3161bf68d50
author:		mathuaerknedam
date:		Mon Dec 20 08:49:10 2010 -0600

yMous: fixing a broken hg push?

diffs (truncated from 1909 to 1000 lines):

diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Footer.js
--- a/yMous.AdiumMessageStyle/Contents/Resources/Footer.js	Fri Dec 17 09:07:11 2010 -0600
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Footer.js	Mon Dec 20 08:49:10 2010 -0600
@@ -1,4 +1,4 @@
-	var highlightActive = false;
+	var highlightActive = false;
 
 	function selectSender() {
 		if (highlightActive || event.target.tagName.toLowerCase() == 'a')
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-BG.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-BG.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,7 @@
+ at charset "utf-8";
+
+.x-color
+{
+	display: none;
+}
+
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-M.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-M.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,175 @@
+ at charset "utf-8";
+
+body
+{
+	background-color: hsla(0, 0%, 70%, 1);
+}
+
+#Chat > div:first-of-type .x-color,
+#Chat > div:first-of-type .x-message,
+#Chat > div:first-of-type .x-mention
+{
+	border-top-color: hsla(0, 0%, 100%, 1);
+}
+
+#insert .x-color,
+#insert .x-message,
+#insert .x-mention
+{
+	border-bottom-color: hsla(0, 0%, 100%, 1);
+}
+
+#Chat > div:first-of-type .x-focus,
+#Chat > div:first-of-type .x-icon,
+#Chat > div:first-of-type .x-sender,
+#Chat > div:first-of-type .x-time
+{
+	border-top-color: hsla(0, 0%, 90%, 1);
+}
+
+#insert .x-focus,
+#insert .x-icon,
+#insert .x-sender,
+#insert .x-time
+{
+	border-bottom-color: hsla(0, 0%, 90%, 1);
+}
+
+.history + :not(.history) .x-color,
+.history + :not(.history) .x-message,
+.history + :not(.history) .x-mention
+{
+	border-top-color: hsla(0, 0%, 100%, 1) !important;
+}
+
+.history + :not(.history) .x-focus,
+.history + :not(.history) .x-icon,
+.history + :not(.history) .x-sender,
+.history + :not(.history) .x-time
+{
+	border-top-color: hsla(0, 0%, 90%, 1) !important;
+}
+
+.x-focus,
+.x-icon,
+.x-sender,
+.x-time,
+.history .x-message,
+.history .x-mention,
+.history.status .x-color,
+.history.event .x-color
+{
+	background-color: hsla(0, 0%, 90%, 1) !important;
+}
+
+.firstFocus > .x-focus
+{
+	border-top-color: hsla(0, 0%, 90%, 1);
+}
+
+.status,
+.event
+{
+	color: hsla(0, 0%, 59%, 1) !important;
+}
+
+.status:hover,
+.event:hover
+{
+	color: hsla(0, 0%, 33%, 1) !important;
+}
+
+.status .x-color,
+.event .x-color
+{
+	background-color: hsla(0, 0%, 100%, 1) !important;
+}
+
+.history .x-focus,
+.history .x-icon,
+.history .x-sender,
+.history .x-time
+{
+	background-color: hsla(0, 0%, 80%, 1) !important;
+}
+
+.x-hover > .x-message,
+.x-hover:not(.mention) > .x-mention
+{
+	background-color: hsla(0, 0%, 90%, 1) !important;
+}
+
+.history.x-hover > .x-message,
+.history.x-hover:not(.mention) > .x-mention
+{
+	background-color: hsla(0, 0%, 80%, 1) !important;
+}
+
+.focus .x-focus
+{
+	background: hsla(0, 0%, 18%, 1) !important;
+}
+
+.x-line
+{
+	background-color: hsla(0, 0%, 80%, 1);
+}
+
+.history .x-line
+{
+	background-color: hsla(0, 0%, 65%, 1);
+}
+
+.x-message,
+.x-mention
+{
+	background-color: hsla(0, 0%, 100%, 1);
+}
+
+.message:not(.history):not(.consecutive) .x-color,
+.message:not(.history):not(.consecutive) .x-message,
+.message:not(.history):not(.consecutive) .x-mention
+{
+	border-top-color: hsla(0, 0%, 100%, 1);
+}
+
+.message.history:not(.consecutive) .x-color,
+.message.history:not(.consecutive) .x-message,
+.message.history:not(.consecutive) .x-mention
+{
+	border-top-color: hsla(0, 0%, 90%, 1);
+}
+
+/*----------*/
+
+#x-topic
+{
+	color: hsla(0, 0%, 18%, .8);
+}
+
+#x-topic #x-wrap
+{
+	background-color: hsla(0, 0%, 85%, .85);
+	/*border-bottom: 1px solid hsl(0, 0%, 87%) !important;
+	-webkit-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .2);*/
+	border-bottom: .1em solid hsl(0, 0%, 87%) !important;
+	-webkit-box-shadow: 0px .1em .2em hsla(0, 0%, 0%, .2);
+}
+
+#x-topic .x-toggle
+{
+	/*-webkit-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .2), 0px 0px 2px hsla(0, 0%, 0%, .2);*/
+	-webkit-box-shadow: 0px .1em .2em hsla(0, 0%, 0%, .2), 0px 0px .2em hsla(0, 0%, 0%, .2);
+}
+
+#x-topic .x-toggle#x-hide,
+#x-topic .x-toggle#x-show:hover
+{
+	background-color: hsla(0, 0%, 90%, 1);
+}
+
+#x-topic .x-toggle#x-hide:hover,
+#x-topic .x-toggle#x-show
+{
+	background-color: hsla(0, 0%, 95%, 1);
+}
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-S.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-S.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,175 @@
+ at charset "utf-8";
+
+body
+{
+	background-color: hsla(0, 0%, 30%, 1);
+}
+
+#Chat > div:first-of-type .x-color,
+#Chat > div:first-of-type .x-message,
+#Chat > div:first-of-type .x-mention
+{
+	border-top-color: hsla(0, 0%, 0%, 1);
+}
+
+#insert .x-color,
+#insert .x-message,
+#insert .x-mention
+{
+	border-bottom-color: hsla(0, 0%, 0%, 1);
+}
+
+#Chat > div:first-of-type .x-focus,
+#Chat > div:first-of-type .x-icon,
+#Chat > div:first-of-type .x-sender,
+#Chat > div:first-of-type .x-time
+{
+	border-top-color: hsla(0, 0%, 15%, 1);
+}
+
+#insert .x-focus,
+#insert .x-icon,
+#insert .x-sender,
+#insert .x-time
+{
+	border-bottom-color: hsla(0, 0%, 15%, 1);
+}
+
+.history + :not(.history) .x-color,
+.history + :not(.history) .x-message,
+.history + :not(.history) .x-mention
+{
+	border-top-color: hsla(0, 0%, 0%, 1) !important;
+}
+
+.history + :not(.history) .x-focus,
+.history + :not(.history) .x-icon,
+.history + :not(.history) .x-sender,
+.history + :not(.history) .x-time
+{
+	border-top-color: hsla(0, 0%, 15%, 1) !important;
+}
+
+.x-focus,
+.x-icon,
+.x-sender,
+.x-time,
+.history .x-message,
+.history .x-mention,
+.history.status .x-color,
+.history.event .x-color
+{
+	background-color: hsla(0, 0%, 15%, 1) !important;
+}
+
+.firstFocus > .x-focus
+{
+	border-top-color: hsla(0, 0%, 15%, 1);
+}
+
+.status,
+.event
+{
+	color: hsla(0, 0%, 50%, 1) !important;
+}
+
+.status:hover,
+.event:hover
+{
+	color: hsla(0, 0%, 60%, 1) !important;
+}
+
+.status .x-color,
+.event .x-color
+{
+	background-color: hsla(0, 0%, 0%, 1) !important;
+}
+
+.history .x-focus,
+.history .x-icon,
+.history .x-sender,
+.history .x-time
+{
+	background-color: hsla(0, 0%, 20%, 1) !important;
+}
+
+.x-hover > .x-message,
+.x-hover:not(.mention) > .x-mention
+{
+	background-color: hsla(0, 0%, 15%, 1) !important;
+}
+
+.history.x-hover > .x-message,
+.history.x-hover:not(.mention) > .x-mention
+{
+	background-color: hsla(0, 0%, 20%, 1) !important;
+}
+
+.focus .x-focus
+{
+	background: hsla(0, 0%, 83%, 1) !important;
+}
+
+.x-line
+{
+	background-color: hsla(0, 0%, 25%, 1);
+}
+
+.history .x-line
+{
+	background-color: hsla(0, 0%, 30%, 1);
+}
+
+.x-message,
+.x-mention
+{
+	background-color: hsla(0, 0%, 0%, 1);
+}
+
+.message:not(.history):not(.consecutive) .x-color,
+.message:not(.history):not(.consecutive) .x-message,
+.message:not(.history):not(.consecutive) .x-mention
+{
+	border-top-color: hsla(0, 0%, 0%, 1);
+}
+
+.message.history:not(.consecutive) .x-color,
+.message.history:not(.consecutive) .x-message,
+.message.history:not(.consecutive) .x-mention
+{
+	border-top-color: hsla(0, 0%, 15%, 1);
+}
+
+/*----------*/
+
+#x-topic
+{
+	color: hsla(0, 0%, 83%, .8);
+}
+
+#x-topic #x-wrap
+{
+	background-color: hsla(0, 0%, 25%, .85);
+	/*border-bottom: 1px solid hsla(0, 0%, 20%, 1) !important;
+	-webkit-box-shadow: 0px 1px 2px hsla(0, 0%, 100%, .2);*/
+	border-bottom-color: .1em solid hsla(0, 0%, 20%, 1) !important;
+	-webkit-box-shadow: 0px .1em .2em hsla(0, 0%, 100%, .2);
+}
+
+#x-topic .x-toggle
+{
+	/*-webkit-box-shadow: 0px 1px 2px hsla(0, 0%, 100%, .2), 0px 0px 2px hsla(0, 0%, 100%, .2);*/
+	-webkit-box-shadow: 0px .1em .2em hsla(0, 0%, 100%, .2), 0px 0px .2em hsla(0, 0%, 100%, .2);
+}
+
+#x-topic .x-toggle#x-hide,
+#x-topic .x-toggle#x-show:hover
+{
+	background-color: hsla(0, 0%, 15%, 1);
+}
+
+#x-topic .x-toggle#x-hide:hover,
+#x-topic .x-toggle#x-show
+{
+	background-color: hsla(0, 0%, 7.5%, 1);
+}
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-SC.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/Base-SC.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,7 @@
+ at charset "utf-8";
+
+.mention > .x-mention
+{
+	background: transparent !important;
+}
+
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/Base.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/Base.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,293 @@
+ at charset "utf-8";
+
+/**
+{
+	font-size: 100% !important;
+	text-decoration: none !important;
+	font-style: normal !important;
+	font-weight: normal !important;
+	border-bottom: 1px solid green !important;
+	text-decoration: line-through !important;
+	vertical-align: text-top;
+}*/
+
+body
+{
+	margin: 0px;
+	word-wrap: break-word;
+	word-break: break-word;
+}
+
+#Chat
+{
+	display: table;
+}
+
+#insert .x-focus,
+#insert .x-icon,
+#insert .x-sender,
+#insert .x-line,
+#insert .x-color,
+#insert .x-message,
+#insert .x-mention,
+#insert .x-time
+{
+	border-top: 0px !important;
+}
+
+#insert,
+.message,
+.status,
+.event
+{
+	display: table-row;
+	position: relative;
+}
+
+.x-focus,
+.x-icon,
+.x-sender,
+.x-line,
+.x-color,
+.x-message,
+.x-mention,
+.x-time
+{
+	-webkit-transition: all .1s linear;
+	display: table-cell;
+}
+
+.x-focus
+{
+	padding-right: .2em;
+}
+
+.x-color,
+.x-mention
+{
+	padding-right: .3em;
+}
+
+:not(.mention) > .x-message
+{
+	padding-right: 0px;
+}
+
+.IRC .x-icon img,
+.status .x-icon img,
+.event .x-icon img,
+.consecutive .x-icon img,
+.history .x-icon img,
+.hideIcons .x-icon img,
+.x-icon img[src*="buddy_icon.png"]
+{
+	display: none;
+}
+
+.showIcons .x-icon img
+{
+	max-height: 1.1em;
+	max-width: 1.1em;
+	/*padding-left: 2px;*/
+	padding-left: .2em;
+	opacity: .875;
+}
+
+.x-sender
+{
+	max-width: 10em;
+	text-overflow: ellipsis;
+	overflow: hidden;
+	white-space: nowrap;
+	text-align: right;
+	padding-right: .3em;
+	padding-left: .3em;
+}
+
+.IRC .x-sender
+{
+	padding-left: .3em;
+}
+
+.consecutive.message:not(.action) .x-sender
+{
+	color: transparent;
+}
+
+.consecutive.message:not(.action) .x-sender:after
+{
+	content: "\21e7";
+	margin-left: -2em;
+	-webkit-transition: all .2s linear;
+	/*font-size: .8em !important;*/
+}
+
+.mention.consecutive:not(.action) .x-sender:after
+{
+	content: "\21e7";
+	margin-left: -2em;
+}
+
+.mention.consecutive.x-hover > .x-sender
+{
+	color: transparent !important;
+}
+
+.actionMessageUserName
+{
+	display: none;
+}
+
+.actionMessageBody:after
+{
+	content: "";
+}
+
+.actionMessageBody:before
+{
+	content: "";
+}
+
+.action *
+{
+	font-style: italic !important;
+}
+
+.x-line
+{
+	padding-right: .1em;
+}
+
+.x-message
+{
+	padding-left: .3em;
+	padding-right: .3em;
+	max-width: 90%;
+	width: 100%;
+	line-height: 1.4em;
+}
+
+.emoticon
+{
+	white-space: nowrap;
+	text-wrap: suppress;
+	word-wrap: normal;
+}
+
+.x-message img.emoticon
+{
+	max-height: 1.18em;
+	width: auto;
+	position: relative;
+	top: 0px;
+	vertical-align: top;
+	margin-top: .2em;
+	opacity: .75;
+}
+
+.x-message:hover img.emoticon,
+.x-message.x-hover img.emoticon
+{
+	opacity: 1;
+}
+
+.x-time
+{
+	white-space: nowrap;
+	text-align: right;
+	padding-right: .5em;
+	padding-left: .3em;
+	font-size: .5em !important;
+}
+
+xxxinsert
+{
+	display: block;
+}
+
+/*----------*/
+
+a
+{
+	color: inherit;
+	text-decoration: none;
+	border-bottom: 1px dotted;
+}
+
+a:hover
+{
+	color: inherit;
+	text-decoration: none;
+	border-bottom: 1px solid;
+}
+
+a:active
+{
+	color: inherit;
+	text-decoration: none;
+	border-bottom: 2px double;
+}
+
+img.fullSizeImage
+{
+	width: auto;
+	height: auto;
+	max-height: 100%;
+	max-width: 100%;
+}
+
+img.scaledToFitImage
+{
+	width: auto;
+	max-height: 1.18em;
+}
+
+.firstFocus > .x-focus,
+.message:not(.history):not(.consecutive) .x-color,
+.message:not(.history):not(.consecutive) .x-message,
+.message:not(.history):not(.consecutive) .x-mention,
+.message.history:not(.consecutive) .x-color,
+.message.history:not(.consecutive) .x-message,
+.message.history:not(.consecutive) .x-mention
+{
+	border-top-width: .1em !important;
+	border-top-style: solid !important;
+}
+
+#Chat > div:first-of-type .x-color,
+#Chat > div:first-of-type .x-message,
+#Chat > div:first-of-type .x-mention,
+#Chat > div:first-of-type .x-focus,
+#Chat > div:first-of-type .x-icon,
+#Chat > div:first-of-type .x-sender,
+#Chat > div:first-of-type .x-time
+{
+	/* This is px because .4em is screwed by the time being smaller */
+	border-top-width: 4px;
+	border-top-style: solid;
+}
+
+#insert .x-color,
+#insert .x-message,
+#insert .x-mention,
+#insert .x-focus,
+#insert .x-icon,
+#insert .x-sender,
+#insert .x-time
+{
+	border-bottom-width: .4em;
+	border-bottom-style: solid;
+}
+
+.history + :not(.history) .x-color,
+.history + :not(.history) .x-message,
+.history + :not(.history) .x-mention,
+.history + :not(.history) .x-focus,
+.history + :not(.history) .x-icon,
+.history + :not(.history) .x-sender,
+.history + :not(.history) .x-time
+{
+	border-top-width: 1.6em !important;
+	border-top-style: solid !important;
+}
+
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/BlueGreen-M.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/BlueGreen-M.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,101 @@
+ at charset "utf-8";
+
+.x-color
+{
+	background-color: hsla(0, 0%, 100%, 1) !important;
+}
+
+.history .x-color
+{
+	background-color: hsla(0, 0%, 90%, 1) !important;
+}
+
+/*----------*/
+
+.outgoing,
+.outgoing.consecutive.message .x-sender:after
+{
+	color: hsla(120, 42%, 25%, 1) !important;
+}
+
+.outgoing .x-color
+{
+	color: hsla(120, 42%, 25%, 1) !important;
+}
+
+.outgoing:hover,
+.outgoing:hover .x-color,
+.outgoing:hover .x-message,
+.outgoing:hover.consecutive.message:not(.mention) .x-sender:after,
+.outgoing.x-hover,
+.outgoing.x-hover .x-color,
+.outgoing.x-hover .x-message,
+.outgoing.x-hover.consecutive.message:not(.mention) .x-sender:after
+{
+	color: hsla(120, 42%, 7.5%, 1) !important;
+}
+
+/*----------*/
+
+.incoming,
+.incoming.consecutive.message:not(.mention) .x-sender:after
+{
+	color: hsla(240, 92%, 56%, 1) !important;
+}
+
+.incoming .x-color
+{
+	color: hsla(240, 92%, 56%, 1) !important;
+}
+
+.x-hover > .x-color
+{
+	background-color: hsla(0, 0%, 90%, 1) !important;
+}
+
+.history.x-hover > .x-color
+{
+	background-color: hsla(0, 0%, 80%, 1) !important;
+}
+
+.incoming.mention .x-message
+{
+	border-right-color: hsla(240, 92%, 56%, 1) !important;
+}
+
+.incoming:hover,
+.incoming:hover .x-color,
+.incoming:not(.mention):hover .x-message,
+.incoming:hover.consecutive.message:not(.mention) .x-sender:after,
+.incoming.x-hover,
+.incoming.x-hover .x-color,
+.incoming:not(.mention).x-hover .x-message,
+.incoming.x-hover.consecutive.message:not(.mention) .x-sender:after
+{
+	color: hsla(240, 92%, 31%, 1) !important;
+}
+
+.mention > .x-mention
+{
+	background: hsla(240, 92%, 64%, 1) !important;
+}
+
+.mention:hover > .x-mention,
+.mention.x-hover > .x-mention
+{
+	background: hsla(240, 92%, 39%, 1) !important;
+}
+
+/*----------*/
+
+.status .x-color,
+.event .x-color
+{
+	color: hsla(0, 0%, 59%, 1) !important;
+}
+
+.status:hover .x-color,
+.event:hover .x-color
+{
+	color: hsla(0, 0%, 33%, 1) !important;
+}
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/BlueGreen-S.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/BlueGreen-S.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,101 @@
+ at charset "utf-8";
+
+.x-color
+{
+	background-color: hsla(0, 0%, 0%, 1) !important;
+}
+
+.history .x-color
+{
+	background-color: hsla(0, 0%, 15%, 1) !important;
+}
+
+/*----------*/
+
+.outgoing,
+.outgoing.consecutive.message .x-sender:after
+{
+	color: hsla(120, 42%, 46%, 1) !important;
+}
+
+.outgoing .x-color
+{
+	color: hsla(120, 42%, 46%, 1) !important;
+}
+
+.outgoing:hover,
+.outgoing:hover .x-color,
+.outgoing:hover .x-message,
+.outgoing:hover.consecutive.message:not(.mention) .x-sender:after,
+.outgoing.x-hover,
+.outgoing.x-hover .x-color,
+.outgoing.x-hover .x-message,
+.outgoing.x-hover.consecutive.message:not(.mention) .x-sender:after
+{
+	color: hsla(120, 42%, 61%, 1) !important;
+}
+
+/*----------*/
+
+.incoming,
+.incoming.consecutive.message:not(.mention) .x-sender:after
+{
+	color: hsla(240, 92%, 79%, 1) !important;
+}
+
+.incoming .x-color
+{
+	color: hsla(240, 92%, 79%, 1) !important;
+}
+
+.x-hover > .x-color
+{
+	background-color: hsla(0, 0%, 15%, 1) !important;
+}
+
+.history.x-hover > .x-color
+{
+	background-color: hsla(0, 0%, 20%, 1) !important;
+}
+
+.incoming.mention .x-message
+{
+	border-right-color: hsla(240, 92%, 79%, 1) !important;
+}
+
+.incoming:hover,
+.incoming:hover .x-color,
+.incoming:not(.mention):hover .x-message,
+.incoming:hover.consecutive.message:not(.mention) .x-sender:after,
+.incoming.x-hover,
+.incoming.x-hover .x-color,
+.incoming:not(.mention).x-hover .x-message,
+.incoming.x-hover.consecutive.message:not(.mention) .x-sender:after
+{
+	color: hsla(240, 92%, 86%, 1) !important;
+}
+
+.mention > .x-mention
+{
+	background: hsla(240, 92%, 74%, 1) !important;
+}
+
+.mention:hover > .x-mention,
+.mention.x-hover > .x-mention
+{
+	background: hsla(240, 92%, 81%, 1) !important;
+}
+
+/*----------*/
+
+.status .x-color,
+.event .x-color
+{
+	color: hsla(0, 0%, 50%, 1) !important;
+}
+
+.status:hover .x-color,
+.event:hover .x-color
+{
+	color: hsla(0, 0%, 60%, 1) !important;
+}
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/SenderColor-M.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/SenderColor-M.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,43 @@
+ at charset "utf-8";
+
+.outgoing,
+.incoming,
+.consecutive.message .x-sender:after
+{
+	color: hsla(0, 0%, 26%, 1);
+}
+
+.outgoing:hover,
+.incoming:hover,
+.outgoing.x-hover,
+.incoming.x-hover,
+.consecutive.message:hover .x-sender:after,
+.consecutive.message.x-hover .x-sender:after,
+.outgoing.message .x-color
+{
+	color: hsla(0, 0%, 0%, 1) !important;
+}
+
+.outgoing.message .x-color
+{
+	background-color: hsla(0, 0%, 0%, 1) !important;
+}
+
+.outgoing.message:not(.x-hover) .x-color,
+.outgoing.message.x-hover .x-color
+{
+	color: hsla(0, 0%, 0%, 1) !important;
+}
+
+.status .x-color,
+.event .x-color
+{
+	color: hsla(0, 0%, 100%, 1) !important;
+}
+
+.status.history .x-color,
+.event.history .x-color
+{
+	color: hsla(0, 0%, 90%, 1) !important;
+}
+
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/SenderColor-S.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous.AdiumMessageStyle/Contents/Resources/Styles/SenderColor-S.css	Mon Dec 20 08:49:10 2010 -0600
@@ -0,0 +1,43 @@
+ at charset "utf-8";
+
+.outgoing,
+.incoming,
+.consecutive.message .x-sender:after
+{
+	color: hsla(0, 0%, 83%, 1);
+}
+
+.outgoing:hover,
+.incoming:hover,
+.outgoing.x-hover,
+.incoming.x-hover,
+.consecutive.message:hover .x-sender:after,
+.consecutive.message.x-hover .x-sender:after,
+.outgoing.message .x-color
+{
+	color: hsla(0, 0%, 100%, 1) !important;
+}
+
+.outgoing.message .x-color
+{
+	background-color: hsla(0, 0%, 100%, 1) !important;
+}
+
+.outgoing.message:not(.x-hover) .x-color,
+.outgoing.message.x-hover .x-color
+{
+	color: hsla(0, 0%, 100%, 1) !important;
+}
+
+.status .x-color,
+.event .x-color
+{
+	color: hsla(0, 0%, 0%, 1) !important;
+}
+
+.status.history .x-color,
+.event.history .x-color
+{
+	color: hsla(0, 0%, 12.5%, 1) !important;
+}
+
diff -r 22ead23cfe18 -r b3161bf68d50 yMous.AdiumMessageStyle/Contents/Resources/Styles/_Base.css
--- a/yMous.AdiumMessageStyle/Contents/Resources/Styles/_Base.css	Fri Dec 17 09:07:11 2010 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,255 +0,0 @@
- at charset "utf-8";
-
-/**
-{
-	font-size: 100% !important;
-	text-decoration: none !important;




More information about the commits mailing list