xtras/mathuaerknedam 242:19c9265e786d: Gone Dark: time stamps we...
commits at adium.im
commits at adium.im
Wed Nov 18 20:36:56 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/19c9265e786d
revision: 242:19c9265e786d
author: mathuaerknedam
date: Tue Nov 17 16:09:03 2009 -0600
Gone Dark: time stamps were floating 1px above the baseline of the message text.
Subject: xtras/mathuaerknedam 243:d8f57dc35349: Gone Dark: implement focus indication and other (minor) tweaks needed to accommodate it. This works pretty well, except for when focus changes in the middle of consecutive messages. Thusfar only tested in the nogloss-standard variant.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/d8f57dc35349
revision: 243:d8f57dc35349
author: mathuaerknedam
date: Wed Nov 18 14:36:06 2009 -0600
Gone Dark: implement focus indication and other (minor) tweaks needed to accommodate it. This works pretty well, except for when focus changes in the middle of consecutive messages. Thusfar only tested in the nogloss-standard variant.
diffs (86 lines):
diff -r 7c4c169c5fbd -r d8f57dc35349 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css Tue Nov 17 15:34:25 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css Wed Nov 18 14:36:06 2009 -0600
@@ -66,16 +66,17 @@
margin-right: 20px;
margin-bottom: -3px;
/*text-shadow: 1px 0px 0px #000*/
- text-shadow: 0px -1px 5px #000;
+ text-shadow: 0px -1px 5px #000;
}
.x-service
{
position: absolute;
right: 20px;
+ margin-top: .5em;
font-size: .8em;
- color: #fff;
- opacity: .4;
+ color: hsla(0, 0%, 100%, .4);
+ text-shadow: 0px 1px 2px #000;
}
.x-message1 .x-userName,
@@ -136,7 +137,7 @@
float: right;
font-size: .9em;
margin-right: 20px;
- padding-top: 5px;
+ padding-top: 6px;
text-shadow: #000 1px 1px 0px;
}
@@ -152,11 +153,6 @@
text-decoration: underline;
}
-.x-message2 a:hover
-{
- color: #73ddfe;
-}
-
.x-message2 .x-content
{
border-top: 3px solid #42b6ff;
@@ -165,16 +161,20 @@
.x-status
{
- color: #fff;
+ color: hsla(0, 0%, 100%, .7);
text-align: center;
- margin-bottom: .3em;
- margin-left: 20px;
- margin-right: 20px;
- opacity: .7;
+ padding-bottom: .3em;
+ padding-left: 20px;
+ padding-right: 20px;
font-size: .9em;
font-weight: bold;
}
+.x-status a
+{
+ color: #cccccc;
+}
+
.x-context
{
opacity: .6;
@@ -184,3 +184,14 @@
{
width:auto;
}
+
+.focus
+{
+ background-color: hsla(0, 0%, 100%, .5);
+}
+
+.focus .x-service
+{
+ color: hsla(0, 0%, 100%, .7);
+}
+
More information about the commits
mailing list