<?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>Anidan Design &#187; CSS</title>
	<atom:link href="http://anidandesign.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://anidandesign.com</link>
	<description>Web design, Wordpress, and Graphic Art, tips, tricks, and tidbits</description>
	<lastBuildDate>Tue, 01 Mar 2011 01:58:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Change the style of selected text</title>
		<link>http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/</link>
		<comments>http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:30:31 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://anidandesign.com/?p=752</guid>
		<description><![CDATA[I recently learned this neat little css snippet that allows you to style selected text (this only works in Firefox&#8230; but really&#8230; what else matters? ) Just put the following code somewhere into your stylesheet making sure to change the background and color to match your own design! For an example of this code in...]]></description>
			<content:encoded><![CDATA[<p>I recently learned this neat little css snippet that allows you to style selected text (this only works in Firefox&#8230; but really&#8230; what else matters? <img src='http://anidandesign.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>Just put the following code somewhere into your stylesheet making sure to change the background and color to match your own design! For an example of this code in action just select some of the text here on my site <img src='http://anidandesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*:</span><span style="color: #3333ff;">:-moz-selection </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span> <span style="color: #993333;">none</span> <span style="color: #993333;">repeat</span> <span style="color: #993333;">scroll</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<h3>Update!</h3>
<p>This same effect can be used in Safari as well by including the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">:</span><span style="color: #3333ff;">:selection </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span> <span style="color: #993333;">none</span> <span style="color: #993333;">repeat</span> <span style="color: #993333;">scroll</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Thanks to Andrew Houle of <a href="http://myinkblog.com" target="_blank">myinkblog.com</a> for that tip <img src='http://anidandesign.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ! </p>
]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/css/change-the-style-of-selected-text-in-firefox/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>8 fonts you probably don&#8217;t use in css, but should</title>
		<link>http://anidandesign.com/web-design/eight-fonts-you-probably-dont-use-but-should/</link>
		<comments>http://anidandesign.com/web-design/eight-fonts-you-probably-dont-use-but-should/#comments</comments>
		<pubDate>Fri, 16 May 2008 09:31:40 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Fonts]]></category>

		<guid isPermaLink="false">http://anidandesign.com/css/eight-fonts-you-probably-dont-use-but-should/</guid>
		<description><![CDATA[Great reminder! I myself am totally guilty of using just a select few &#34;typical&#34; fonts such as arial and Georgia. This article is an excellent reminder of those &#34;forgotten&#34; fonts! Thank you <a title="3.7crea.tv - web design marketing podcast and blog" href="http://www.3point7designs.com/blog/" target="_blank">3.7crea.tv</a>!]]></description>
			<content:encoded><![CDATA[<p>Great reminder! I myself am totally guilty of using just a select few &quot;typical&quot; fonts such as arial and Georgia. This article is an excellent reminder of those &quot;forgotten&quot; fonts! Thank you <a title="3.7crea.tv - web design marketing podcast and blog" href="http://www.3point7designs.com/blog/" target="_blank">3.7crea.tv</a>! (Spend some time at this site, excellent css articles and I LOVE the site design!)</p>
<p align="center"><a title="8 fonts you probably don&#39;t use in css but should" href="http://www.3point7designs.com/blog/2008/05/08/8-fonts-you-probably-dont-use-in-css-but-should/" target="_blank"><img class="pix" alt="8 fonts you probably dont use but should" src="http://anidandesign.com/img/8fonts.jpg" /></a></p>
<p>View full article &#8211;&gt;&#160; <a href="http://www.3point7designs.com/blog/2008/05/08/8-fonts-you-probably-dont-use-in-css-but-should/">&#187; 8 fonts you probably don&#8217;t use in css, but should </a></p>
]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/web-design/eight-fonts-you-probably-dont-use-but-should/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Text Wrapper</title>
		<link>http://anidandesign.com/web-design/css-text-wrapper/</link>
		<comments>http://anidandesign.com/web-design/css-text-wrapper/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 04:52:54 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://anidandesign.com/2008/css-text-wrapper</guid>
		<description><![CDATA[Have you ever wanted to wrap text around an unconventional shape? Check out this new tool from the Idea Shower that allows you to do just that. CSS Text Wrapper &#8220;The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around...]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to wrap text around an unconventional shape?</p>
<p>Check out this <a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank">new tool</a> from <a href="http://www.ideashower.com/" title="the Idea Shower" target="_blank">the Idea Shower</a> that allows you to do just that.</p>
<p><a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank"><img src="http://anidandesign.com/img/csstextwrapper.jpg" alt="CSS Text Wrapper by the Idea Shower" border="0" class="pix" /></a></p>
<p><a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank">CSS Text Wrapper</a></p>
<p>&#8220;The <a href="http://www.csstextwrap.com/" title="CSS Text Wrapper" target="_blank">CSS Text Wrapper</a> allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/web-design/css-text-wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Gradient Text Effect</title>
		<link>http://anidandesign.com/web-design/css-gradient-text-effect/</link>
		<comments>http://anidandesign.com/web-design/css-gradient-text-effect/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 13:38:32 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://anidandesign.com/2008/css-gradient-text-effect</guid>
		<description><![CDATA[Check out this <a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank">cool new trick</a> by <a href="http://www.webdesignerwall.com" title="Web Designer's Wall" target="_blank">Web Designer's Wall</a> that creates fancy gradient headings using CSS.]]></description>
			<content:encoded><![CDATA[<p>Check out this <a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank">cool new trick</a> by <a href="http://www.webdesignerwall.com" title="Web Designer's Wall" target="_blank">Web Designer&#8217;s Wall</a> that creates fancy gradient headings using CSS.</p>
<p class="center"><a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank"><img src="http://anidandesign.com/img/gradient-text-samples.jpg" class="pix" alt="Gradient text Effect Samples Screenshot" height="313" width="400" /></a></p>
<p><a href="http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/" title="CSS Gradient Text Effect" target="_blank">CSS Gradient Text Effect</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/web-design/css-gradient-text-effect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

