<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Avi :) &#187; css</title>
	<atom:link href="http://blog.avi.co/wp/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.avi.co</link>
	<description>Open Source Software Hippy and all-round pedant</description>
	<lastBuildDate>Mon, 07 Jun 2010 14:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Whoo! Theme update!</title>
		<link>http://blog.avi.co/wp/whoo-theme-update/</link>
		<comments>http://blog.avi.co/wp/whoo-theme-update/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:40:38 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://aviswebsite.co.uk/?p=518</guid>
		<description><![CDATA[I've updated the theme, and applied my handy modifications that make it more grey. Here's the diff on the css file, if you're wondering what I did (and for next time when I forget). I despise CSS, so it's all nice and easy.
The changes are to give the &#60;pre&#62; tags a grey (#EEE) background colour, [...]]]></description>
			<content:encoded><![CDATA[<p>I've updated the theme, and applied my handy modifications that make it more grey. Here's the diff on the css file, if you're wondering what I did (and for next time when I forget). I despise CSS, so it's all nice and easy.</p>
<p>The changes are to give the <tt>&lt;pre&gt;</tt> tags a grey (#EEE) background colour, and to make the posts individual white boxes on grey, rather than an all-white page. </p>
<pre class="css">&nbsp;
avi<span style="color: #a1a100;">@avi:whiteasmilk_1.8$ diff style.css style.css.original</span>
<span style="color: #933;">18</span>,35d17
&lt; <span style="color: #808080; font-style: italic;">/* Added to make the code blocks pretty. Stupid CSS implementations mean this will break
&lt;    any form of validity in order to actually make it work. Stupid browser people.
&lt;    I can't remember where I got this from, but if you reckon I might've found it on your site
&lt;    let me know and if I believe you I'll stick a URL here
&lt; */</span>
&lt; pre <span style="color: #66cc66;">&#123;</span>
&lt; 	<span style="color: #000000; font-weight: bold;">border</span> <span style="color: #933;">0</span>
&lt; 	<span style="color: #000000; font-weight: bold;">padding</span>: <span style="color: #933;">0</span><span style="color: #6666ff;"><span style="color: #933;">.2em</span></span> <span style="color: #933;">0</span><span style="color: #6666ff;"><span style="color: #933;">.5em</span></span>;
&lt; 	<span style="color: #000000; font-weight: bold;">background-color</span>:<span style="color: #cc00cc;">#EEE</span>;
&lt; 	white-space<span style="color: #3333ff;">:pre-wrap</span>;
&lt; 	<span style="color: #000000; font-weight: bold;">white-space</span>: -moz-pre-wrap;  <span style="color: #808080; font-style: italic;">/* Mozilla, since 1999 */</span>
&lt; 	<span style="color: #000000; font-weight: bold;">white-space</span>: -pre-wrap;      <span style="color: #808080; font-style: italic;">/* Opera 4-6 */</span>
&lt; 	<span style="color: #000000; font-weight: bold;">white-space</span>: -o-pre-wrap;    <span style="color: #808080; font-style: italic;">/* Opera 7 */</span>
&lt; 	word-wrap: break-word;       <span style="color: #808080; font-style: italic;">/* Internet Explorer 5.5+ */</span>
&lt; <span style="color: #66cc66;">&#125;</span>
&lt;
&lt;
&lt;
40c22
&lt;   body <span style="color: #66cc66;">&#123;</span><span style="color: #000000; font-weight: bold;">background-color</span>:<span style="color: #cc00cc;">#c9c9c9</span>;<span style="color: #66cc66;">&#125;</span>
---
&gt;   body <span style="color: #66cc66;">&#123;</span>background-color<span style="color: #3333ff;">:white</span>;<span style="color: #66cc66;">&#125;</span>
<span style="color: #933;">323</span>,326c305
&lt; border-bottom<span style="color: #3333ff;">:<span style="color: #933;">15px</span></span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#c9c9c9</span>;
&lt;   padding-left<span style="color: #3333ff;">:<span style="color: #933;">10px</span></span>;
&lt;   padding-right<span style="color: #3333ff;">:<span style="color: #933;">10px</span></span>;
&lt;   <span style="color: #000000; font-weight: bold;">background-color</span>:<span style="color: #cc00cc;">#fff</span>;
---
&gt;   border-bottom<span style="color: #3333ff;">:<span style="color: #933;">1px</span></span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#<span style="color: #933;">999</span></span>;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.avi.co/wp/whoo-theme-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
