<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Is there a way to tint an entire web page a certain colour?</title>
	<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour/</link>
	<description>Comments on Ask MetaFilter post Is there a way to tint an entire web page a certain colour?</description>
	<pubDate>Mon, 10 Jan 2005 00:05:54 -0800</pubDate>
	<lastBuildDate>Mon, 10 Jan 2005 00:05:54 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Is there a way to tint an entire web page a certain colour?</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour</link>	
		<description>Is there a way to tint an entire web page a certain colour? As in, not actually altering the images and other content to be tinted that colour, just for the content to look that way when viewed on that page. It sounds to me like something that could be done with CSS but I&apos;m really not sure. Google&apos;s results aren&apos;t turning up quite what I&apos;m looking for, although maybe I just suck at finding the right words for this query.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.13816</guid>
		<pubDate>Mon, 10 Jan 2005 00:00:17 -0800</pubDate>
		<dc:creator>DyRE</dc:creator>
		
			<category>webdev</category>
		
			<category>design</category>
		
			<category>opacity</category>
		
			<category>transparency</category>
		
			<category>css</category>
		
			<category>color</category>
		
			<category>colour</category>
		
	</item> <item>
		<title>By: SAC</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#238574</link>	
		<description>Would &lt;a href=&quot;http://www.blooberry.com/indexdot/css/properties/dynamic/visualsyntax.htm&quot;&gt;this &lt;/a&gt;work?&lt;br&gt;
&lt;br&gt;
filter: [chroma] ([something])</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-238574</guid>
		<pubDate>Mon, 10 Jan 2005 00:05:54 -0800</pubDate>
		<dc:creator>SAC</dc:creator>
	</item><item>
		<title>By: aladfar</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#238575</link>	
		<description>Using the filter element, though nifty, requires an SVG compatible browser. Further, though they can be applied to container elements they won&apos;t work - to my knowledge - on a standard (gif, jpeg) image.&lt;br&gt;
&lt;br&gt;
For the time being, SVG isn&apos;t supported well. When it is, we&apos;re going to see all sorts of irritating implementations. It&apos;ll be the new &quot;blink&quot; tag . . .&lt;br&gt;
&lt;br&gt;
In any case, you can read all about it at the &lt;a href=&quot;http://www.w3.org/TR/SVG/filters.html#Introduction&quot;&gt;W3C&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-238575</guid>
		<pubDate>Mon, 10 Jan 2005 00:27:20 -0800</pubDate>
		<dc:creator>aladfar</dc:creator>
	</item><item>
		<title>By: Kwantsar</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#238580</link>	
		<description>(1) unplug your monitor&lt;br&gt;
(2) snip one of the pins on the cable with a wire cutter&lt;br&gt;
(3) plug back in&lt;br&gt;
(4) observer&lt;br&gt;
&lt;br&gt;
repeat 1-4 until the color changes.  &lt;br&gt;
&lt;br&gt;
Note: above instructions will lead to the destruction of your monitor.  You have been warned.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-238580</guid>
		<pubDate>Mon, 10 Jan 2005 00:39:47 -0800</pubDate>
		<dc:creator>Kwantsar</dc:creator>
	</item><item>
		<title>By: taz</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#238583</link>	
		<description>DyRE, one way is to use alpha opacity on a css layer over the content (better, though, if the text appears on or over that layer), but I don&apos;t think you can count on it to work in every single browser. If you did use it, it would probably look something like this:&lt;br&gt;
&lt;br&gt;
background-color:#c66;opacity:.20;filter:alpha(opacity=20);-moz-opacity: .20;&lt;br&gt;
&lt;br&gt;
which should work in IE6 (not sure about other IE) and mozilla browsers, at least. The problem is that in any browser that doesn&apos;t do the opacity thing, it would probably render as a solid background color. Anyway, I&apos;ve used a 70% opacity on the main text area of my user profile, so you can see what it looks like there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-238583</guid>
		<pubDate>Mon, 10 Jan 2005 00:49:10 -0800</pubDate>
		<dc:creator>taz</dc:creator>
	</item><item>
		<title>By: falconred</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#238586</link>	
		<description>that is one swanky profile page, taz.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-238586</guid>
		<pubDate>Mon, 10 Jan 2005 01:14:01 -0800</pubDate>
		<dc:creator>falconred</dc:creator>
	</item><item>
		<title>By: TheDonF</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#238587</link>	
		<description>If this isn&apos;t one of your pages (and thus you don&apos;t have access to the source to add extra layers), it sounds like you need to write your own stylesheet (possibly marking things as !important), thus overriding the author&apos;s code.  All modern browsers support user defined style sheets.&lt;br&gt;
&lt;br&gt;
Can&apos;t remember where the Moz/FF or Opera settings are (I don&apos;t have them at work, ggrr), but in IE, go to Tools &amp;gt; Internet Options &amp;gt; General &amp;gt; Accessibility to add your own.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-238587</guid>
		<pubDate>Mon, 10 Jan 2005 01:20:46 -0800</pubDate>
		<dc:creator>TheDonF</dc:creator>
	</item><item>
		<title>By: wackybrit</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#238634</link>	
		<description>There&apos;s one funky way you can do it in any good Web browser (not IE). Make a PNG file in the color of your choice, set it to 50% alpha, and then make a DIV and stretch that PNG across the entire page. It&apos;s not going to be exactly what you want though, but it&apos;s a hack ;-)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-238634</guid>
		<pubDate>Mon, 10 Jan 2005 06:18:38 -0800</pubDate>
		<dc:creator>wackybrit</dc:creator>
	</item><item>
		<title>By: DyRE</title>
		<link>http://ask.metafilter.com/13816/Is-there-a-way-to-tint-an-entire-web-page-a-certain-colour#239113</link>	
		<description>&lt;strong&gt;taz&lt;/strong&gt;, that&apos;s perfect! Thank you so much.&lt;br&gt;
&lt;br&gt;
Kwantsar, sounds fun, now I just need the same thing to automatically happen to anyone who views the page.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.13816-239113</guid>
		<pubDate>Mon, 10 Jan 2005 19:21:17 -0800</pubDate>
		<dc:creator>DyRE</dc:creator>
	</item>
	</channel>
</rss>
