<?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>Thesis Hacker &#187; borders</title>
	<atom:link href="http://www.thesishacker.com/category/borders/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 21 May 2009 16:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add shadow border to your blog page</title>
		<link>http://www.thesishacker.com/add-shadow-border-to-your-blog-page</link>
		<comments>http://www.thesishacker.com/add-shadow-border-to-your-blog-page#comments</comments>
		<pubDate>Sun, 15 Mar 2009 21:54:40 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[borders]]></category>
		<category><![CDATA[home page]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[shadows]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thesis hacker]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1468</guid>
		<description><![CDATA[If you want to create a subtle 3d shadow border around your blog page&#8230;

Try this technique&#8230;
First thing I did is made an image in photoshop. Use any graphic program you want. It&#8217;s 1050 px wide X 100 px tall. I uploaded it to my server and placed it in the custom/images folder. This is what [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to create a subtle 3d shadow border around your blog page&#8230;</p>
<p><a rel="attachment wp-att-1470" href="http://www.thesishacker.com/add-shadow-border-to-your-blog-page/attachment/134"><img class="alignnone size-full wp-image-1470" title="134" src="http://www.thesishacker.com/wp-content/uploads/2009/03/134.png" alt="134" width="542" height="345" /></a></p>
<p>Try this technique&#8230;</p>
<p>First thing I did is made an image in photoshop. Use any graphic program you want. It&#8217;s 1050 px wide X 100 px tall. I uploaded it to my server and placed it in the custom/images folder. This is what it looks like. It&#8217;s been shrunken down to fit within this blog post&#8230;.</p>
<p>Shadow.png:</p>
<p><a rel="attachment wp-att-1471" href="http://www.thesishacker.com/add-shadow-border-to-your-blog-page/shadow"><img class="alignnone size-full wp-image-1471" title="shadow" src="http://www.thesishacker.com/wp-content/uploads/2009/03/shadow.png" alt="shadow" width="536" height="51" /></a></p>
<p>Next, put the image onto the background by placing the following code in the custom.css file and uploading it to your server. You can move the image from left to right with the first % value. Adjust it to create your desired effect.</p>
<p class="alert">body.custom {background: url(images/shadow.png) repeat-y scroll 50% 0 ;}</p>
<p>And that&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/add-shadow-border-to-your-blog-page/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remove the border from the blockquote</title>
		<link>http://www.thesishacker.com/remove-border-from-blockquotes</link>
		<comments>http://www.thesishacker.com/remove-border-from-blockquotes#comments</comments>
		<pubDate>Wed, 04 Feb 2009 00:27:17 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[blockqoutes]]></category>
		<category><![CDATA[borders]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[blockquote]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[Remove border]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=982</guid>
		<description><![CDATA[

In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-983" style="border: 1px solid black;" title="882" src="http://www.thesishacker.com/wp-content/uploads/2009/02/882.png" alt="882" width="525" height="395" /></p>
<p><img class="alignnone size-full wp-image-984" style="border: 1px solid black;" title="90" src="http://www.thesishacker.com/wp-content/uploads/2009/02/90.png" alt="90" width="527" height="366" /></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*remove border from blockquote*/</span><br />
.custom blockquote { border: none ;  }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/remove-border-from-blockquotes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a border around your images in posts</title>
		<link>http://www.thesishacker.com/add-a-border-toimages-in-posts</link>
		<comments>http://www.thesishacker.com/add-a-border-toimages-in-posts#comments</comments>
		<pubDate>Wed, 21 Jan 2009 03:38:56 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[borders]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[add a border around imaga]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=550</guid>
		<description><![CDATA[Add a border around your images in posts]]></description>
			<content:encoded><![CDATA[<p>Once you have inserted an image into your post you can add a custom border around it. Click on the image and you&#8217;ll see two icons at the top left of it. Click the blue icon and that will take you to the following&#8230;</p>
<p><img class="alignnone size-full wp-image-551" style="border: 1px solid black;" title="46" src="http://www.thesishacker.com/wp-content/uploads/2009/01/46.png" alt="46" width="544" height="621" /></p>
<p>Click on the advanced options. From here you can customize the border any way you want. To put a simple black border around the image put in the number &#8220;1&#8243; in the &#8220;border&#8221; box. Hit update. You can change this to get your desired effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/add-a-border-toimages-in-posts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the color of the archive info border</title>
		<link>http://www.thesishacker.com/change-the-color-of-the-archive-info-border</link>
		<comments>http://www.thesishacker.com/change-the-color-of-the-archive-info-border#comments</comments>
		<pubDate>Tue, 20 Jan 2009 05:55:47 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[archives]]></category>
		<category><![CDATA[borders]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[change color]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=478</guid>
		<description><![CDATA[Change the color of the archive info border]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-479 aligncenter" style="border: 1px solid black;" title="29" src="http://www.thesishacker.com/wp-content/uploads/2009/01/29.png" alt="29" width="530" height="178" /></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*change the color of the archive info border*/</span><br />
.custom #archive_info { border-bottom: 2px  solid  #whatever hexidecimal color you want ;}</p>
<p style="text-align: center;"><a href="http://www.febooti.com/products/iezoom/online-help/online-color-chart-picker.html"><img class="aligncenter size-full wp-image-480" title="colorchart1" src="http://www.thesishacker.com/wp-content/uploads/2009/01/colorchart1.jpg" alt="colorchart1" width="133" height="121" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-the-color-of-the-archive-info-border/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the header border</title>
		<link>http://www.thesishacker.com/removing-the-header-border</link>
		<comments>http://www.thesishacker.com/removing-the-header-border#comments</comments>
		<pubDate>Mon, 27 Oct 2008 04:58:54 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[borders]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[commenting out code]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[removing the header border]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=24</guid>
		<description><![CDATA[remove header border]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-545 alignnone" style="border: 1px solid black;" title="45" src="http://www.thesishacker.com/wp-content/uploads/2008/10/45.png" alt="45" width="540" height="215" /></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*remove header border*/</span><br />
<span style="color: #000000;">.custom</span> #header { <span style="color: #000000;"> border:none ; </span> }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/removing-the-header-border/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

