xtras/mathuaerknedam 99:db00ee160930: An experimental tweak to t...
commits at adium.im
commits at adium.im
Fri Jul 31 03:40:54 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/db00ee160930
revision: 99:db00ee160930
author: mathuaerknedam
date: Thu Jul 30 22:43:15 2009 -0500
An experimental tweak to the compact variant so that the focus/mention mark mimics the mark in the scrollbar.
diffs (48 lines):
diff -r 8d01b4bbe386 -r db00ee160930 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Thu Jul 30 16:56:26 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Thu Jul 30 22:43:15 2009 -0500
@@ -34,8 +34,25 @@
hr#focus
{
width: inherit;
- left: 8px;
- right: 18px;
+ //left: 8px;
+ //right: 18px;
+ left: 0px;
+ right: 0px;
+ border: 0px;
+ border-bottom: none;
+ //width: 18px;
+}
+
+hr#focus:before
+{
+ position: absolute;
+ right: 4px;
+ font-family: Lucida Grande;
+ font-size: 11px;
+ content: "\25c0";
+ content: "\23af";
+ color: rgba(255, 0, 0, 1);
+ //text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.message:not(.consecutive),
@@ -59,11 +76,13 @@
.message.mention:before
{
position: absolute;
- right: 5px;
+ right: 4px;
//margin-top: 1px;
- font-size: 10px;
+ font-size: 11px;
content: "\2605";
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
+ content: "\23af";
+ color: rgba(64, 64, 64, 1);
+ //text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.message:not(.consecutive):not(.history)
More information about the commits
mailing list