xtras/mathuaerknedam 217:417ca37bc27c: SO3: dial back transparan...

commits at adium.im commits at adium.im
Wed Nov 11 04:49:29 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/417ca37bc27c
revision:	217:417ca37bc27c
author:		mathuaerknedam
date:		Tue Nov 10 22:49:24 2009 -0600

SO3: dial back transparance and mute colors in classic history to make it more legible on a dark custom background.

diffs (67 lines):

diff -r dee7906520b8 -r 417ca37bc27c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Tue Nov 10 16:12:37 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Mockup-SpecialCases.html	Tue Nov 10 22:49:24 2009 -0600
@@ -7,12 +7,16 @@
 	</title>
 
 	<style type="text/css">
-		@import url( "./Variants/Alternating.css" );
+		@import url( "./Variants/Classic.css" );
 
 		body
 		{
 			font-size: 7.5pt;
 			border-bottom: 1px solid yellow;
+
+			//background: url(/Library/Desktop\ Pictures/Plants/Petals.jpg) center repeat;
+			//background: url(/Library/Desktop\ Pictures/Plants/Leaves.jpg) center repeat;
+			//background: url(/Library/Desktop\ Pictures/Nature/Zen\ Garden.jpg) center repeat;
 		}
 
 </style>
diff -r dee7906520b8 -r 417ca37bc27c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Tue Nov 10 16:12:37 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Classic.css	Tue Nov 10 22:49:24 2009 -0600
@@ -76,7 +76,7 @@
 .history.event:not(.consecutive)
 {
 	color: rgba(244, 244, 244, .75);
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, .5)), to(rgba(32, 32, 32, .5)));
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, .625)), to(rgba(48, 48, 48, .625)));
 	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
 }
 
@@ -399,7 +399,7 @@
 
 .history.message:not(.consecutive)
 {
-	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(208, 208, 208, .5))) !important;
+	background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 232, .75)), to(rgba(208, 208, 224, .75))) !important;
 }
 
 .message:not(.consecutive).x-hover
@@ -410,7 +410,7 @@
 
 .message:not(.consecutive).history.x-hover
 {
-	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .5)), to(rgba(208, 208, 208, .5))) !important;
+	background: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 232, 232, .75)), to(rgba(208, 208, 224, .75))) !important;
 	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .4), 0px 0px 1px rgba(0, 0, 0, .4);
 }
 
diff -r dee7906520b8 -r 417ca37bc27c Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Tue Nov 10 16:12:37 2009 -0600
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/todo.txt	Tue Nov 10 22:49:24 2009 -0600
@@ -4,12 +4,10 @@
 		!# The topic and header probably need a min-width too.
 
 	# modularize the css?
-	# Robby's problem with topic text flowing outside of bubble. Is also didn't maintain it's right margin.
 	# The min-width for indented bubbles should be less than non-indented ones. Ideally, everything would be min-width some em value, but the indentations are by px. I can't calculate indents for em+px. Last I checked, indent by em didn't work because icons are a fixed size and scaling them didn't work well. using px for min-width wouldn't scale well for larger font sizes, but maybe people with large fonts dont' have small windows?
 	# Can the left margin (and focus/mention indicators) use em rather than px?
 	# the per-message triangles in icon-time2 can flow funny when the window is narrow
 	# places that specify only event should also specify status
-	# make classic history text more legible when a dark custom background is used.
 
 
 Future Versions


More information about the commits mailing list