xtras/mathuaerknedam 352:ea45108e8da9: Mockie: refine focus indi...
commits at adium.im
commits at adium.im
Sun Feb 21 22:13:09 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/ea45108e8da9
revision: 352:ea45108e8da9
author: mathuaerknedam
date: Sun Feb 21 16:08:15 2010 -0600
Mockie: refine focus indicators.
Subject: xtras/mathuaerknedam 353:114c427eb522: Mockie: make mention indicators use the styling introduced for focus indicators.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/114c427eb522
revision: 353:114c427eb522
author: mathuaerknedam
date: Sun Feb 21 16:11:01 2010 -0600
Mockie: make mention indicators use the styling introduced for focus indicators.
Subject: xtras/mathuaerknedam 354:bade3bc8dbf9: Mockie: make message historyindicator use the styling introduced for focus indicators.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/bade3bc8dbf9
revision: 354:bade3bc8dbf9
author: mathuaerknedam
date: Sun Feb 21 16:12:52 2010 -0600
Mockie: make message historyindicator use the styling introduced for focus indicators.
diffs (421 lines):
diff -r 991e1b471c08 -r bade3bc8dbf9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css Thu Feb 18 16:05:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css Sun Feb 21 16:12:52 2010 -0600
@@ -52,10 +52,10 @@
font-size: 11px;
}
-.mention .x-text
+/*.mention .x-text
{
color: white;
-}
+}*/
.x-mask
{
@@ -74,11 +74,11 @@
font-weight: normal;
}
-.mention .x-time_consecutive,
+/*.mention .x-time_consecutive,
.mention .x-time_initial
{
color: rgba(255, 255, 255, .7) !important;
-}
+}*/
/*.focus .x-time_consecutive,
.focus .x-time_initial
@@ -142,21 +142,21 @@
background: no-repeat url(../images/context/topright.png) right;
}
-.x-context + .x-actual
+/*.x-context + .x-actual
{
border-top: 4px solid rgba(0, 0, 0, .2);
padding-top: 5px;
-}
+}*/
img.scaledToFitImage
{
width:auto;
}
-.mention .x-message a
+/*.mention .x-message a
{
color: rgba(255, 255, 255, .8);
-}
+}*/
body
{
@@ -256,7 +256,7 @@
{
clear: both;
margin-bottom: 5px;
- margin-left: 4px;
+ /*margin-left: 4px;*/
}
.x-status_container + .x-status_container
@@ -271,7 +271,7 @@
margin-top: 0px;
margin-left: 4px;
margin-bottom: 0px;
- margin-right: 4px;
+ /*margin-right: 4px;*/
}
.x-bottomdivider
@@ -289,22 +289,119 @@
.firstFocus > .x-status_message:before
{
position: absolute;
- margin-top: -1em;
- font-size: 2em;
+ margin-top: -19px;
+ left: 10px;
+ /*font-size: 2em;*/
content: "FOCUS LOST HERE";
+ background: rgba(0, 0, 0, .2);
+ color: white;
font-weight: bold;
+ font-size: 11px;
z-index: 99;
white-space: nowrap;
overflow: hidden;
+ padding: 4px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ -webkit-border-top-left-radius: 6px;
+ -webkit-border-top-right-radius: 6px;
}
.firstFocus > .x-message > .x-text,
.firstFocus > .x-message > .x-time_initial,
.firstFocus > .x-text,
-.firstFocus > .x-time_consecutive,
+.firstFocus > .x-time_consecutive
+{
+ margin-top: 22px;
+}
+
+.firstFocus > .x-message > .x-text,
+.firstFocus > .x-text,
+.firstFocus > .x-status_message
+{
+ background: rgba(0, 0, 0, .1);
+ -webkit-border-top-right-radius: 6px;
+}
+
+.firstFocus > .x-status_message:before
+{
+ margin-top: -19px;
+}
+
.firstFocus > .x-status_message,
.firstFocus > .x-status_message > x-status_time
{
- margin-top: 2em;
+ margin-top: 22px;
}
+.firstFocus > .x-status_message
+{
+ padding: 4px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+.mention > .x-message > .x-text:before
+{
+ position: absolute;
+ margin-top: -19px;
+ left: 10px;
+ /*font-size: 2em;*/
+ content: "MENTIONED HERE";
+ background: rgba(0, 0, 0, .2);
+ color: white;
+ font-weight: bold;
+ font-size: 11px;
+ z-index: 99;
+ white-space: nowrap;
+ overflow: hidden;
+ padding: 4px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ -webkit-border-top-left-radius: 6px;
+ -webkit-border-top-right-radius: 6px;
+}
+
+.mention > .x-message > .x-text,
+.mention > .x-message > .x-time_initial
+{
+ margin-top: 22px;
+ color: white;
+}
+
+.mention > .x-message > .x-text
+{
+ background: rgba(0, 0, 0, .1);
+ -webkit-border-top-right-radius: 6px;
+}
+
+.x-context + .x-actual:before
+{
+ position: absolute;
+ margin-top: -22px;
+ left: 10px;
+ /*font-size: 2em;*/
+ content: "MESSAGE HISTORY ENDS HERE";
+ background: rgba(0, 0, 0, .2);
+ background: rgba(204, 204, 204, 1);
+ color: white;
+ font-weight: bold;
+ font-size: 11px;
+ z-index: 99;
+ white-space: nowrap;
+ overflow: hidden;
+ padding: 4px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ -webkit-border-top-left-radius: 6px;
+ -webkit-border-top-right-radius: 6px;
+}
+
+.x-context + .x-actual
+{
+ margin-top: 18px;
+ padding-top: 5px;
+ border-top: 4px solid rgba(0, 0, 0, .2);
+ border-top: 4px solid rgba(204, 204, 204, 1);
+}
+
diff -r 991e1b471c08 -r bade3bc8dbf9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css Thu Feb 18 16:05:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css Sun Feb 21 16:12:52 2010 -0600
@@ -42,36 +42,36 @@
border-top: 1px solid #b27d4b;
}
-.mention .x-message
+/*.mention .x-message
{
background: rgba(185, 135, 93, .9);
-}
+}*/
.x-incoming .x-message-next
{
border-top: 1px solid rgba(178, 125, 75, .4);
}
-.x-incoming .mention.x-message-next
+/*.x-incoming .mention.x-message-next
{
border-top: 1px solid rgba(178, 125, 75, 1);
-}
+}*/
.x-incoming a:hover
{
background: #b27d4b;
}
-.x-incoming a,
-.mention a:hover
+.x-incoming a/*,
+.mention a:hover*/
{
color: #b27d4b;
}
-.mention a:hover
+/*.mention a:hover
{
background: rgba(226, 219, 203, .9);
-}
+}*/
.x-outgoing .x-buddyicon
{
diff -r 991e1b471c08 -r bade3bc8dbf9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css Thu Feb 18 16:05:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css Sun Feb 21 16:12:52 2010 -0600
@@ -47,36 +47,36 @@
border-top: 1px solid #4b5db2;
}
-.mention .x-message
+/*.mention .x-message
{
background: rgba(84, 110, 187, .9);
-}
+}*/
.x-incoming .x-message-next
{
border-top: 1px solid rgba(75, 93, 178, .4);
}
-.x-incoming .mention.x-message-next
+/*.x-incoming .mention.x-message-next
{
border-top: 1px solid rgba(75, 93, 178, 1);
-}
+}*/
.x-incoming a:hover
{
background: #4b5db2;
}
-.x-incoming a,
-.mention a:hover
+.x-incoming a/*,
+.mention a:hover*/
{
color: #4b5db2;
}
-.mention a:hover
+/*.mention a:hover
{
background: rgba(213, 211, 228, .9);
-}
+}*/
.x-outgoing .x-buddyicon
{
diff -r 991e1b471c08 -r bade3bc8dbf9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css Thu Feb 18 16:05:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css Sun Feb 21 16:12:52 2010 -0600
@@ -47,36 +47,36 @@
border-top: 1px solid #FF7C00;
}
-.mention .x-message
+/*.mention .x-message
{
background: rgba(255, 150, 51, .9);
-}
+}*/
.x-incoming .x-message-next
{
border-top: 1px solid rgba(255, 124, 0, .4);
}
-.x-incoming .mention.x-message-next
+/*.x-incoming .mention.x-message-next
{
border-top: 1px solid rgba(255, 124, 0, 1);
-}
+}*/
.x-incoming a:hover
{
background: #FF7C00;
}
-.x-incoming a,
-.mention a:hover
+.x-incoming a/*,
+.mention a:hover*/
{
color: #FF7C00;
}
-.mention a:hover
+/*.mention a:hover
{
background: rgba(244, 225, 190, .9);
-}
+}*/
.x-outgoing .x-buddyicon
{
diff -r 991e1b471c08 -r bade3bc8dbf9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css Thu Feb 18 16:05:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css Sun Feb 21 16:12:52 2010 -0600
@@ -47,36 +47,36 @@
border-top: 1px solid #002CFF;
}
-.mention .x-message
+/*.mention .x-message
{
background: rgba(49, 104, 246, .9);
-}
+}*/
.x-incoming .x-message-next
{
border-top: 1px solid rgba(0, 45, 255, .4);
}
-.x-incoming .mention.x-message-next
+/*.x-incoming .mention.x-message-next
{
border-top: 1px solid rgba(0, 45, 255, 1);
-}
+}*/
.x-incoming a:hover
{
background: #002CFF;
}
-.x-incoming a,
-.mention a:hover
+.x-incoming a/*,
+.mention a:hover*/
{
color: #002CFF;
}
-.mention a:hover
+/*.mention a:hover
{
background: rgba(204, 204, 246, .9);
-}
+}*/
.x-outgoing .x-buddyicon
{
diff -r 991e1b471c08 -r bade3bc8dbf9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/icon_left.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/icon_left.css Thu Feb 18 16:05:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/icon_left.css Sun Feb 21 16:12:52 2010 -0600
@@ -10,3 +10,10 @@
float: left;
margin-left: -37px;
}
+
+.firstFocus > .x-message > .x-text:before,
+.firstFocus > .x-text:before
+{
+ left: 47px;
+}
+
diff -r 991e1b471c08 -r bade3bc8dbf9 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/icon_right.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/icon_right.css Thu Feb 18 16:05:32 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/icon_right.css Sun Feb 21 16:12:52 2010 -0600
@@ -15,3 +15,13 @@
{
margin-right: 41px;
}
+
+.x-status_container
+{
+ margin-right: 37px;
+}
+
+.x-status_container .x-status_time
+{
+ margin-right: 0px;
+}
More information about the commits
mailing list