xtras/mathuaerknedam 400:a64641e281b6: Stockholm: Updating Mocku...
commits at adium.im
commits at adium.im
Fri Mar 5 18:12:09 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/a64641e281b6
revision: 400:a64641e281b6
author: mathuaerknedam
date: Thu Mar 04 08:34:53 2010 -0600
Stockholm: Updating Mockup.html.
Subject: xtras/mathuaerknedam 401:698a1f7d3bbd: Gone Dark: I missed renaming this background image.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/698a1f7d3bbd
revision: 401:698a1f7d3bbd
author: mathuaerknedam
date: Thu Mar 04 08:35:35 2010 -0600
Gone Dark: I missed renaming this background image.
Subject: xtras/mathuaerknedam 402:03ad471e50b8: Gone Dark: Improve topic text contrast and correspondingly decrease opacity of headers when hovered.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/03ad471e50b8
revision: 402:03ad471e50b8
author: mathuaerknedam
date: Thu Mar 04 11:32:51 2010 -0600
Gone Dark: Improve topic text contrast and correspondingly decrease opacity of headers when hovered.
Subject: xtras/mathuaerknedam 403:feb1d9e98a49: Gone Dark: remove text shadow from mentioned dates.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/feb1d9e98a49
revision: 403:feb1d9e98a49
author: mathuaerknedam
date: Thu Mar 04 11:41:00 2010 -0600
Gone Dark: remove text shadow from mentioned dates.
Subject: xtras/mathuaerknedam 404:378b6859b57b: Gone Dark: Reworking all of the mentions, and making nogloss variants more modular.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/378b6859b57b
revision: 404:378b6859b57b
author: mathuaerknedam
date: Fri Mar 05 12:10:54 2010 -0600
Gone Dark: Reworking all of the mentions, and making nogloss variants more modular.
Subject: xtras/mathuaerknedam 405:bca6f70b7a54: Gone Dark: Adding the new nogloss variant css files.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/bca6f70b7a54
revision: 405:bca6f70b7a54
author: mathuaerknedam
date: Fri Mar 05 12:11:39 2010 -0600
Gone Dark: Adding the new nogloss variant css files.
Subject: xtras/mathuaerknedam 406:05993fb19ee9: Stockholm: This didn't work, remove it.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/05993fb19ee9
revision: 406:05993fb19ee9
author: mathuaerknedam
date: Fri Mar 05 12:12:05 2010 -0600
Stockholm: This didn't work, remove it.
diffs (truncated from 1826 to 1000 lines):
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css Fri Mar 05 12:12:05 2010 -0600
@@ -25,7 +25,7 @@
#x-header:hover
{
- opacity: .3;
+ opacity: .1;
}
#topic #x-header
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css Fri Mar 05 12:12:05 2010 -0600
@@ -0,0 +1,10 @@
+.x-gloss
+{
+ background: rgba(255, 255, 255, .4)
+}
+
+.mention .x-gloss
+{
+ background: rgba(240, 240, 240, .4)
+}
+
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css Fri Mar 05 12:12:05 2010 -0600
@@ -4,8 +4,13 @@
#topic #topicEdit
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .8)), color-stop(.65, rgba(255, 255, 255, .95)), color-stop(.75, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
+ color: black;
+ -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
+}
+
+#x-headerChatStarted
+{
color: #888;
- -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
}
.x-userName
@@ -40,6 +45,11 @@
text-shadow: #fff 1px 1px 0px;
}
+.mention .x-date
+{
+ text-shadow: none;
+}
+
.x-status
{
color: hsla(0, 0%, 0%, .7);
@@ -72,3 +82,18 @@
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}
+.mention .x-content
+{
+ background: rgba(192, 192, 192, .4)
+}
+
+.mention .x-date
+{
+ color: rgb(34, 34, 34) !important;
+}
+
+.mention.x-context
+{
+ opacity: .7;
+}
+
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular nogloss.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular nogloss.css Fri Mar 05 12:12:05 2010 -0600
@@ -0,0 +1,4 @@
+.x-gloss
+{
+ background: none;
+}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css Fri Mar 05 12:12:05 2010 -0600
@@ -5,8 +5,13 @@
{
background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), color-stop(.45, rgba(40, 40, 40, 1)), color-stop(.5, rgba(0, 0, 0, .9)), to(rgba(24, 24, 24, 1)));
border-bottom: 1px solid rgba(64, 64, 64, .9);
+ color: white;
+ -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
+}
+
+#x-headerChatStarted
+{
color: #ccc;
- -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.x-userName
@@ -73,3 +78,23 @@
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
}
+.mention .x-content
+{
+ background: rgba(0, 0, 0, 1)
+}
+
+.mention .x-date
+{
+ color: rgb(255, 255, 255) !important;
+}
+
+/*.mention .x-content
+{
+ -webkit-background-size: 28px 100%, 28px 100%, 100% 100%;
+}*/
+
+/*.mention.x-context
+{
+ opacity: .7;
+}*/
+
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css Fri Mar 05 12:12:05 2010 -0600
@@ -2,63 +2,48 @@
body
{
- background: url("../images/backgroundArctic.jpg") repeat-y center top #000 fixed;
+ background: url("../images/backgroundArctic.jpg") repeat-y center top #fff fixed;
}
#x-headerImage
{
- background: #1c5e90;
+ background: rgba(28, 94, 144, 1);
}
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #1c5e90;
+ color: rgba(28, 94, 144, 1);
+}
+
+.x-message1 a:hover
+{
+ color: rgba(0, 64, 114, 1);
}
.x-content
{
- border-top: 3px solid #1c5e90;
- border-bottom: 1px solid #1c5e90;
-}
-
-.x-message1 a
-{
- color: #15517e;
-}
-
-.x-message1 a:hover
-{
- color: #063456;
+ border-top: 3px solid rgba(28, 94, 144, 1);
+ border-bottom: 1px solid rgba(28, 94, 144, 1);
}
.x-message2 .x-userName,
-.x-message2 .x-date
-{
- color: #479cc4;
-}
-
+.x-message2 .x-date,
.x-message2 a
{
- color: #2b7fa6;
+ color: rgba(71, 156, 196, 1);
}
.x-message2 a:hover
{
- color: #18698f;
+ color: rgba(41, 126, 166, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #479cc4;
- border-bottom: 1px solid #479cc4;
+ border-top: 3px solid rgba(71, 156, 196, 1);
+ border-bottom: 1px solid rgba(71, 156, 196, 1);
}
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(28, 94, 144, 1)), color-stop(.1, rgba(28, 94, 144, 1)), to(rgba(255, 255, 255, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, .5)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css Fri Mar 05 12:12:05 2010 -0600
@@ -5,60 +5,58 @@
background: url("../images/backgroundCosmic.jpg") repeat-y center top #000 fixed;
}
+#x-headerImage
+{
+ background: rgba(255, 87, 171, 1);
+}
+
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #ff57ab;
+ color: rgba(255, 87, 171, 1);
}
-.x-message2 .x-userName,
-.x-message2 .x-date
+.x-message1 a:hover
{
- color: #ccc;
+ color: rgba(255, 117, 209, 1);
}
.x-content
{
- border-top: 3px solid #ff57ab;
- border-bottom: 1px solid #ff57ab;
+ border-top: 3px solid rgba(255, 87, 171, 1);
+ border-bottom: 1px solid rgba(255, 87, 171, 1);
+}
+
+/*.mention .x-content
+{
+ background:
+ -webkit-gradient(linear, left top, right top, from(rgba(255, 87, 171, 1)), color-stop(.1, rgba(255, 87, 171, 1)), to(rgba(32, 32, 32, 1))) no-repeat left top,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), color-stop(.9, rgba(255, 87, 171, 1)), to(rgba(255, 87, 171, 1))) no-repeat right top,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
+}*/
+
+.mention .x-divider
+{
+ border-top: 2px groove rgba(255, 87, 171, .3);
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date,
+.x-message2 a
+{
+ color: rgba(204, 204, 204, 1);
+}
+
+.x-message2 a:hover
+{
+ color: rgba(234, 234, 234, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #ccc;
- border-bottom: 1px solid #ccc;
+ border-top: 3px solid rgba(204, 204, 204, 1);
+ border-bottom: 1px solid rgba(204, 204, 204, 1);
}
-#x-headerImage
-{
- background: #ff57ab;
-}
-
-.x-message1 a
-{
- color: #ff1387;
-}
-
-.x-message1 a:hover
-{
- color: #ff67d3;
-}
-
-.x-message2 a
-{
- color: #d5d5d5;
-}
-
-.x-message2 a:hover
-{
- color: #f0f0f0;
-}
-
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(255, 87, 171, 1)), color-stop(.1, rgba(255, 87, 171, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, .8)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css Fri Mar 05 12:12:05 2010 -0600
@@ -2,63 +2,48 @@
body
{
- background: url("../images/backgroundCosmos.jpg") repeat-y center top #000 fixed;
+ background: url("../images/backgroundCosmos.jpg") repeat-y center top #fff fixed;
}
#x-headerImage
{
- background: #e33a7e;
+ background: rgba(227, 58, 126, 1);
}
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #e33a7e;
+ color: rgba(227, 58, 126, 1);
+}
+
+.x-message1 a:hover
+{
+ color: rgba(197, 28, 96, 1);
}
.x-content
{
- border-top: 3px solid #e33a7e;
- border-bottom: 1px solid #e33a7e;
-}
-
-.x-message1 a
-{
- color: #ca1960;
-}
-
-.x-message1 a:hover
-{
- color: #aa0346;
+ border-top: 3px solid rgba(227, 58, 126, 1);
+ border-bottom: 1px solid rgba(227, 58, 126, 1);
}
.x-message2 .x-userName,
-.x-message2 .x-date
-{
- color: #777;
-}
-
+.x-message2 .x-date,
.x-message2 a
{
- color: #555;
+ color: rgba(119, 119, 119, 1);
}
.x-message2 a:hover
{
- color: #222;
+ color: rgba(89, 89, 89, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #777;
- border-bottom: 1px solid #777;
+ border-top: 3px solid rgba(119, 119, 119, 1);
+ border-bottom: 1px solid rgba(119, 119, 119, 1);
}
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(227, 58, 126, 1)), color-stop(.1, rgba(227, 58,126, 1)), to(rgba(255, 255, 255, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, .5)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css Fri Mar 05 12:12:05 2010 -0600
@@ -5,60 +5,57 @@
background: url("../images/backgroundCrimson.jpg") repeat-y center top #000 fixed;
}
+#x-headerImage
+{
+ background: rgba(225, 0, 11, 1);
+}
+
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #e1000b;
+ color: rgba(225, 0, 11, 1);
}
-.x-message2 .x-userName,
-.x-message2 .x-date
+.x-message1 a:hover
{
- color: #b50000;
+ color: rgba(255, 30, 41, 1);
}
.x-content
{
- border-top: 3px solid #e1000b;
- border-bottom: 1px solid #e1000b;
+ border-top: 3px solid rgba(225, 0, 11, 1);
+ border-bottom: 1px solid rgba(225, 0, 11, 1);
+}
+
+/*.mention .x-content
+{
+ background:
+ -webkit-gradient(linear, left top, right top, from(rgba(225, 0, 11, 1)), color-stop(.1, rgba(225, 0, 11, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), color-stop(.9, rgba(225, 0, 11, 1)), to(rgba(225, 0, 11, 1))) no-repeat right top,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
+}*/
+
+.mention .x-divider
+{
+ border-top: 2px groove rgba(225, 0, 11, .3);
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date,
+.x-message2 a
+{
+ color: rgba(181, 0, 0, 1);
+}
+
+.x-message2 a:hover
+{
+ color: rgba(211, 30, 30, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #b50000;
- border-bottom: 1px solid #b50000;
+ border-top: 3px solid rgba(181, 0, 0, 1);
+ border-bottom: 1px solid rgba(181, 0, 0, 1);
}
-
-#x-headerImage
-{
- background: #e1000b;
-}
-
-.x-message1 a
-{
- color: #d3000a;
-}
-
-.x-message1 a:hover
-{
- color: #f4222c;
-}
-
-.x-message2 a
-{
- color: #d0000a;
-}
-
-.x-message2 a:hover
-{
- color: #f0151f;
-}
-
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(225, 0, 11, 1)), color-stop(.1, rgba(225, 0, 11, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, .8)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css Fri Mar 05 12:12:05 2010 -0600
@@ -5,60 +5,58 @@
background: url("../images/backgroundDelaware.jpg") repeat-y center top #000 fixed;
}
+#x-headerImage
+{
+ background: rgba(178, 69, 115, 1);
+}
+
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #b24573;
+ color: rgba(178, 69, 115, 1);
}
-.x-message2 .x-userName,
-.x-message2 .x-date
+.x-message1 a:hover
{
- color: #d2c599;
+ color: rgba(208, 99, 145, 1);
}
.x-content
{
- border-top: 3px solid #b24573;
- border-bottom: 1px solid #b24573;
+ border-top: 3px solid rgba(178, 69, 115, 1);
+ border-bottom: 1px solid rgba(178, 69, 115, 1);
+}
+
+/*.mention .x-content
+{
+ background:
+ -webkit-gradient(linear, left top, right top, from(rgba(178, 69, 115, 1)), color-stop(.1, rgba(178, 69, 115, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), color-stop(.9, rgba(178, 69, 115, 1)), to(rgba(178, 69, 115, 1))) no-repeat right top,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
+}*/
+
+.mention .x-divider
+{
+ border-top: 2px groove rgba(178, 69, 115, .3);
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date,
+.x-message2 a
+{
+ color: rgba(210, 193, 153, 1);
+}
+
+.x-message2 a:hover
+{
+ color: rgba(240, 223, 183, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #d2c599;
- border-bottom: 1px solid #d2c599;
+ border-top: 3px solid rgba(210, 193, 153, 1);
+ border-bottom: 1px solid rgba(210, 193, 153, 1);
}
-#x-headerImage
-{
- background: #b24573;
-}
-
-.x-message1 a
-{
- color: #e24d8a;
-}
-
-.x-message1 a:hover
-{
- color: #f27dac;
-}
-
-.x-message2 a
-{
- color: #ffedb3;
-}
-
-.x-message2 a:hover
-{
- color: #fff0c0;
-}
-
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(178, 69, 115, 1)), color-stop(.1, rgba(178, 69, 115, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, .8)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css Fri Mar 05 12:12:05 2010 -0600
@@ -2,63 +2,48 @@
body
{
- background: url("../images/backgroundFirelight.jpg") repeat-y center top #000 fixed;
+ background: url("../images/backgroundFirelight.jpg") repeat-y center top #fff fixed;
}
#x-headerImage
{
- background: #bb2222;
+ background: rgba(187, 34, 34, 1);
}
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #bb2222;
+ color: rgba(187, 34, 34, 1);
+}
+
+.x-message1 a:hover
+{
+ color: rgba(157, 4, 4, 1);
}
.x-content
{
- border-top: 3px solid #bb2222;
- border-bottom: 1px solid #bb2222;
-}
-
-.x-message1 a
-{
- color: #a71010;
-}
-
-.x-message1 a:hover
-{
- color: #930606;
+ border-top: 3px solid rgba(187, 34, 34, 1);
+ border-bottom: 1px solid rgba(187, 34, 34, 1);
}
.x-message2 .x-userName,
-.x-message2 .x-date
-{
- color: #a78622;
-}
-
+.x-message2 .x-date,
.x-message2 a
{
- color: #a78622;
+ color: rgba(167, 134, 34, 1);
}
.x-message2 a:hover
{
- color: #715602;
+ color: rgba(137, 104, 04, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #a78622;
- border-bottom: 1px solid #a78622;
+ border-top: 3px solid rgba(167, 134, 34, 1);
+ border-bottom: 1px solid rgba(167, 134, 34, 1);
}
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(187, 34, 34, 1)), color-stop(.1, rgba(187, 34, 34, 1)), to(rgba(255, 255, 255, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, .5)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css Fri Mar 05 12:12:05 2010 -0600
@@ -2,65 +2,48 @@
body
{
- background: url("../images/background.jpg") repeat-y center top fixed;
+ background: url("../images/backgroundGlacier.jpg") repeat-y center top #fff fixed;
}
#x-headerImage
{
- background: #68bb0e;
+ background: rgba(104, 187, 14, 1);
}
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #68bb0e;
+ color: rgba(104, 187, 14, 1);
+}
+
+.x-message1 a:hover
+{
+ color: rgba(74, 157, 0, 1);
}
.x-content
{
- border-top: 3px solid #68bb0e;
- border-bottom: 1px solid #68bb0e;
-}
-
-.x-message1 a
-{
- color: #66ae18;
-}
-
-.x-message1 a:hover
-{
- color: #a3ca05;
+ border-top: 3px solid rgba(104, 187, 14, 1);
+ border-bottom: 1px solid rgba(104, 187, 14, 1);
}
.x-message2 .x-userName,
-.x-message2 .x-date
-{
- color: #1e90c5;
-}
-
+.x-message2 .x-date,
.x-message2 a
{
- color: #1379a8;
+ color: rgba(30, 144, 197, 1);
}
.x-message2 a:hover
{
- color: #055e87;
+ color: rgba(0, 114, 167, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #1e90c5;
- border-bottom: 1px solid #1e90c5;
+ border-top: 3px solid rgba(30, 144, 197, 1);
+ border-bottom: 1px solid rgba(30, 144, 197, 1);
}
-.mention .x-content
-{
- background: rgba(0, 0, 0, .1)
-}
-
-.mention .x-date
-{
- color: rgb(34, 34, 34);
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css Fri Mar 05 12:12:05 2010 -0600
@@ -5,56 +5,58 @@
background: url("../images/backgroundIsland.jpg") repeat-y center top #000 fixed;
}
+#x-headerImage
+{
+ background: rgba(134, 206, 76, 1);
+}
+
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #86ce4c;
+ color: rgba(134, 206, 76, 1);
+}
+
+.x-message1 a:hover
+{
+ color: rgba(164, 236, 106, 1);
+}
+
+.x-content
+{
+ border-top: 3px solid rgba(134, 206, 76, 1);
+ border-bottom: 1px solid rgba(134, 206, 76, 1);
+}
+
+/*.mention .x-content
+{
+ background:
+ -webkit-gradient(linear, left top, right top, from(rgba(134, 206, 76, 1)), color-stop(.1, rgba(134, 206, 76, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), color-stop(.9, rgba(134, 206, 76, 1)), to(rgba(134, 206, 76, 1))) no-repeat right top,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
+}*/
+
+.mention .x-divider
+{
+ border-top: 2px groove rgba(134, 206, 76, .3);
}
.x-message2 .x-userName,
.x-message2 .x-date,
.x-message2 a
{
- color: #42b6ff;
+ color: rgba(66, 182, 255, 1);
}
-.x-content
+.x-message2 a:hover
{
- border-top: 3px solid #86ce4c;
- border-bottom: 1px solid #86ce4c;
+ color: rgba(96, 212, 255, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #42b6ff;
- border-bottom: 1px solid #42b6ff;
+ border-top: 3px solid rgba(66, 182, 255, 1);
+ border-bottom: 1px solid rgba(66, 182, 255, 1);
}
-#x-headerImage
-{
- background: #86ce4c;
-}
-
-.x-message1 a
-{
- color: #b4fe2b;
-}
-
-.x-message1 a:hover
-{
- color: #f2fd0d;
-}
-
-.x-message2 a:hover
-{
- color: #73DDFE;
-}
-
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(134, 206, 76, 1)), color-stop(.1, rgba(134, 206, 76, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, .8)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css Fri Mar 05 12:12:05 2010 -0600
@@ -5,60 +5,58 @@
background: url("../images/backgroundLava.jpg") repeat-y center top #000 fixed;
}
+#x-headerImage
+{
+ background: rgba(237, 178, 0, 1);
+}
+
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #edb200;
+ color: rgba(237, 178, 0, 1);
}
-.x-message2 .x-userName,
-.x-message2 .x-date
+.x-message1 a:hover
{
- color: #da2c0b;
+ color: rgba(255, 208, 30, 1);
}
.x-content
{
- border-top: 3px solid #edb200;
- border-bottom: 1px solid #edb200;
+ border-top: 3px solid rgba(237, 178, 0, 1);
+ border-bottom: 1px solid rgba(237, 178, 0, 1);
+}
+
+/*.mention .x-content
+{
+ background:
+ -webkit-gradient(linear, left top, right top, from(rgba(237, 178, 0, 1)), color-stop(.1, rgba(237, 178, 0, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), color-stop(.9, rgba(237, 178, 0, 1)), to(rgba(237, 178, 0, 1))) no-repeat right top,
+ -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
+}*/
+
+.mention .x-divider
+{
+ border-top: 2px groove rgba(237, 178, 0, .3);
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date,
+.x-message2 a
+{
+ color: rgba(218, 44, 11, 1);
+}
+
+.x-message2 a:hover
+{
+ color: rgba(248, 74, 41, 1);
}
.x-message2 .x-content
{
- border-top: 3px solid #da2c0b;
- border-bottom: 1px solid #da2c0b;
+ border-top: 3px solid rgba(218, 44, 11, 1);
+ border-bottom: 1px solid rgba(218, 44, 11, 1);
}
-#x-headerImage
-{
- background: #edb200;
-}
-
-.x-message1 a
-{
- color: #ffc10f;
-}
-
-.x-message1 a:hover
-{
- color: #ffd665;
-}
-
-.x-message2 a
-{
- color: #ff3f1e;
-}
-
-.x-message2 a:hover
-{
- color: #ff5b31;
-}
-
-.mention .x-content
-{
- background:
- -webkit-gradient(linear, left top, right top, from(rgba(237, 178, 0, 1)), color-stop(.1, rgba(237, 178, 0, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
- -webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, .8)));
- -webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 241a6fd67e6b -r 05993fb19ee9 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css Wed Mar 03 22:59:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css Fri Mar 05 12:12:05 2010 -0600
@@ -2,63 +2,48 @@
body
{
- background: url("../images/backgroundMargarita.jpg") repeat-y center top #000 fixed;
+ background: url("../images/backgroundMargarita.jpg") repeat-y center top #fff fixed;
}
#x-headerImage
{
- background: #7aaa12;
+ background: rgba(122, 170, 18, 1);
}
#x-headerChatStarted .x-chatname,
.x-message1 .x-userName,
-.x-message1 .x-date
+.x-message1 .x-date,
+.x-message1 a
{
- color: #7aaa12;
+ color: rgba(122, 170, 18, 1);
+}
+
+.x-message1 a:hover
More information about the commits
mailing list