xtras/mathuaerknedam 237:19a71f468cca: Minimal_mod: * vs grey va...

commits at adium.im commits at adium.im
Tue Nov 17 17:10:14 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/19a71f468cca
revision:	237:19a71f468cca
author:		mathuaerknedam
date:		Tue Nov 17 09:10:39 2009 -0600

Minimal_mod: * vs grey variants now use a yellow mention highlight. Grey mention highlights didn't work so well with the grey history text, and conflicted with the grey focus highlights.
Subject: xtras/mathuaerknedam 238:81732bffc5e2: Minimal_mod: this has no background at all, which makes it pretty useless when used with all but the most muted backgrounds. This adds a semi-transparent background (less transparent under the pale timestamp).

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/81732bffc5e2
revision:	238:81732bffc5e2
author:		mathuaerknedam
date:		Tue Nov 17 09:34:59 2009 -0600

Minimal_mod: this has no background at all, which makes it pretty useless when used with all but the most muted backgrounds. This adds a semi-transparent background (less transparent under the pale timestamp).
Subject: xtras/mathuaerknedam 239:f033ea977c81: minimal_mod: enable topics.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/f033ea977c81
revision:	239:f033ea977c81
author:		mathuaerknedam
date:		Tue Nov 17 11:08:31 2009 -0600

minimal_mod: enable topics.

diffs (168 lines):

diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Topic.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Topic.html	Tue Nov 17 11:08:31 2009 -0600
@@ -0,0 +1,3 @@
+<div id="x-header">
+	%topic%
+</div>
diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css	Tue Nov 17 11:08:31 2009 -0600
@@ -41,5 +41,5 @@
 .mention.x-container,
 .mention.x-container_next
 {
-	background-color: rgba(0, 0, 0, .1);
+	background-color: rgba(255, 255, 0, .1);
 }
diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css	Tue Nov 17 11:08:31 2009 -0600
@@ -41,5 +41,5 @@
 .mention.x-container,
 .mention.x-container_next
 {
-	background-color: rgba(0, 0, 0, .1);
+	background-color: rgba(255, 255, 0, .1);
 }
diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css	Tue Nov 17 11:08:31 2009 -0600
@@ -41,5 +41,5 @@
 .mention.x-container,
 .mention.x-container_next
 {
-	background-color: rgba(0, 0, 0, .1);
+	background-color: rgba(255, 255, 0, .1);
 }
diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css	Tue Nov 17 11:08:31 2009 -0600
@@ -41,5 +41,5 @@
 .mention.x-container,
 .mention.x-container_next
 {
-	background-color: rgba(0, 0, 0, .1);
+	background-color: rgba(255, 255, 0, .1);
 }
diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css	Tue Nov 17 11:08:31 2009 -0600
@@ -41,5 +41,5 @@
 .mention.x-container,
 .mention.x-container_next
 {
-	background-color: rgba(0, 0, 0, .1);
+	background-color: rgba(255, 255, 0, .1);
 }
diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css	Mon Nov 16 23:51:47 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css	Tue Nov 17 11:08:31 2009 -0600
@@ -41,5 +41,5 @@
 .mention.x-container,
 .mention.x-container_next
 {
-	background-color: rgba(0, 0, 0, .1);
+	background-color: rgba(255, 255, 0, .1);
 }
diff -r f6acb3328fe9 -r f033ea977c81 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Mon Nov 16 23:51:47 2009 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Tue Nov 17 11:08:31 2009 -0600
@@ -63,21 +63,23 @@
 								 
  BASED ON: 	Minimal Adium Message Style [default package 0.8 b12 version]
 				check http://www.adiumxtras.com/index.php?a=xtras&xtra_id=1576 for full credits
----------------------------------------------------------------------------*/
+---------------------------------------------------------------------------
+*/
 
 body
 {
 	color: #333333;
-	background-color: #ffffff;
+	/*background-color: #ffffff;
 	background-image: url("images/back_l.png");
+	background-repeat: repeat-y;*/
 	margin: 0;
-	background-repeat: repeat-y;
 	line-height: 1.4em;
 }
 
 #Chat
 {
-overflow: hidden;
+	overflow: hidden;
+	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255 ,255, .5)), to(rgba(255, 255, 255, .9)));
 }
 
 p
@@ -111,7 +113,7 @@
 
 .x-container_next
 {
-padding-top: 2px;
+	padding-top: 2px;
 }
 
 .x-container,
@@ -149,7 +151,7 @@
 
 .x-sender
 {
-text-align: left;
+	text-align: left;
 }
 
 .x-sender,
@@ -184,7 +186,7 @@
 }
 .x-context_message
 {
-color: #999;
+	color: #999;
 }
 
 .x-message,
@@ -201,7 +203,7 @@
 
 .x-clear
 {
-clear: both;
+	clear: both;
 }
 
 .x-buddyicon img
@@ -218,7 +220,7 @@
 .x-buddyicon img[src="Incoming/buddy_icon.png"],
 .x-buddyicon img[src="Outgoing/buddy_icon.png"]
 {
-display: none;
+	display: none;
 }
 
 .x-placeholder
@@ -251,7 +253,7 @@
 
 img.scaledToFitImage
 {
-width:auto;
+	width: auto;
 }
 
 #x-header
@@ -272,9 +274,13 @@
 	z-index: 999; 
 }
 
+#x-header a
+{
+	color: #999999;
+}
+
 .focus.x-container,
 .focus.x-container_next
 {
-	background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0 ,0, .1)), to(rgba(255, 255, 255, .1))) fixed repeat-x;
-	-webkit-background-size: auto;
+	background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0 ,0, .1)), to(rgba(255, 255, 255, .1)));
 }


More information about the commits mailing list