xtras/mathuaerknedam 92:32b3f45b4759: Remove message history label.
commits at adium.im
commits at adium.im
Wed Jul 29 02:45:46 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/32b3f45b4759
revision: 92:32b3f45b4759
author: mathuaerknedam
date: Tue Jul 28 21:12:21 2009 -0500
Remove message history label.
Subject: xtras/mathuaerknedam 93:87b3931d495a: Add header toggling transition effect
details: http://hg.adium.im/xtras/mathuaerknedam/rev/87b3931d495a
revision: 93:87b3931d495a
author: mathuaerknedam
date: Tue Jul 28 21:13:06 2009 -0500
Add header toggling transition effect
Subject: xtras/mathuaerknedam 94:f14b99a308f7: Correct the size of the icon mask. Test a new focus line treatment for icon-time1.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f14b99a308f7
revision: 94:f14b99a308f7
author: mathuaerknedam
date: Tue Jul 28 21:47:33 2009 -0500
Correct the size of the icon mask. Test a new focus line treatment for icon-time1.
diffs (245 lines):
diff -r c59a93d459ba -r f14b99a308f7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html Tue Jul 28 16:21:10 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html Tue Jul 28 21:47:33 2009 -0500
@@ -165,7 +165,7 @@
<span class="x-rtime" title="19 Apr 2004">12:45:48 </span>
<span class="x-ltime" title="19 Apr 2004">12:45:48 </span>
<span class="x-mark">‣</span>
- <span class="x-message" title="12:45:48">Wednesday, June 09, 2004 </span>
+ <span class="x-message" title="12:45:48">|Wednesday, June 09, 2004 </span>
</span>
</div>
diff -r c59a93d459ba -r f14b99a308f7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Tue Jul 28 16:21:10 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Tue Jul 28 21:47:33 2009 -0500
@@ -33,8 +33,12 @@
hr#focus
{
width: inherit;
- left: 8px;
- right: 18px;
+ //left: 8px;
+ //right: 18px;
+ left: 0px;
+ right: 0px;
+ border-bottom: 2em solid red;
+ opacity: .25;
}
.message:not(.consecutive),
@@ -244,13 +248,13 @@
.x-hover.message .x-iconmask
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .625)), to(rgba(192, 192, 192, .625))) 0px 0px no-repeat;
- -webkit-background-size: 28px 28px;
+ -webkit-background-size: 32px 32px;
}
.autoreply.message .x-iconmask
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(64, 64, 64, .25))) 0px 0px no-repeat;
- -webkit-background-size: 28px 16px;
+ -webkit-background-size: 32px 16px;
}
.message img.x-icon[src*="buddy_icon.png"],
@@ -443,17 +447,18 @@
.history.event
{
- text-align: right !important;
- border-right: 1px solid rgba(128, 128, 128, 1);
- margin-right: 9px;
+ //text-align: right !important;
+ //border-right: 1px solid rgba(128, 128, 128, 1);
+ //border-left: 1px solid rgba(128, 128, 128, 1);
+ //margin-right: 9px;
}
.history.event:first-child:before
{
- content: "Message History \25BE";
- float: left;
- margin-left: 8px;
- margin-top: 1px;
+ //content: "Message History \25BE";
+ //float: left;
+ //margin-left: 8px;
+ //margin-top: 1px;
}
.history.event:first-child
@@ -539,14 +544,14 @@
.history.event .x-mark
{
- display: none;
+ //display: none;
}
.history.event .x-message
{
- font-size: .9em;
+ //font-size: .9em;
text-shadow: 0px 1px 4px rgba(64, 64, 64, .5);
- //padding-right: 4px;
+ padding-right: 4px;
}
.x-hover + .x-hover
diff -r c59a93d459ba -r f14b99a308f7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Tue Jul 28 16:21:10 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Tue Jul 28 21:47:33 2009 -0500
@@ -229,13 +229,13 @@
.x-hover.message .x-iconmask
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .625)), to(rgba(192, 192, 192, .625))) 0px 0px no-repeat;
- -webkit-background-size: 28px 28px;
+ -webkit-background-size: 32px 32px;
}
.autoreply.message .x-iconmask
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(64, 64, 64, .25))) 0px 0px no-repeat;
- -webkit-background-size: 28px 16px;
+ -webkit-background-size: 32px 16px;
}
.message img.x-icon[src*="buddy_icon.png"],
@@ -445,19 +445,10 @@
.history.event
{
- text-align: right !important;
border-right: 1px solid rgba(128, 128, 128, 1);
margin-right: 9px;
}
-.history.event:first-child:before
-{
- content: "Message History \25BE";
- float: left;
- margin-left: 8px;
- margin-top: 1px;
-}
-
.history.event:first-child
{
-webkit-border-top-left-radius: 5px;
@@ -480,7 +471,7 @@
-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 1), 0px -1px 1px rgba(0, 0, 0, .4);
}
-.history.message .x-wrap
+.history .x-wrap
{
margin-left: 5px;
margin-top: 0px;
@@ -493,7 +484,7 @@
.history.event .x-wrap
{
- padding-top: 1px;
+ //padding-top: 1px;
padding-bottom: 2px;
}
@@ -509,8 +500,8 @@
{
}
-.history.message.hideIcons .x-wrap,
-.history.IRC.message .x-wrap
+.history.hideIcons .x-wrap,
+.history.IRC .x-wrap
{
margin-left: 5px;
}
@@ -539,12 +530,7 @@
color: rgba(216, 216, 216, 1);
}
-.history.event .x-mark
-{
- display: none;
-}
-
-.history.message .x-mark
+.history .x-mark
{
display: inline;
float: left;
@@ -552,9 +538,8 @@
.history.event .x-message
{
- font-size: .9em;
text-shadow: 0px 1px 4px rgba(64, 64, 64, .5);
- //padding-right: 4px;
+ padding-left: 3px;
}
.x-hover + .x-hover
diff -r c59a93d459ba -r f14b99a308f7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Tue Jul 28 16:21:10 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Tue Jul 28 21:47:33 2009 -0500
@@ -191,13 +191,13 @@
.x-hover.message .x-iconmask
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, .625)), to(rgba(192, 192, 192, .625))) 0px 0px no-repeat;
- -webkit-background-size: 28px 28px;
+ -webkit-background-size: 32px 32px;
}
.autoreply.message .x-iconmask
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .625)), to(rgba(64, 64, 64, .25))) 0px 0px no-repeat;
- -webkit-background-size: 28px 16px;
+ -webkit-background-size: 32px 16px;
}
img[src*="buddy_icon.png"],
diff -r c59a93d459ba -r f14b99a308f7 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Tue Jul 28 16:21:10 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt Tue Jul 28 21:47:33 2009 -0500
@@ -36,7 +36,7 @@
icon-time has icon scaling issues!?
-disable message history label.
+consecutive status messages can activate all-by-sender (in prefpane)
interesting header treatments:
diff -r c59a93d459ba -r f14b99a308f7 yMous ☿.AdiumMessageStyle/Contents/Resources/Header.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Header.css Tue Jul 28 16:21:10 2009 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Header.css Tue Jul 28 21:47:33 2009 -0500
@@ -10,6 +10,10 @@
//height: 65px;
}
+#header_bar {
+ -webkit-transition: opacity .4s linear;
+}
+
/* @group toggle */
.toggle
diff -r c59a93d459ba -r f14b99a308f7 yMous ☿.AdiumMessageStyle/Contents/Resources/Header.html
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Header.html Tue Jul 28 16:21:10 2009 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Header.html Tue Jul 28 21:47:33 2009 -0500
@@ -1,11 +1,11 @@
<script type="text/javascript" charset="utf-8">
function show_header () {
- document.getElementById('header_bar').style.display = '';
+ document.getElementById('header_bar').style.opacity = '1';
document.getElementById('toggle_show').style.display = 'none';
document.getElementById('toggle_hide').style.display = '';
}
function hide_header () {
- document.getElementById('header_bar').style.display = 'none';
+ document.getElementById('header_bar').style.opacity = '0';
document.getElementById('toggle_hide').style.display = 'none';
document.getElementById('toggle_show').style.display = '';
}
More information about the commits
mailing list