<?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; lines</title>
	<atom:link href="http://www.thesishacker.com/category/lines/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>Remove the link outline box when you click on an link</title>
		<link>http://www.thesishacker.com/remove-the-link-outline-box-when-you-click-on-an-link</link>
		<comments>http://www.thesishacker.com/remove-the-link-outline-box-when-you-click-on-an-link#comments</comments>
		<pubDate>Thu, 23 Apr 2009 22:26:33 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[lines]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[get rid of outline]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1693</guid>
		<description><![CDATA[If you want, you can remove the little dotted outline box that appears around a link&#8230;

In your custom.css add the following code and replace &#8220;your link name&#8221; with whatever link you want to change&#8230;
 .custom  &#8220;your link name&#8221; a{outline: none;}
]]></description>
			<content:encoded><![CDATA[<p>If you want, you can remove the little dotted outline box that appears around a link&#8230;</p>
<p><img class="alignnone size-full wp-image-1694" title="148" src="http://www.thesishacker.com/wp-content/uploads/2009/04/148.png" alt="148" width="126" height="146" /></p>
<p>In your custom.css add the following code and replace &#8220;your link name&#8221; with whatever link you want to change&#8230;</p>
<p class="alert"> .custom  <em>&#8220;your link name&#8221; </em>a{outline: none;}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/remove-the-link-outline-box-when-you-click-on-an-link/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove the sidebar line</title>
		<link>http://www.thesishacker.com/remove-the-sidebar-line</link>
		<comments>http://www.thesishacker.com/remove-the-sidebar-line#comments</comments>
		<pubDate>Sat, 24 Jan 2009 02:05:39 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[lines]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=741</guid>
		<description><![CDATA[Remove the sidebar line]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-743 aligncenter" style="border: 1px solid black;" title="52" src="http://www.thesishacker.com/wp-content/uploads/2009/01/52.png" alt="52" width="520" height="211" /></p>
<p>If  you want to simply change the color of this line, <a href="http://www.thesishacker.com/?p=468">check out this tutorial.</a> This line is actually a background image set in the #content_box. To remove it completely go to your custom.css and add this&#8230;</p>
<p class="alert">.custom #content_box { background: none ; }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/remove-the-sidebar-line/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make a static homepage</title>
		<link>http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars</link>
		<comments>http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars#comments</comments>
		<pubDate>Fri, 23 Jan 2009 23:23:06 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[header]]></category>
		<category><![CDATA[home page]]></category>
		<category><![CDATA[lines]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[no sidebar]]></category>
		<category><![CDATA[static page]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=727</guid>
		<description><![CDATA[Make a static homepage with no sidebars]]></description>
			<content:encoded><![CDATA[<p>The homepage of this site was created using the default page template but I inserted a custom style sheet, <em>only for this page</em>, in the custom_functions.php file. I&#8217;ll show you how I did it in the following steps&#8230;</p>
<p>I created a blank page and used the default template in the attributes section. Go to Page &#8212;-&gt; add new<a rel="attachment wp-att-1251" href="http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars/attachment/123"><img class="aligncenter size-full wp-image-1251" title="123" src="http://www.thesishacker.com/wp-content/uploads/2009/01/123.png" alt="123" width="284" height="460" /></a></p>
<p style="text-align: center;">
<p>Click &#8220;Publish&#8221;, and now you have a blank canvass to build your homepage from.</p>
<p>Next in my custom_functions.php I created a style sheet just to style this page only&#8230;</p>
<p>In your custom_functions.php file add the following code. You can put it anywhere you want but I recommend putting it at the top after the &lt;?php tag. Remember, once you make the change, save it, and upload it to your server. Always describe the function and put it 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;">/*my homepage stylesheet*/</span><br />
function welcome_stylesheet(){<br />
if (is_front_page()) { ?&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
#content_box {margin-top: 36em; background: none;}<br />
#content .top {margin-top: 13em;}<br />
#sidebar_1 {margin-top: -2.6em;}<br />
#sidebar_2 {margin-top: -4.5em; }<br />
#content {background-color: #ffee99; padding-top: 1em;}<br />
/*This nudges the teaser content up against the right sidebar*/<br />
#column_wrap {width: 77.3em; background: none;}<br />
#sidebar_2 li.widget {background: #ffeeee; padding:0 0 .5em .5em; width: 103%; margin-top: 1.7em; margin-bottom: -.8em;}<br />
&lt;/style&gt;<br />
&lt;? }}<br />
add_action(&#8217;wp_head&#8217; , &#8216;welcome_stylesheet&#8217;);</p>
<p>If you want to see how I placed a custom box on the homepage, <a href="http://www.thesishacker.com/?p=199">check out this tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add an alert in your post or page</title>
		<link>http://www.thesishacker.com/add-an-alert-in-post-or-page</link>
		<comments>http://www.thesishacker.com/add-an-alert-in-post-or-page#comments</comments>
		<pubDate>Thu, 22 Jan 2009 22:04:04 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[lines]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[add an alert]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=669</guid>
		<description><![CDATA[Add an alert to a post or page]]></description>
			<content:encoded><![CDATA[<p class="alert">The special formatting this text is in is called an alert.</p>
<p>Thesis comes with a few pre-defined styles that can make this happen. This is how you do it.</p>
<p>When you&#8217;re writing a post go to the html editor.</p>
<p><img class="alignnone size-full wp-image-653" style="border: 1px solid black;" title="47" src="http://www.thesishacker.com/wp-content/uploads/2009/01/47.png" alt="47" width="523" height="83" /></p>
<p>For a note place the code in red between the the text you want:</p>
<p><span style="color: #ff0000;">&lt;p class=&#8221;alert&#8221;&gt;</span>Whatever text you want<span style="color: #ff0000;">&lt;/p&gt;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/add-an-alert-in-post-or-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a note in your post or page</title>
		<link>http://www.thesishacker.com/notes-and-alerts</link>
		<comments>http://www.thesishacker.com/notes-and-alerts#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:26:44 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[lines]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=652</guid>
		<description><![CDATA[Add a note in your post or page]]></description>
			<content:encoded><![CDATA[<p class="note">The special formatting this text is in is called a note.</p>
<p>Thesis comes with a few pre-defined styles that can make this happen. This is how you do it.</p>
<p>When you&#8217;re writing a post go to the html editor.</p>
<p><img class="alignnone size-full wp-image-653" style="border: 1px solid black;" title="47" src="http://www.thesishacker.com/wp-content/uploads/2009/01/47.png" alt="47" width="523" height="83" /></p>
<p>For a note place the code in red between the the text you want:</p>
<p><span style="color: #ff0000;">&lt;p class=&#8221;note&#8221;&gt;</span>Whatever text you want<span style="color: #ff0000;">&lt;/p&gt;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/notes-and-alerts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of the archive info border</title>
		<link>http://www.thesishacker.com/get-rid-of-archive-info-border</link>
		<comments>http://www.thesishacker.com/get-rid-of-archive-info-border#comments</comments>
		<pubDate>Tue, 20 Jan 2009 05:40:07 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[archives]]></category>
		<category><![CDATA[lines]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[remove archive info border]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=473</guid>
		<description><![CDATA[get rid of the archive info border]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-474" style="border: 1px solid black;" title="28" src="http://www.thesishacker.com/wp-content/uploads/2009/01/28.png" alt="28" width="523" height="180" /></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 the archive info border*/</span><br />
.custom #archive_info { border: none ; }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/get-rid-of-archive-info-border/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the color of the sidebar line</title>
		<link>http://www.thesishacker.com/change-sidebar-line-color</link>
		<comments>http://www.thesishacker.com/change-sidebar-line-color#comments</comments>
		<pubDate>Tue, 20 Jan 2009 05:25:26 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[lines]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[change color]]></category>
		<category><![CDATA[get rid of line]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=468</guid>
		<description><![CDATA[Get rid of or change the color of the sidebar line]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-738" style="border: 1px solid black;" title="51" src="http://www.thesishacker.com/wp-content/uploads/2009/01/51.png" alt="51" width="553" height="234" /></p>
<p style="text-align: center;">
<p>This line is actually an image. It can&#8217;t be changed through the custom.css file. You actually have to replace the image file with one of your own.</p>
<p>The place where this file is located is here&#8230;</p>
<p class="note">thesis/lib/css/images/<span style="color: #ff0000;">dot-ddd.gif</span></p>
<p>If you want to change the color you have to make a new image. Make a new dot image, 2px big,  in your favorite graphics program. Name the file the same thing, dot-ddd.gif. Upload it to the server and overwrite the existing one. Refresh your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-sidebar-line-color/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

