adium-1.4 3100:b8898185b499: Stockholm: fix problem where an emo...
commits at adium.im
commits at adium.im
Wed Oct 20 02:05:00 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/b8898185b499
revision: 3100:b8898185b499
author: mathuaerknedam
date: Tue Oct 19 20:56:01 2010 -0500
Stockholm: fix problem where an emoticon could cause an empty vertical scrollbar.
Subject: adium-1.4 3101:d6cc1629c1e6: Renkoo: remove the alignchat function from Footer.html since it's just a dupe of the fuction in Adium's Templet.html before Adium's was improved.
details: http://hg.adium.im/adium-1.4/rev/d6cc1629c1e6
revision: 3101:d6cc1629c1e6
author: mathuaerknedam
date: Tue Oct 19 20:58:44 2010 -0500
Renkoo: remove the alignchat function from Footer.html since it's just a dupe of the fuction in Adium's Templet.html before Adium's was improved.
Subject: adium-1.4 3102:9637d5cc96a0: Gone Dark: enable topic hiding on hover, which had apparently been lost!?
details: http://hg.adium.im/adium-1.4/rev/9637d5cc96a0
revision: 3102:9637d5cc96a0
author: mathuaerknedam
date: Tue Oct 19 21:00:22 2010 -0500
Gone Dark: enable topic hiding on hover, which had apparently been lost!?
Subject: adium-1.4 3103:4d3320f20643: minimal_mod: enable topic hiding on hover, which had apparently been lost!?
details: http://hg.adium.im/adium-1.4/rev/4d3320f20643
revision: 3103:4d3320f20643
author: mathuaerknedam
date: Tue Oct 19 21:01:57 2010 -0500
minimal_mod: enable topic hiding on hover, which had apparently been lost!?
Subject: adium-1.4 3104:3929c2bebd94: minimal_mod: Why did I make the historical senders darker while making historical messages lighter!? This makes historical senders lighter too.
details: http://hg.adium.im/adium-1.4/rev/3929c2bebd94
revision: 3104:3929c2bebd94
author: mathuaerknedam
date: Tue Oct 19 21:03:59 2010 -0500
minimal_mod: Why did I make the historical senders darker while making historical messages lighter!? This makes historical senders lighter too.
Subject: adium-1.4 3105:e2165e3d4cba: minimal_mod: fixing focus indication for mentions.
details: http://hg.adium.im/adium-1.4/rev/e2165e3d4cba
revision: 3105:e2165e3d4cba
author: mathuaerknedam
date: Tue Oct 19 21:04:55 2010 -0500
minimal_mod: fixing focus indication for mentions.
diffs (truncated from 2343 to 1000 lines):
diff -r 379b725e22b1 -r e2165e3d4cba Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css Tue Oct 19 21:04:55 2010 -0500
@@ -11,6 +11,17 @@
margin-bottom: 0px;
}
+#topic
+{
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#topic:hover
+{
+ opacity: .1;
+}
+
#x-header
{
display: block;
@@ -19,13 +30,6 @@
top: 0;
width: 100%;
z-index: 100;
- opacity: 1;
- -webkit-transition: opacity .1s linear;
-}
-
-#x-header:hover
-{
- opacity: .15;
}
#topic #x-header
diff -r 379b725e22b1 -r e2165e3d4cba Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html
--- a/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html Tue Oct 19 21:04:55 2010 -0500
@@ -220,22 +220,4 @@
});
}
- //Align our chat to the bottom of the window. If true is passed, view will also be scrolled down
- function alignChat(shouldScroll) {
- var windowHeight = window.innerHeight;
-
- if (windowHeight > 0) {
- var contentElement = document.body;
- var diffHeight = (windowHeight - document.documentElement.offsetHeight);
- if (diffHeight > 0) {
- contentElement.style.position = 'relative';
- contentElement.style.top = diffHeight + 'px';
- } else {
- contentElement.style.position = 'static';
- }
- }
-
- if (shouldScroll) scrollToBottom();
- }
-
</script>
diff -r 379b725e22b1 -r e2165e3d4cba Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/Stockholm.AdiumMessageStyle/Contents/Resources/Styles/main.css Tue Oct 19 21:04:55 2010 -0500
@@ -219,7 +219,7 @@
.x-message .x-text
{
line-height: 1.3em;
- overflow: auto;
+ /*overflow: auto;*/
padding-bottom: 1px;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 75%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 50%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 100%, 30%, 1) !important;
+ color: hsla(0, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 74%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 100%, 30%, 1) !important;
+ color: hsla(0, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 100%, 25%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 74%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 100%, 25%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 100%, 25%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 100%, 30%, 1) !important;
+ color: hsla(0, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 50%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 75%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 74%, 1) !important;
}
diff -r 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css Tue Oct 19 21:04:55 2010 -0500
@@ -1,1 +1,1 @@
-.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, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.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 379b725e22b1 -r e2165e3d4cba 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 Tue Oct 19 22:38:52 2010 +0200
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css Tue Oct 19 21:04:55 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
More information about the commits
mailing list