xtras/mathuaerknedam 105:f49c198225ce: experimental focus/mentio...
commits at adium.im
commits at adium.im
Fri Aug 21 16:28:08 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f49c198225ce
revision: 105:f49c198225ce
author: mathuaerknedam
date: Fri Aug 21 11:17:01 2009 -0500
experimental focus/mention indicator tweaks (a line that mimics scrollbar indicator) for the Compact and Icon-Time1 variants.
Subject: xtras/mathuaerknedam 106:4de9b19b716e: Start tweaking colors to ones validated as high-conrast by 'Colour Contrast Analyser'
details: http://hg.adium.im/xtras/mathuaerknedam/rev/4de9b19b716e
revision: 106:4de9b19b716e
author: mathuaerknedam
date: Fri Aug 21 11:32:00 2009 -0500
Start tweaking colors to ones validated as high-conrast by 'Colour Contrast Analyser'
Subject: xtras/mathuaerknedam 107:98b618db5ab7: Merge the mystrious second head that sprung forth from the ether.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/98b618db5ab7
revision: 107:98b618db5ab7
author: mathuaerknedam
date: Fri Aug 21 11:33:23 2009 -0500
Merge the mystrious second head that sprung forth from the ether.
diffs (271 lines):
diff -r 1ebf32e9f969 -r 98b618db5ab7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Sun Aug 02 13:59:20 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Fri Aug 21 11:33:23 2009 -0500
@@ -74,11 +74,11 @@
margin-top: 2px;
}
-.message.mention:before
+.message.mention .x-message:before
{
position: absolute;
right: 4px;
- //margin-top: 1px;
+ margin-top: -1px;
font-size: 11px;
content: "\2605";
content: "\23af";
@@ -368,7 +368,7 @@
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4) !important;
top: 8px !important;
height: 20px !important;
- width: 240px;
+ width: 256px;
text-align: left !important;
padding: 8px;
-webkit-background-size: auto !important;
@@ -396,7 +396,7 @@
.serviceIcon
{
position: absolute !important;
- left: 228px !important;
+ left: 244px !important;
top: 8px !important;
}
diff -r 1ebf32e9f969 -r 98b618db5ab7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Sun Aug 02 13:59:20 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Fri Aug 21 11:33:23 2009 -0500
@@ -45,20 +45,21 @@
hr#focus:before
{
position: absolute;
- left: 4px;
+ right: 4px;
font-family: Lucida Grande;
- margin-top: -18px;
- font-size: 14px;
- content: "\26ab";
+ font-size: 11px;
+ margin-top: -15px;
+ content: "\25c0";
+ content: "\23af";
color: rgba(255, 0, 0, 1);
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
+ //text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.message:not(.consecutive),
.status:not(.consecutive),
.event:not(.consecutive)
{
- margin-left: 10px;
+ margin-right: 10px;
}
.message:not(.consecutive):not(.history),
@@ -73,16 +74,17 @@
-webkit-border-bottom-left-radius: 0px;
}
-.message.mention:before
+.message.mention .x-message:before
{
position: absolute;
- left: 4px;
+ right: 4px;
+ margin-top: -1px;
font-family: Lucida Grande;
- margin-top: -4px;
- font-size: 14px;
+ font-size: 11px;
content: "\26ab";
+ content: "\23af";
color: rgba(64, 64, 64, 1);
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
+ //text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.message:not(.consecutive):not(.history)
@@ -201,7 +203,7 @@
.status:not(.consecutive).showIcons,
.event:not(.consecutive).showIcons
{
- margin-left: 42px;
+ margin-left: 32px;
}
.status.consecutive,
@@ -229,7 +231,7 @@
width: 32px;
height: 32px;
position: absolute;
- left: 18px;
+ left: 8px;
z-index: 3;
margin-top: -2px;
-webkit-border-top-left-radius: 5px;
@@ -347,7 +349,7 @@
.x-mark
{
position: absolute;
- left: 49px;
+ left: 39px;
margin-left: -.085em;
font-family: Lucida Grande;
}
@@ -368,7 +370,7 @@
.event.hideIcons .x-mark,
.IRC .x-mark
{
- left: 17px;
+ left: 7px;
}
.message.x-hover .x-sender,
@@ -436,7 +438,7 @@
{
display: block;
margin-top: 0px;
- margin-left: 42px;
+ margin-left: 32px;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
@@ -527,7 +529,7 @@
.history.event:not(.consecutive).hideIcons,
.IRC:not(.consecutive)
{
- margin-left: 10px !important;
+ margin-left: 0px !important;
}
.history .x-sender
diff -r 1ebf32e9f969 -r 98b618db5ab7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Sun Aug 02 13:59:20 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Fri Aug 21 11:33:23 2009 -0500
@@ -34,9 +34,7 @@
Move highlight column to left side?
-use circles for highlights?
-
-classic per-message arrows don't scale well
+use lines or stars for highlights?
topic needs more per-variant styling?
diff -r 1ebf32e9f969 -r 98b618db5ab7 yMous ☿.AdiumMessageStyle/Contents/Info.plist
--- a/yMous ☿.AdiumMessageStyle/Contents/Info.plist Sun Aug 02 13:59:20 2009 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Info.plist Fri Aug 21 11:33:23 2009 -0500
@@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
- <string>1.3.6☿</string>
+ <string>1.3.7☿</string>
<key>CFBundleGetInfoString</key>
- <string>1.3.6☿</string>
+ <string>1.3.7☿</string>
<key>XtraBundleVersion</key>
<string>1</string>
<key>CFBundleIdentifier</key>
diff -r 1ebf32e9f969 -r 98b618db5ab7 yMous ☿.AdiumMessageStyle/Contents/Resources/Mockup.html
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Mockup.html Sun Aug 02 13:59:20 2009 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Mockup.html Fri Aug 21 11:33:23 2009 -0500
@@ -7,7 +7,7 @@
</title>
<style type="text/css">
- @import url( "./Variants/Saturnine XtraColor Both.css" );
+ @import url( "./Variants/Mercurial Both.css" );
body
{
@@ -22,12 +22,12 @@
.xxxsender
{
- font-size: 7pt !important;
+ //font-size: 7pt !important;
}
.xxxtime
{
- font-size: 6.5pt !important;
+ //font-size: 6.5pt !important;
}
</style>
diff -r 1ebf32e9f969 -r 98b618db5ab7 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorM.css Sun Aug 02 13:59:20 2009 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorM.css Fri Aug 21 11:33:23 2009 -0500
@@ -85,11 +85,12 @@
border-top: 1px solid hsla(0, 0%, 90%, 1);
}
-.message.mention .xxxmark,
-.message:hover .xxxmark,
-.message.xxxhover .xxxmark
+.message:hover:not(.history):not(.consecutive) .xxxmark,
+.message:hover.history:not(.consecutive) .xxxmark,
+.message.xxxhover:not(.history):not(.consecutive) .xxxmark,
+.message.xxxhover.history:not(.consecutive) .xxxmark
{
- border-top: transparent !important;
+ border-top: 1px solid transparent;
}
#Chat > div:first-of-type .xxxmark,
diff -r 1ebf32e9f969 -r 98b618db5ab7 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css Sun Aug 02 13:59:20 2009 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css Fri Aug 21 11:33:23 2009 -0500
@@ -4,7 +4,7 @@
.incoming,
.consecutive.message .xxxsender:after
{
- color: hsla(0, 0%, 75%, .8);
+ color: hsla(0, 0%, 83%, .8);
}
.outgoing:hover,
@@ -85,11 +85,12 @@
border-top: 1px solid hsla(0, 0%, 12.5%, 1);
}
-.message.mention .xxxmark,
-.message:hover .xxxmark,
-.message.xxxhover .xxxmark
+.message:hover:not(.history):not(.consecutive) .xxxmark,
+.message:hover.history:not(.consecutive) .xxxmark,
+.message.xxxhover:not(.history):not(.consecutive) .xxxmark,
+.message.xxxhover.history:not(.consecutive) .xxxmark
{
- border-top: transparent !important;
+ border-top: 1px solid transparent;
}
#Chat > div:first-of-type .xxxmark,
diff -r 1ebf32e9f969 -r 98b618db5ab7 yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt Sun Aug 02 13:59:20 2009 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt Fri Aug 21 11:33:23 2009 -0500
@@ -17,3 +17,19 @@
CHANGES:
+contrast failures:
+
+saturnine
+green on black: at least up from 51 to 52 at least, best up to 67
+green on grey: best upped from 83 to 90
+grey on black: at least up from 31 to 35? best up to 46/59/66?
+grey on grey: best up from 75 to 84/91?
+
+blue on grey can go as low as 85 (currently 96)
+blue on grey can go as low as 71 (currently 75)
+
+mercurial:
+green on white: at least down from 65 to 64
+
+grey on white: at least from 68 to 58/46/35?
+grey on grey: at least from 35 to 30, best to 19/9
More information about the commits
mailing list