<?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>James Emmrich &#187; Firefox</title>
	<atom:link href="http://www.lwp.ca/james/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lwp.ca/james</link>
	<description>Just another motorcycle linux geek</description>
	<lastBuildDate>Sat, 19 Jun 2010 03:25:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Websites Birthed from CSS Hell</title>
		<link>http://www.lwp.ca/james/2008/10/websites-birthed-from-css-hell/</link>
		<comments>http://www.lwp.ca/james/2008/10/websites-birthed-from-css-hell/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 22:09:02 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[ProTip]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.lwp.ca/james/?p=241</guid>
		<description><![CDATA[Over the years I have come across a few websites that I want to visit on a regular basis. These websites are designed by &#8220;web designers&#8221; with no skill whatsoever. Infact, I sincerely believe that a retarded monkey with carpal tunnel and OCD could tap out a clear and functional design that would greatly out [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years I have come across a few websites that I want to visit on a regular basis. These websites are designed by &#8220;web designers&#8221; with no skill whatsoever. Infact, I sincerely believe that a retarded monkey with carpal tunnel and OCD could tap out a clear and functional design that would greatly out perform the hideous creation of this so called human &#8220;web designer.&#8221;</p>
<p>In this post you will learn how to take matters into your own hands and fix these websites so they are at least bearable. We will learn how to change the font and font size for a particular website.</p>
<h2>Requirements:</h2>
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a></li>
<li>Firefox extension: <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish</a></li>
<li>Knowledge of CSS (cascading style sheets)</li>
</ul>
<h2>Getting started with Stylish</h2>
<p>After the extension has been installed and Firefox has been restarted. Go to the bottom right hand corner and click on the Stylish icon. In the menu, click on the Manage Styles&#8230;</p>
<p><a href="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_menu.png"><img class="alignnone size-medium wp-image-244" title="stylish_menu" src="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_menu.png" alt="" width="246" height="168" /></a></p>
<p>Because we do not have any scripts, there is nothing to display, so click on the Write&#8230; button and lets get started.</p>
<p>Write out the following code as show in the example below. Here, we are using example.com as well, our example. The trusty folks over there have provided us with a simple boring page. Substitute <em>example.com</em> with the URL that will apply to your case.</p>
<p><a href="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_edit.png"><img class="alignnone size-full wp-image-242" title="stylish_edit" src="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_edit.png" alt="" width="499" height="353" /></a></p>
<p>By pressing Save, you should have no error messages and be presented with a list of scripts installed. In our case, it looks like so.</p>
<p><a href="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_manage.png"><img class="alignnone size-full wp-image-243" title="stylish_manage" src="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_manage.png" alt="" width="499" height="353" /></a></p>
<p>Go back to the nightmarish website. You may have to refresh the page to see the results.</p>
<p>Example forum from hell, before:</p>
<p><a href="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_dep_before.png"><img class="alignnone size-full wp-image-249" title="stylish_dep_before" src="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_dep_before.png" alt="" width="392" height="99" /></a></p>
<p>Example forum from hell, after:</p>
<p><a href="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_dep_after.png"><img class="alignnone size-full wp-image-248" title="stylish_dep_after" src="http://www.lwp.ca/james/wp-content/uploads/2008/10/stylish_dep_after.png" alt="" width="392" height="99" /></a></p>
<p>Don&#8217;t think you can have to stop here! CSS is very powerful and together with Stylish, you can virtually redesign any website the way YOU want it to look.</p>
<p>Check out the user submitted styles found here: <a href="http://userstyles.org/">http://userstyles.org/</a></p>
<h2>ProTip!</h2>
<ul>
<li>Look into the <a href="https://addons.mozilla.org/en-US/firefox/addon/1865">Adblock Plus</a> extension. Not only is this great for removing advertisements from websites, but allows you to block or hide obnoxious images and other content from displaying. Perfect for websites with a huge picture at the top forcing you to scroll every page view.</li>
</ul>
<ul>
<li>Read up on CSS, specifically the <em>display: none;</em> syntax for hiding elements within a page.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lwp.ca/james/2008/10/websites-birthed-from-css-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
