xtras/mathuaerknedam 417:beecf06ba300: yMous: Make status text e...

commits at adium.im commits at adium.im
Wed Mar 10 23:22:40 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/beecf06ba300
revision:	417:beecf06ba300
author:		mathuaerknedam
date:		Wed Mar 10 17:21:32 2010 -0600

yMous: Make status text easier to read in saturnine variants.
Subject: xtras/mathuaerknedam 418:6f6d443f7f9c: Gone Dark: make mentions more obvious and more colorful.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/6f6d443f7f9c
revision:	418:6f6d443f7f9c
author:		mathuaerknedam
date:		Wed Mar 10 17:22:20 2010 -0600

Gone Dark: make mentions more obvious and more colorful.

diffs (313 lines):

diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Wed Mar 10 17:22:20 2010 -0600
@@ -186,3 +186,13 @@
 {
 	padding-top: 0px;
 }
+
+.mention .x-content
+{
+	-webkit-background-size: 28px 100%, 28px 100%, 100% 100%;
+}
+
+.mention.x-context
+{
+	opacity: .7;
+}
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css	Wed Mar 10 17:22:20 2010 -0600
@@ -5,6 +5,6 @@
 
 .mention .x-gloss
 {
-	background: rgba(240, 240, 240, .4)
+	background: none;
 }
 
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css	Wed Mar 10 17:22:20 2010 -0600
@@ -88,19 +88,3 @@
 {
 	-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 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css	Wed Mar 10 17:22:20 2010 -0600
@@ -38,7 +38,7 @@
 
 .x-divider
 {
-	border-top: 2px groove rgba(92, 92, 92, .7) !important;
+	border-top: 2px groove rgba(92, 92, 92, .7);
 }
 
 .x-date
@@ -57,16 +57,9 @@
 	color: rgb(168, 168, 168);
 }
 
-.x-status a:hover,
-#x-header a:hover
-{
-	color: rgb(198, 198, 198);
-}
-
 .focus
 {
 	background-color: hsla(0, 0%, 100%, .2);
-	background-color: rgba(96, 96, 96, .8);
 }
 
 .focus .x-service
@@ -84,24 +77,3 @@
 {
 	-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 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid rgba(255, 87, 171, 1);
 }
 
-/*.mention .x-content
+.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
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid rgba(225, 0, 11, 1);
 }
 
-/*.mention .x-content
+.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
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid rgba(178, 69, 115, 1);
 }
 
-/*.mention .x-content
+.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
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css	Wed Mar 10 17:22:20 2010 -0600
@@ -47,3 +47,21 @@
 	border-bottom: 1px solid rgba(30, 144, 197, 1);
 }
 
+.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(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 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid rgba(134, 206, 76, 1);
 }
 
-/*.mention .x-content
+.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
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Lava Flow.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid rgba(237, 178, 0, 1);
 }
 
-/*.mention .x-content
+.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
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Mutation.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid rgba(180, 223, 0, 1);
 }
 
-/*.mention .x-content
+.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(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
-}*/
+}
 
 .mention .x-divider
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid #568aa8;
 }
 
-/*.mention .x-content
+.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(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
-}*/
+}
 
 .mention .x-divider
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Undersea.css	Wed Mar 10 17:22:20 2010 -0600
@@ -29,13 +29,13 @@
 	border-bottom: 1px solid rgba(0, 161, 255, 1);
 }
 
-/*.mention .x-content
+.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(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
-}*/
+}
 
 .mention .x-divider
 {
diff -r 24c59e62c8e8 -r 6f6d443f7f9c yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css	Wed Mar 10 17:22:20 2010 -0600
@@ -75,13 +75,13 @@
 .status,
 .event
 {
-	color: hsla(0, 0%, 35%, .8) !important;
+	color: hsla(0, 0%, 50%, .8) !important;
 }
 
 .status .x-mark,
 .event .x-mark
 {
-	color: hsla(0, 0%, 35%, .7) !important;
+	color: hsla(0, 0%, 50%, .7) !important;
 }
 
 .status:hover,
diff -r 24c59e62c8e8 -r 6f6d443f7f9c yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css	Tue Mar 09 23:50:18 2010 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_XtraColorS.css	Wed Mar 10 17:22:20 2010 -0600
@@ -22,7 +22,7 @@
 .event,
 .event .x-message
 {
-	color: hsla(0, 0%, 35%, .8);
+	color: hsla(0, 0%, 50%, .8);
 }
 
 .outgoing.message:not(.x-hover):not(:hover) .x-mark


More information about the commits mailing list