xtras/mathuaerknedam 520:d1e3811f5a24: yMous: make the sender/ti...
commits at adium.im
commits at adium.im
Fri Jul 16 01:37:00 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/d1e3811f5a24
revision: 520:d1e3811f5a24
author: mathuaerknedam
date: Thu Jul 15 12:39:47 2010 -0500
yMous: make the sender/time area and message history slightly lighter (~3%) so that it's easier to see the differences.
diffs (100 lines):
diff -r 56a81f2536b6 -r d1e3811f5a24 yMous â¿.AdiumMessageStyle/Contents/Resources/Styles/_BaseS.css
--- a/yMous â¿.AdiumMessageStyle/Contents/Resources/Styles/_BaseS.css Wed Jul 14 11:01:51 2010 -0500
+++ b/yMous â¿.AdiumMessageStyle/Contents/Resources/Styles/_BaseS.css Thu Jul 15 12:39:47 2010 -0500
@@ -24,7 +24,7 @@
#Chat > div:first-of-type .x-sender,
#Chat > div:first-of-type .x-time
{
- border-top: 4px solid hsla(0, 0%, 12.5%, 1);
+ border-top: 4px solid hsla(0, 0%, 15%, 1);
}
#insert .x-focus,
@@ -32,7 +32,7 @@
#insert .x-sender,
#insert .x-time
{
- border-bottom: 4px solid hsla(0, 0%, 12.5%, 1);
+ border-bottom: 4px solid hsla(0, 0%, 15%, 1);
}
.history + :not(.history) .x-mark,
@@ -47,7 +47,7 @@
.history + :not(.history) .x-sender,
.history + :not(.history) .x-time
{
- border-top: 16px solid hsla(0, 0%, 12.5%, 1) !important;
+ border-top: 16px solid hsla(0, 0%, 15%, 1) !important;
}
.x-focus,
@@ -59,7 +59,7 @@
.history.status .x-mark,
.history.event .x-mark
{
- background-color: hsla(0, 0%, 12.5%, 1) !important;
+ background-color: hsla(0, 0%, 15%, 1) !important;
}
.status,
@@ -85,21 +85,21 @@
.history .x-sender,
.history .x-time
{
- background-color: hsla(0, 0%, 17%, 1) !important;
+ background-color: hsla(0, 0%, 20%, 1) !important;
}
.x-hover > .x-mark,
.x-hover > .x-message,
.x-hover:not(.mention) > .x-mention
{
- background-color: hsla(0, 0%, 12.5%, 1) !important;
+ background-color: hsla(0, 0%, 15%, 1) !important;
}
.history.x-hover > .x-mark,
.history.x-hover > .x-message,
.history.x-hover:not(.mention) > .x-mention
{
- background-color: hsla(0, 0%, 17%, 1) !important;
+ background-color: hsla(0, 0%, 20%, 1) !important;
}
.focus .x-focus
@@ -109,7 +109,7 @@
.x-mark
{
- border-left-color: hsla(0, 0%, 22%, 1);
+ border-left-color: hsla(0, 0%, 25%, 1);
}
.history .x-mark
@@ -125,7 +125,7 @@
.x-mention
{
- border-right-color: hsla(0, 0%, 22%, 1) !important;
+ border-right-color: hsla(0, 0%, 25%, 1) !important;
}
.history .x-mention
@@ -144,7 +144,7 @@
.message.history:not(.consecutive) .x-message,
.message.history:not(.consecutive) .x-mention
{
- border-top: 1px solid hsla(0, 0%, 12.5%, 1);
+ border-top: 1px solid hsla(0, 0%, 15%, 1);
}
/*----------*/
@@ -156,7 +156,7 @@
#x-topic #x-wrap
{
- background-color: hsla(0, 0%, 22%, .85);
+ 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);
}
More information about the commits
mailing list