xtras/mathuaerknedam 200:931f13ba8eaa: SO3: history fixes. Remov...
commits at adium.im
commits at adium.im
Mon Nov 9 04:54:42 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/931f13ba8eaa
revision: 200:931f13ba8eaa
author: mathuaerknedam
date: Sun Nov 08 22:54:34 2009 -0600
SO3: history fixes. Remove shadow from message triangle and fix message background colors on click.
diffs (96 lines):
diff -r 2fc7ca3b20b4 -r 931f13ba8eaa Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Sun Nov 08 22:15:50 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Sun Nov 08 22:54:34 2009 -0600
@@ -540,8 +540,13 @@
.history.message .x-wrap
{
+ padding-top: 1px;
+}
+
+.history.message .x-wrap .x-sender,
+.history.message .x-wrap .x-message
+{
text-shadow: 0px 1px 4px rgba(64, 64, 64, .5);
- padding-top: 1px;
}
.history.event .x-wrap
diff -r 2fc7ca3b20b4 -r 931f13ba8eaa Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Sun Nov 08 22:15:50 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Sun Nov 08 22:54:34 2009 -0600
@@ -341,6 +341,11 @@
.history.message .x-wrap
{
color: rgba(64, 64, 64, .75);
+}
+
+.history.message .x-wrap .x-sender,
+.history.message .x-wrap .x-message
+{
text-shadow: 0px 1px 4px rgba(64, 64, 64, .5);
}
diff -r 2fc7ca3b20b4 -r 931f13ba8eaa Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Sun Nov 08 22:15:50 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Sun Nov 08 22:54:34 2009 -0600
@@ -168,7 +168,7 @@
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, 1);
}
-.message.showIcons.x-hover:not(.consecutive):not(.IRC)
+.message.showIcons.x-hover:not(.consecutive):not(.history):not(.IRC)
{
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1))) 0px 0px no-repeat,
@@ -491,7 +491,6 @@
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, .75)), to(rgba(200, 200, 200, .75))) 0px 0px no-repeat,
-webkit-gradient(linear, left top, left bottom, from(rgba(200, 200, 200, 1)), to(rgba(200, 200, 200, 1))) 5px 0px no-repeat;
- -webkit-background-size: 5px 100%, 100% 100%;
-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
}
@@ -503,6 +502,11 @@
padding-top: 1px;
//padding-left: 3px;
//border-left: none;
+}
+
+.history.message .x-wrap .x-sender,
+.history.message .x-wrap .x-message
+{
text-shadow: 0px 1px 4px rgba(64, 64, 64, .5);
}
diff -r 2fc7ca3b20b4 -r 931f13ba8eaa Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Sun Nov 08 22:15:50 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Sun Nov 08 22:54:34 2009 -0600
@@ -512,6 +512,12 @@
padding-top: 1px;
padding-left: 3px;
border-left: none;
+}
+
+.history.message .x-wrap .x-sender,
+.history.message .x-wrap .x-mark,
+.history.message .x-wrap .x-message
+{
text-shadow: 0px 1px 4px rgba(64, 64, 64, .5);
}
diff -r 2fc7ca3b20b4 -r 931f13ba8eaa Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Sun Nov 08 22:15:50 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Sun Nov 08 22:54:34 2009 -0600
@@ -451,6 +451,11 @@
padding-top: 1px;
//padding-left: 3px;
//border-left: none;
+}
+
+.history.message .x-wrap .x-sender,
+.history.message .x-wrap .x-message
+{
text-shadow: 0px 1px 4px rgba(64, 64, 64, .5);
}
More information about the commits
mailing list