xtras/mathuaerknedam 100:5b44130ccb9d: Yet another experimental ...
commits at adium.im
commits at adium.im
Fri Jul 31 03:53:40 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/5b44130ccb9d
revision: 100:5b44130ccb9d
author: mathuaerknedam
date: Thu Jul 30 22:56:03 2009 -0500
Yet another experimental mention indicator, this time for the Alternating variant.
diffs (37 lines):
diff -r db00ee160930 -r 5b44130ccb9d Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Thu Jul 30 22:43:15 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Thu Jul 30 22:56:03 2009 -0500
@@ -100,6 +100,18 @@
-webkit-background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
}
+.message.mention:not(.autoreply):not(.x-hover):not(.consecutive):not(.history)
+{
+ background:
+ -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 224, 1)), to(rgba(248, 248, 216, 1))) 0px 0px no-repeat,
+ -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 216, 1)), to(rgba(240,240, 208, 1))) 0px 16px no-repeat,
+ -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 48px 0px no-repeat,
+ -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25))) 48px 32px no-repeat,
+ -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 224, 1)), to(rgba(248, 248, 216, 1))) 53px 0px no-repeat,
+ -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 216, 1)), to(rgba(240, 240, 208, 1))) 53px 16px no-repeat;
+ -webkit-background-size: 48px 16px, 48px 100%, 5px 32px, 5px 100%, 100% 16px, 100% 100%;
+}
+
.message.autoreply:not(.x-hover):not(.consecutive):not(.history)
{
background:
@@ -166,6 +178,14 @@
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
}
+.mention.message img.x-icon
+{
+ background:
+ -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 224, 1)), to(rgba(248, 248, 216, 1))) 0px 0px no-repeat,
+ -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 216, 1)), to(rgba(240,240, 208, 1))) 0px 16px no-repeat;
+ -webkit-background-size: 100% 16px, 100% 100%;
+}
+
.autoreply.message img.x-icon
{
background:
More information about the commits
mailing list