xtras/mathuaerknedam 421:40581d804cac: Gone Dark: Finish the men...

commits at adium.im commits at adium.im
Fri Mar 12 02:57:30 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/40581d804cac
revision:	421:40581d804cac
author:		mathuaerknedam
date:		Thu Mar 11 16:31:43 2010 -0600

Gone Dark: Finish the mention changes I thought I did yesterday.
Subject: xtras/mathuaerknedam 422:1de188118945: Stockholm: Fix status focus text.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/1de188118945
revision:	422:1de188118945
author:		mathuaerknedam
date:		Thu Mar 11 16:33:10 2010 -0600

Stockholm: Fix status focus text.

diffs (246 lines):

diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Thu Mar 11 16:33:10 2010 -0600
@@ -189,7 +189,7 @@
 
 .mention .x-content
 {
-	-webkit-background-size: 28px 100%, 28px 100%, 100% 100%;
+	-webkit-background-size: 36px 100%, 36px 100%, 100% 100%;
 }
 
 .mention.x-context
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css	Thu Mar 11 16:33:10 2010 -0600
@@ -47,3 +47,10 @@
 	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, .4)), to(rgba(255, 255, 255, .4))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(28, 94, 144, .4))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
+}
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .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(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)), 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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css	Thu Mar 11 16:33:10 2010 -0600
@@ -47,3 +47,10 @@
 	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, .4)), to(rgba(255, 255, 255, .4))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(227, 58, 126, .4))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
+}
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .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(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(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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .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(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(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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css	Thu Mar 11 16:33:10 2010 -0600
@@ -47,3 +47,10 @@
 	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, .3)), color-stop(.1, rgba(187, 34, 34, .3)), to(rgba(255, 255, 255, .3))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .3)), color-stop(.9, rgba(187, 34, 34, .3)), to(rgba(187, 34, 34, .3))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
+}
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css	Thu Mar 11 16:33:10 2010 -0600
@@ -50,18 +50,7 @@
 .mention .x-content
 {
 	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(104, 187, 14, .6)), color-stop(.1, rgba(104, 187, 14, .6)), to(rgba(255, 255, 255, .6))) no-repeat,
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .6)), color-stop(.9, rgba(104, 187, 14, .6)), to(rgba(104, 187, 14, .6))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(104, 187, 14, .4)), to(rgba(255, 255, 255, .4))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(104, 187, 14, .4))) no-repeat right top,
 		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
 }
-
-.mention .x-content
-{
-	-webkit-background-size: 28px 100%, 28px 100%, 100% 100%;
-}
-
-.mention .x-divider
-{
-	/*border-top: 2px groove rgba(104, 187, 14, .2);*/
-}
-
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .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(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(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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .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(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(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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Margarita.css	Thu Mar 11 16:33:10 2010 -0600
@@ -47,3 +47,10 @@
 	border-bottom: 1px solid rgba(139, 139, 0, 1);
 }
 
+.mention .x-content
+{
+	background:
+		-webkit-gradient(linear, left top, right top, from(rgba(122, 170, 18, .4)), to(rgba(255, 255, 255, .4))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(122, 170, 18, .4))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
+}
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .mention .x-content
 {
 	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(180, 223, 0, 1)), color-stop(.1, rgba(180, 223, 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(180, 223, 0, 1)), to(rgba(180, 223, 0, 1))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(180, 223, 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(180, 223, 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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .mention .x-content
 {
 	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(86, 138, 168, 1)), color-stop(.1, rgba(86, 138, 168, 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(86, 138, 168, 1)), to(rgba(86, 138, 168, 1))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(86, 138, 168, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(86, 138, 168, 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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css	Thu Mar 11 16:33:10 2010 -0600
@@ -32,8 +32,8 @@
 .mention .x-content
 {
 	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(0, 161, 255, 1)), color-stop(.1, rgba(0, 161, 255, 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(0, 161, 255, 1)), to(rgba(0, 161, 255, 1))) no-repeat right top,
+		-webkit-gradient(linear, left top, right top, from(rgba(0, 161, 255, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(0, 161, 255, 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;
 }
 
diff -r 86fda5a0dcbd -r 1de188118945 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Wed Mar 10 21:48:49 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Thu Mar 11 16:33:10 2010 -0600
@@ -298,6 +298,7 @@
 
 .x-status_container:not(.focus) .x-status_right
 {
+	border-left: transparent;
 	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(173, 173, 173, 1)), to(rgba(173, 173, 173, 1))) right top no-repeat,
 
@@ -320,14 +321,9 @@
 
 .x-status_container.focus .x-status_right
 {
-	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(173, 173, 173, 1)), to(rgba(173, 173, 173, 1))) right top no-repeat,
-
-		-webkit-gradient(linear, left top, left bottom, from(rgba(218, 218, 218, 1)), to(rgba(218, 218, 218, 1))) right top no-repeat,
-
-		-webkit-gradient(linear, left top, left bottom, from(rgba(173, 173, 173, 1)), to(rgba(173, 173, 173, 1))) 1px 0px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(218, 218, 218, 1)), to(rgba(218, 218, 218, 1))) 1px 1px no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 1)), to(rgba(241, 241, 241, 1))) 1px 2px no-repeat;
+	color: white;
+	border-left: 1px solid rgba(255, 255, 255, .2);
+	background: none;
 	-webkit-background-size:
 		2px 2px,
 
@@ -340,12 +336,6 @@
 	-webkit-border-bottom-right-radius: 4px;
 }
 
-.focus .x-status_right
-{
-	color: white;
-	border-left: 1px solid rgba(255, 255, 255, .2);
-}
-
 .history .x-status_left
 {
 	color: rgb(241, 241, 241);


More information about the commits mailing list