xtras/mathuaerknedam 275:6e9d0591d017: Mockie: Add 1px border (h...
commits at adium.im
commits at adium.im
Mon Nov 23 20:29:16 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/6e9d0591d017
revision: 275:6e9d0591d017
author: mathuaerknedam
date: Mon Nov 23 14:29:11 2009 -0600
Mockie: Add 1px border (header-colored) to the top of the first message.
diffs (124 lines):
diff -r 2dcf9f6c4e1d -r 6e9d0591d017 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css Mon Nov 23 12:43:01 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css Mon Nov 23 14:29:11 2009 -0600
@@ -38,6 +38,7 @@
.x-incoming .x-message
{
background: rgba(226, 219, 203, .9);
+ border-top: 1px solid #b27d4b;
}
.mention .x-message
@@ -106,6 +107,7 @@
.x-outgoing .x-message
{
background: rgba(213, 225, 207, .9);
+ border-top: 1px solid #749d5f;
}
.x-outgoing .x-message-next
@@ -113,11 +115,6 @@
border-top: 1px solid rgba(116, 157, 95, .4);
}
-.x-outgoing .mention.x-message-next
-{
- border-top: 1px solid rgba(116, 157, 95, 1);
-}
-
.x-outgoing a
{
color: #749d5f;
diff -r 2dcf9f6c4e1d -r 6e9d0591d017 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css Mon Nov 23 12:43:01 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css Mon Nov 23 14:29:11 2009 -0600
@@ -43,6 +43,7 @@
.x-incoming .x-message
{
background: rgba(213, 211, 228, .9);
+ border-top: 1px solid #4b5db2;
}
.mention .x-message
@@ -111,6 +112,7 @@
.x-outgoing .x-message
{
background: rgba(233, 207, 207, .9);
+ border-top: 1px solid #b14a4b;
}
.x-outgoing .x-message-next
@@ -118,11 +120,6 @@
border-top: 1px solid rgba(177, 74, 75, .4);
}
-.x-outgoing .mention.x-message-next
-{
- border-top: 1px solid rgba(177, 74, 75, 1);
-}
-
.x-outgoing a
{
color: #b14a4b;
diff -r 2dcf9f6c4e1d -r 6e9d0591d017 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css Mon Nov 23 12:43:01 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css Mon Nov 23 14:29:11 2009 -0600
@@ -43,6 +43,7 @@
.x-incoming .x-message
{
background: rgba(244, 225, 190, .9);
+ border-top: 1px solid #FF7C00;
}
.mention .x-message
@@ -111,6 +112,7 @@
.x-outgoing .x-message
{
background: rgba(213, 241, 200, .9);
+ border-top: 1px solid #66CC32;
}
.x-outgoing .x-message-next
@@ -118,11 +120,6 @@
border-top: 1px solid rgba(102, 204, 50, .4);
}
-.x-outgoing .mention.x-message-next
-{
- border-top: 1px solid rgba(102, 204, 50, 1);
-}
-
.x-outgoing a
{
color: #66CC32;
diff -r 2dcf9f6c4e1d -r 6e9d0591d017 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css Mon Nov 23 12:43:01 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css Mon Nov 23 14:29:11 2009 -0600
@@ -43,6 +43,7 @@
.x-incoming .x-message
{
background: rgba(204, 204, 246, .9);
+ border-top: 1px solid #002CFF;
}
.mention .x-message
@@ -111,6 +112,7 @@
.x-outgoing .x-message
{
background: rgba(255, 195, 195, .9);
+ border-top: 1px solid #FF0001;
}
.x-outgoing .x-message-next
@@ -118,11 +120,6 @@
border-top: 1px solid rgba(255, 0, 1, .4);
}
-.x-outgoing .mention.x-message-next
-{
- border-top: 1px solid rgba(255, 0, 1, 1);
-}
-
.x-outgoing a
{
color: #FF0001;
More information about the commits
mailing list