xtras/mathuaerknedam 21:cc47a3c98499: small tweaks for compact.
commits at adium.im
commits at adium.im
Thu May 7 23:55:41 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/cc47a3c98499
revision: 21:cc47a3c98499
author: mathuaerknedam
date: Thu May 07 18:55:26 2009 -0500
small tweaks for compact.
diffstat:
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css | 10 ++++++----
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css | 6 +++---
SO3e.AdiumMessageStyle/Contents/Resources/todo.txt | 4 +++-
3 files changed, 12 insertions(+), 8 deletions(-)
diffs (76 lines):
diff -r ca61fbe580bc -r cc47a3c98499 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Wed May 06 16:48:36 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Thu May 07 18:55:26 2009 -0500
@@ -279,18 +279,20 @@
a:link
{
color: inherit;
- border-bottom: 1px solid;
- text-decoration: none;
+ //border-bottom: 1px solid;
+ text-decoration: underline;
}
a:hover
{
- border-bottom: 2px solid;
+ //border-bottom: 2px solid;
+ border-bottom: 1px solid;
}
a:active
{
- border-bottom: 3px double;
+ //border-bottom: 3px double;
+ border-bottom: 2px solid;
}
img.fullSizeImage
diff -r ca61fbe580bc -r cc47a3c98499 SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Wed May 06 16:48:36 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Thu May 07 18:55:26 2009 -0500
@@ -80,7 +80,7 @@
{
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1))) 5px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat;
+ -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .375))) 0px 0px no-repeat;
}
.message.consecutive:not(.history)
@@ -96,7 +96,7 @@
color: rgba(244, 244, 244, 1) !important;
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(64, 64, 64, 1))) 5px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .25))) 0px 0px no-repeat;
+ -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .625)), to(rgba(255, 255, 255, .375))) 0px 0px no-repeat;
}
.message.t-hover:not(.consecutive)
@@ -104,7 +104,7 @@
-webkit-box-shadow: 0px 1px 2px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(192, 192, 192, 1))) 5px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .75)), to(rgba(192, 192, 192, .25))) 0px 0px no-repeat;
+ -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(192, 192, 192, .375))) 0px 0px no-repeat;
-webkit-background-size: 100% 100%;
}
diff -r ca61fbe580bc -r cc47a3c98499 SO3e.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/SO3e.AdiumMessageStyle/Contents/Resources/todo.txt Wed May 06 16:48:36 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/todo.txt Thu May 07 18:55:26 2009 -0500
@@ -21,7 +21,7 @@
History
# Selecting the last item fails. WHY!? (Selecting the first item succeeds.)
# Put the "Message History" generated content either first on it's own line, or, even better, at the bottom of the message history (where it's more likely to be seen and more effectively acts as a separator). Not sure how.
- # status/event t-marks and intendation in historical twitters: it's because status gets buddy_icon.png even when the checkbox isn't selected.
+ # status/event t-marks and indentation in historical twitters: it's because status gets buddy_icon.png even when the checkbox isn't selected.
Javascript
# Fade javascript drops last element with opacity=0. disabled until fixed. Plus, CFM hated it. :)
@@ -31,3 +31,5 @@
diagnose weird formatting problem, file webkit bug.
implement some sort of action using the new class?
+compact and history needs some way to distinguish sender from text besides bold. If the first word is bold, there it's hard to tell. For example, in IRC, I've seen "Cappuccino trac: Ticket #119..." where "Cappuccino trac" is bold.
+
More information about the commits
mailing list