xtras/mathuaerknedam 251:ee954af268f8: Mockie: mention highlight...
commits at adium.im
commits at adium.im
Thu Nov 19 23:11:56 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/ee954af268f8
revision: 251:ee954af268f8
author: mathuaerknedam
date: Thu Nov 19 10:22:57 2009 -0600
Mockie: mention highlighting.
Subject: xtras/mathuaerknedam 252:f448b02a1bec: Mockie: Make links appear in theme color, rather than all links in web-standard blue regardless of the colors of the background and surrounding text.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f448b02a1bec
revision: 252:f448b02a1bec
author: mathuaerknedam
date: Thu Nov 19 10:50:53 2009 -0600
Mockie: Make links appear in theme color, rather than all links in web-standard blue regardless of the colors of the background and surrounding text.
Subject: xtras/mathuaerknedam 253:037b32c60f3f: Mockie: tweak mention background in the red variant.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/037b32c60f3f
revision: 253:037b32c60f3f
author: mathuaerknedam
date: Thu Nov 19 11:00:17 2009 -0600
Mockie: tweak mention background in the red variant.
Subject: xtras/mathuaerknedam 254:e8a814a25e00: Mockie: add 5px of breathing space at the top of the chat, just like the 5px that already exists at the bottom.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/e8a814a25e00
revision: 254:e8a814a25e00
author: mathuaerknedam
date: Thu Nov 19 11:09:09 2009 -0600
Mockie: add 5px of breathing space at the top of the chat, just like the 5px that already exists at the bottom.
Subject: xtras/mathuaerknedam 255:0126f76ccbc8: Stockholm: CSS and file restructuring to increase modularization to facilitate future development.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/0126f76ccbc8
revision: 255:0126f76ccbc8
author: mathuaerknedam
date: Thu Nov 19 16:54:23 2009 -0600
Stockholm: CSS and file restructuring to increase modularization to facilitate future development.
diffs (truncated from 3992 to 1000 lines):
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css Thu Nov 19 16:54:23 2009 -0600
@@ -20,6 +20,11 @@
font-size: 11px;
}
+.mention .x-text
+{
+ color: white;
+}
+
.x-mask
{
background-color: rgba(128, 128, 128, .2);
@@ -37,6 +42,12 @@
font-weight: normal;
}
+.mention .x-time_consecutive,
+.mention .x-time_initial
+{
+ color: rgba(255, 255, 255, .7) !important;
+}
+
.x-status_container
{
color: black;
@@ -96,4 +107,13 @@
padding-top: 5px;
}
-img.scaledToFitImage{ width:auto; }
+img.scaledToFitImage
+{
+ width:auto;
+}
+
+.mention .x-message a
+{
+ color: rgba(255, 255, 255, .8);
+}
+
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_brown_olive.css Thu Nov 19 16:54:23 2009 -0600
@@ -34,6 +34,11 @@
background: rgba(226, 219, 203, .9);
}
+.mention .x-message
+{
+ background: rgba(185, 135, 93, .9);
+}
+
.x-incoming .x-time_consecutive + div
{
border-top: 1px solid rgba(178, 125, 75, .4);
@@ -45,6 +50,17 @@
color: white;
}
+.x-incoming a,
+.mention a:hover
+{
+ color: #b27d4b;
+}
+
+.mention a:hover
+{
+ background: rgba(226, 219, 203, .9);
+}
+
.x-outgoing .x-buddyicon
{
background: rgba(116, 157, 95, .2);
@@ -81,6 +97,11 @@
border-top: 1px solid rgba(116, 157, 95, .4);
}
+.x-outgoing a
+{
+ color: #749d5f;
+}
+
.x-outgoing a:hover
{
background: #749d5f;
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_indigo_maroon.css Thu Nov 19 16:54:23 2009 -0600
@@ -39,6 +39,11 @@
background: rgba(213, 211, 228, .9);
}
+.mention .x-message
+{
+ background: rgba(84, 110, 187, .9);
+}
+
.x-incoming .x-time_consecutive + div
{
border-top: 1px solid rgba(75, 93, 178, .4);
@@ -50,6 +55,17 @@
color: white;
}
+.x-incoming a,
+.mention a:hover
+{
+ color: #4b5db2;
+}
+
+.mention a:hover
+{
+ background: rgba(213, 211, 228, .9);
+}
+
.x-outgoing .x-buddyicon
{
background: rgba(177, 74, 75, .2);
@@ -86,6 +102,11 @@
border-top: 1px solid rgba(177, 74, 75,x-4);
}
+.x-outgoing a
+{
+ color: #b14a4b;
+}
+
.x-outgoing a:hover
{
background: #b14a4b;
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_orange_green.css Thu Nov 19 16:54:23 2009 -0600
@@ -39,6 +39,11 @@
background: rgba(244, 225, 190, .9);
}
+.mention .x-message
+{
+ background: rgba(255, 150, 51, .9);
+}
+
.x-incoming .x-time_consecutive + div
{
border-top: 1px solid rgba(255, 124, 0, .4);
@@ -50,6 +55,17 @@
color: white;
}
+.x-incoming a,
+.mention a:hover
+{
+ color: #FF7C00;
+}
+
+.mention a:hover
+{
+ background: rgba(244, 225, 190, .9);
+}
+
.x-outgoing .x-buddyicon
{
background: rgba(102, 204, 50, .2);
@@ -86,6 +102,11 @@
border-top: 1px solid rgba(102, 204, 50, .4);
}
+.x-outgoing a
+{
+ color: #66CC32;
+}
+
.x-outgoing a:hover
{
background: #66CC32;
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/colors_red_blue.css Thu Nov 19 16:54:23 2009 -0600
@@ -39,6 +39,11 @@
background: rgba(204, 204, 246, .9);
}
+.mention .x-message
+{
+ background: rgba(49, 104, 246, .9);
+}
+
.x-incoming .x-time_consecutive + div
{
border-top: 1px solid rgba(0, 45, 255, .4);
@@ -50,6 +55,17 @@
color: white;
}
+.x-incoming a,
+.mention a:hover
+{
+ color: #002CFF;
+}
+
+.mention a:hover
+{
+ background: rgba(204, 204, 246, .9);
+}
+
.x-outgoing .x-buddyicon
{
background: rgba(255, 0, 1, .2);
@@ -86,6 +102,11 @@
border-top: 1px solid rgba(255, 0, 1, .4);
}
+.x-outgoing a
+{
+ color: #FF0001;
+}
+
.x-outgoing a:hover
{
background: #FF0001;
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/layout.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/layout.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/layout.css Thu Nov 19 16:54:23 2009 -0600
@@ -6,7 +6,7 @@
#Chat
{
overflow: hidden;
- padding: 0px 10px 0px 10px;
+ padding: 5px 10px 0px 10px;
}
.x-incoming
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/blue_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/blue_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/blue_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/blue_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Blue-in.css");
+ at import url("./Themes/Blue-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Green.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Green.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/blue_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/blue_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/green_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/green_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Blue-in.css");
+ at import url("./Themes/Green-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Grey.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Grey.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/blue_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/blue_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/grey_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/grey_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Blue-in.css");
+ at import url("./Themes/Grey-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Orange.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Orange.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/blue_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/blue_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/orange_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/orange_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Blue-in.css");
+ at import url("./Themes/Orange-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Red.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Red.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/blue_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/blue_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/red_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/red_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/red_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Blue-in.css");
+ at import url("./Themes/Red-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Blue.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,32 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/green_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/green_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/blue_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/blue_left_a.png") top right no-repeat;
-}
-
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Green-in.css");
+ at import url("./Themes/Blue-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Green.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/green_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/green_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/green_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/green_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Green-in.css");
+ at import url("./Themes/Green-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Grey.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/green_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/green_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/grey_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/grey_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Green-in.css");
+ at import url("./Themes/Grey-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Orange.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/green_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/green_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/orange_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/orange_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Green-in.css");
+ at import url("./Themes/Orange-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Green - Red.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/green_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/green_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/red_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/red_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/red_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Green-in.css");
+ at import url("./Themes/Red-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Blue.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Blue.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/grey_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/grey_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/blue_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/blue_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Grey-in.css");
+ at import url("./Themes/Blue-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Green.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Green.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/grey_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/grey_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/green_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/green_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Grey-in.css");
+ at import url("./Themes/Green-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Grey.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Grey.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/grey_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/grey_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/grey_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/grey_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Grey-in.css");
+ at import url("./Themes/Grey-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Orange.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Orange.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/grey_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/grey_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/orange_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/orange_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Grey-in.css");
+ at import url("./Themes/Orange-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Red.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Grey - Red.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/grey_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/grey_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/red_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/red_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/red_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Grey-in.css");
+ at import url("./Themes/Red-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Blue.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Blue.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/orange_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/orange_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/blue_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/blue_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/blue_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Orange-in.css");
+ at import url("./Themes/Blue-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Green.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Green.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Green.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/orange_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/orange_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/green_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/green_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/green_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Orange-in.css");
+ at import url("./Themes/Green-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Grey.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Grey.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Grey.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/orange_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/orange_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/grey_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/grey_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/grey_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Orange-in.css");
+ at import url("./Themes/Grey-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Orange.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Orange.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Orange.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/orange_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/orange_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/orange_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/orange_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Orange-in.css");
+ at import url("./Themes/Orange-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Red.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Red.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Orange - Red.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
- at import url("../alternating.css");
-
-.x-incomingheader_left
-{
- background: url("../images/orange_left.png") top right no-repeat;
-}
-
-.x-incomingheader_center
-{
- background: url("../images/orange_fill.png") top right repeat-x;
-}
-
-.x-incomingheader_right
-{
- background: url("../images/orange_right.png") top right no-repeat;
-}
-
-.x-outgoingheader_left
-{
- background: url("../images/red_right_a.png") top right no-repeat;
-}
-
-.x-outgoingheader_center
-{
- background: url("../images/red_fill.png") top right repeat-x;
-}
-
-.x-outgoingheader_right
-{
- background: url("../images/red_left_a.png") top right no-repeat;
-}
+ at import url("./Themes/alternating.css");
+ at import url("./Themes/Orange-in.css");
+ at import url("./Themes/Red-out.css");
diff -r 2d25cbeb9f47 -r 0126f76ccbc8 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Blue.css Thu Nov 19 08:17:02 2009 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Red - Blue.css Thu Nov 19 16:54:23 2009 -0600
@@ -1,31 +1,3 @@
More information about the commits
mailing list