xtras/mathuaerknedam 460:842890eadf1e: Stockholm: make variant c...
commits at adium.im
commits at adium.im
Mon Mar 29 22:10:59 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/842890eadf1e
revision: 460:842890eadf1e
author: mathuaerknedam
date: Mon Mar 29 15:29:10 2010 -0500
Stockholm: make variant colors more modular so that I don'thave to change the same thing in 18 different files for each of the five different colors.
Subject: xtras/mathuaerknedam 461:37ea8063a488: SO: action styling should only apply to the actual action message.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/37ea8063a488
revision: 461:37ea8063a488
author: mathuaerknedam
date: Mon Mar 29 17:10:51 2010 -0500
SO: action styling should only apply to the actual action message.
diffs (truncated from 6631 to 1000 lines):
diff -r d3a0ccf30c92 -r 37ea8063a488 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Sun Mar 28 23:01:01 2010 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Mon Mar 29 17:10:51 2010 -0500
@@ -412,8 +412,13 @@
content: "";
}
-.action .x-sender,
-.action .x-message
+.action > .x-wrap > .x-sender,
+.action > .x-wrap > .x-message
{
font-style: italic !important;
}
+
+.action > .x-wrap > .x-sender
+{
+ display: inline;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Blue.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,58 @@
+.incoming:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
+}
+
+.mention:not(.history) .x-mentionicon
+{
+ background-image: url("../images/pref-mention-blue.png");
+}
+
+.incoming.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), color-stop(.45, hsla(215, 20%, 65%, 1)), color-stop(.5, hsla(215, 20%, 60%, 1)), to(hsla(215, 20%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Green.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,58 @@
+.incoming:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
+}
+
+.mention:not(.history) .x-mentionicon
+{
+ background-image: url("../images/pref-mention-green.png");
+}
+
+.incoming.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 53%, 1)), to(hsla(95, 10%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 93%, 1)), to(hsla(95, 10%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 78%, 1)), to(hsla(95, 10%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 93%, 1)), color-stop(.5, hsla(95, 10%, 82%, 1)), to(hsla(95, 10%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 10%, 93%, 1)), color-stop(.5, hsla(95, 10%, 82%, 1)), to(hsla(95, 10%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 10%, 65%, 1)), color-stop(.5, hsla(95, 10%, 60%, 1)), to(hsla(95, 10%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Grey.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,58 @@
+.incoming:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 39%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 69%, 1)), to(hsla(222, 0%, 69%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 50%, 1)), to(hsla(222, 0%, 50%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 54%, 1)), color-stop(.45, hsla(222, 0%, 44%, 1)), color-stop(.5, hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 47%, 1))) 1px 1px no-repeat;
+}
+
+.mention:not(.history) .x-mentionicon
+{
+ background-image: url("../images/pref-mention-grey.png");
+}
+
+.incoming.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), to(hsla(222, 0%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), to(hsla(222, 0%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), color-stop(.45, hsla(222, 0%, 65%, 1)), color-stop(.5, hsla(222, 0%, 60%, 1)), to(hsla(222, 0%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Orange.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,59 @@
+.incoming:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 40%, 1)), to(hsla(30, 71%, 40%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), to(hsla(30, 71%, 68%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 50%, 1)), to(hsla(30, 71%, 50%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
+}
+
+.mention:not(.history) .x-mentionicon
+{
+ background-image: url("../images/pref-mention-orange.png");
+}
+
+
+.incoming.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), to(hsla(30, 10%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 78%, 1)), to(hsla(30, 10%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), color-stop(.5, hsla(30, 10%, 82%, 1)), to(hsla(30, 10%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), color-stop(.5, hsla(30, 10%, 82%, 1)), to(hsla(30, 10%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), color-stop(.45, hsla(30, 10%, 65%, 1)), color-stop(.5, hsla(30, 10%, 60%, 1)), to(hsla(30, 10%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorIn-Red.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,58 @@
+.incoming:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 45%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), to(hsla(6, 78%, 73%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 54%, 1)), to(hsla(6, 78%, 54%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
+}
+
+.mention:not(.history) .x-mentionicon
+{
+ background-image: url("../images/pref-mention-red.png");
+}
+
+.incoming.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), to(hsla(6, 15%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), to(hsla(6, 15%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), color-stop(.45, hsla(6, 15%, 65%, 1)), color-stop(.5, hsla(6, 15%, 60%, 1)), to(hsla(6, 15%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Blue.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), color-stop(.45, hsla(215, 20%, 65%, 1)), color-stop(.5, hsla(215, 20%, 60%, 1)), to(hsla(215, 20%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-BlueA.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-BlueA.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 38%, 1)), to(hsla(215, 73%, 63%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), color-stop(.45, hsla(215, 20%, 65%, 1)), color-stop(.5, hsla(215, 20%, 60%, 1)), to(hsla(215, 20%, 75%, 1))) 1px 1px no-repeat !important;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Green.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), to(hsla(95, 15%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 15%, 65%, 1)), color-stop(.5, hsla(95, 15%, 60%, 1)), to(hsla(95, 15%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-GreenA.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-GreenA.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 33%, 1)), to(hsla(95, 66%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 68%, 1)), to(hsla(95, 66%, 68%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 43%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 57%, 1)), color-stop(.5, hsla(95, 66%, 43%, 1)), to(hsla(95, 66%, 41%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 66%, 51%, 1)), color-stop(.45, hsla(95, 66%, 42%, 1)), color-stop(.5, hsla(95, 66%, 40%, 1)), to(hsla(95, 66%, 41%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 53%, 1)), to(hsla(95, 15%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), to(hsla(95, 15%, 93%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), to(hsla(95, 15%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 93%, 1)), color-stop(.5, hsla(95, 15%, 82%, 1)), to(hsla(95, 15%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(95, 15%, 78%, 1)), color-stop(.45, hsla(95, 15%, 65%, 1)), color-stop(.5, hsla(95, 15%, 60%, 1)), to(hsla(95, 15%, 75%, 1))) 1px 1px no-repeat !important;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Grey.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Grey.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 39%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 69%, 1)), to(hsla(222, 0%, 69%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 50%, 1)), to(hsla(222, 0%, 50%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 54%, 1)), color-stop(.45, hsla(222, 0%, 44%, 1)), color-stop(.5, hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 47%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), to(hsla(222, 0%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), to(hsla(222, 0%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), color-stop(.45, hsla(222, 0%, 65%, 1)), color-stop(.5, hsla(222, 0%, 60%, 1)), to(hsla(222, 0%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-GreyA.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-GreyA.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 39%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 30%, 1)), to(hsla(222, 0%, 30%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 69%, 1)), to(hsla(222, 0%, 69%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 50%, 1)), to(hsla(222, 0%, 50%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 68%, 1)), color-stop(.5, hsla(222, 0%, 47%, 1)), to(hsla(222, 0%, 44%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 54%, 1)), color-stop(.45, hsla(222, 0%, 44%, 1)), color-stop(.5, hsla(222, 0%, 39%, 1)), to(hsla(222, 0%, 47%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 53%, 1)), to(hsla(222, 0%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), to(hsla(222, 0%, 93%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), to(hsla(222, 0%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 93%, 1)), color-stop(.5, hsla(222, 0%, 82%, 1)), to(hsla(222, 0%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(222, 0%, 78%, 1)), color-stop(.45, hsla(222, 0%, 65%, 1)), color-stop(.5, hsla(222, 0%, 60%, 1)), to(hsla(222, 0%, 75%, 1))) 1px 1px no-repeat !important;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Orange.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Orange.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 40%, 1)), to(hsla(30, 71%, 40%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), to(hsla(30, 71%, 68%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 50%, 1)), to(hsla(30, 71%, 50%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 53%, 1)), to(hsla(30, 10%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), to(hsla(30, 10%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 78%, 1)), to(hsla(30, 10%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), color-stop(.5, hsla(30, 10%, 82%, 1)), to(hsla(30, 10%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 10%, 93%, 1)), color-stop(.5, hsla(30, 10%, 82%, 1)), to(hsla(30, 10%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), color-stop(.45, hsla(30, 10%, 65%, 1)), color-stop(.5, hsla(30, 10%, 60%, 1)), to(hsla(30, 10%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-OrangeA.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-OrangeA.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 40%, 1)), to(hsla(30, 71%, 40%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 33%, 1)), to(hsla(30, 71%, 33%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), to(hsla(30, 71%, 68%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 50%, 1)), to(hsla(30, 71%, 50%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 68%, 1)), color-stop(.5, hsla(30, 71%, 47%, 1)), to(hsla(30, 71%, 44%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 71%, 54%, 1)), color-stop(.45, hsla(30, 71%, 45%, 1)), color-stop(.5, hsla(30, 91%, 40%, 1)), to(hsla(30, 71%, 45%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 53%, 1)), to(hsla(30, 15%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), to(hsla(30, 15%, 93%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), to(hsla(30, 15%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), color-stop(.5, hsla(30, 15%, 82%, 1)), to(hsla(30, 15%, 70%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 93%, 1)), color-stop(.5, hsla(30, 15%, 82%, 1)), to(hsla(30, 15%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(30, 15%, 78%, 1)), color-stop(.45, hsla(30, 15%, 65%, 1)), color-stop(.5, hsla(30, 15%, 60%, 1)), to(hsla(30, 15%, 75%, 1))) 1px 1px no-repeat !important;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Red.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-Red.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 45%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), to(hsla(6, 78%, 73%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 54%, 1)), to(hsla(6, 78%, 54%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), to(hsla(6, 15%, 93%, 1))) left top no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), to(hsla(6, 15%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) left top no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), color-stop(.45, hsla(6, 15%, 65%, 1)), color-stop(.5, hsla(6, 15%, 60%, 1)), to(hsla(6, 15%, 75%, 1))) 1px 1px no-repeat;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-RedA.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/ColorOut-RedA.css Mon Mar 29 17:10:51 2010 -0500
@@ -0,0 +1,53 @@
+.outgoing:not(.history) .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 45%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 39%, 1)), to(hsla(6, 78%, 39%, 1))) 0px 0px no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), to(hsla(6, 78%, 73%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 54%, 1)), to(hsla(6, 78%, 54%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 73%, 1)), color-stop(.5, hsla(6, 78%, 56%, 1)), to(hsla(6, 78%, 42%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 78%, 57%, 1)), color-stop(.45, hsla(6, 78%, 47%, 1)), color-stop(.5, hsla(6, 78%, 45%, 1)), to(hsla(6, 78%, 47%, 1))) 1px 1px no-repeat !important;
+}
+
+.outgoing.history .x-header
+{
+ background:
+ /*corners*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) left top no-repeat,
+
+ /*top dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) 0px 0px no-repeat,
+ /*left dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) 0px 0px no-repeat,
+ /*bottom dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+ /*right dark border*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 53%, 1)), to(hsla(6, 15%, 53%, 1))) right bottom no-repeat,
+
+ /*top light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), to(hsla(6, 15%, 93%, 1))) 0px 0px no-repeat,
+ /*bottom light edge*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), to(hsla(6, 15%, 78%, 1))) right bottom no-repeat,
+ /*left light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) 0px 0px no-repeat,
+ /*right light gradient*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 93%, 1)), color-stop(.5, hsla(6, 15%, 82%, 1)), to(hsla(6, 15%, 70%, 1))) right bottom no-repeat,
+ /*body*/
+ -webkit-gradient(linear, left top, left bottom, from(hsla(6, 15%, 78%, 1)), color-stop(.45, hsla(6, 15%, 65%, 1)), color-stop(.5, hsla(6, 15%, 60%, 1)), to(hsla(6, 15%, 75%, 1))) 1px 1px no-repeat !important;
+}
diff -r d3a0ccf30c92 -r 37ea8063a488 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css Sun Mar 28 23:01:01 2010 -0500
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Variants/Alt Blue - Blue.css Mon Mar 29 17:10:51 2010 -0500
@@ -1,114 +1,3 @@
@import url("../Styles/alternating.css");
-
-.incoming:not(.history) .x-header
-{
- background:
- /*corners*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) right top no-repeat,
-
- /*top dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
- /*left dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
- /*bottom dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 38%, 1)), to(hsla(215, 73%, 38%, 1))) right bottom no-repeat,
- /*right dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
-
- /*top light edge*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) 0px 0px no-repeat,
- /*bottom light edge*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
- /*left light gradient*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) 0px 0px no-repeat,
- /*right light gradient*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
- /*body*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat;
-}
-
-.outgoing:not(.history) .x-header
-{
- background:
- /*corners*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 46%, 1))) left top no-repeat,
-
- /*top dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
- /*left dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) 0px 0px no-repeat,
- /*bottom dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 38%, 1)), to(hsla(215, 73%, 63%, 1))) right bottom no-repeat,
- /*right dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 33%, 1)), to(hsla(215, 73%, 33%, 1))) right bottom no-repeat,
-
- /*top light edge*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 73%, 1)), to(hsla(215, 73%, 73%, 1))) 0px 0px no-repeat,
- /*bottom light edge*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 58%, 1)), to(hsla(215, 73%, 58%, 1))) right bottom no-repeat,
- /*left light gradient*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) 0px 0px no-repeat,
- /*right light gradient*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 62%, 1)), color-stop(.5, hsla(215, 73%, 52%, 1)), to(hsla(215, 73%, 50%, 1))) right bottom no-repeat,
- /*body*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 73%, 57%, 1)), color-stop(.45, hsla(215, 73%, 48%, 1)), color-stop(.5, hsla(215, 73%, 46%, 1)), to(hsla(215, 73%, 53%, 1))) 1px 1px no-repeat !important;
-}
-
-.mention:not(.history) .x-mentionicon
-{
- background-image: url("../images/pref-mention-blue.png");
-}
-
-.incoming.history .x-header
-{
- background:
- /*corners*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right top no-repeat,
-
- /*top dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) 0px 0px no-repeat,
- /*left dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) 0px 0px no-repeat,
- /*bottom dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
- /*right dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) right bottom no-repeat,
-
- /*top light edge*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), to(hsla(215, 20%, 93%, 1))) 0px 0px no-repeat,
- /*bottom light edge*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), to(hsla(215, 20%, 78%, 1))) right bottom no-repeat,
- /*left light gradient*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) 0px 0px no-repeat,
- /*right light gradient*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 93%, 1)), color-stop(.5, hsla(215, 20%, 82%, 1)), to(hsla(215, 20%, 70%, 1))) right bottom no-repeat,
- /*body*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 78%, 1)), color-stop(.45, hsla(215, 20%, 65%, 1)), color-stop(.5, hsla(215, 20%, 60%, 1)), to(hsla(215, 20%, 75%, 1))) 1px 1px no-repeat;
-}
-
-.outgoing.history .x-header
-{
- background:
- /*corners*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) left top no-repeat,
-
- /*top dark border*/
- -webkit-gradient(linear, left top, left bottom, from(hsla(215, 20%, 53%, 1)), to(hsla(215, 20%, 53%, 1))) 0px 0px no-repeat,
More information about the commits
mailing list