<?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>sugardeath &#187; CSS</title>
	<atom:link href="http://sugardeath.net/category/site/css/feed" rel="self" type="application/rss+xml" />
	<link>http://sugardeath.net</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 05:42:55 +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>wip</title>
		<link>http://sugardeath.net/06/2007/wip</link>
		<comments>http://sugardeath.net/06/2007/wip#comments</comments>
		<pubDate>Thu, 28 Jun 2007 07:37:03 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://sugardeath.net/06/2007/wip/</guid>
		<description><![CDATA[working on something here...&#160; dunno how well / if it will turn out... Work sucked balls today.&#160; Worst night I have ever worked.&#160; Zois' new rules combined with being understaffed the night the new Die Hard opens == hell.&#160; I think I am getting burned out at the theatre.&#160; This is a weird feeling.&#160; I [...]]]></description>
			<content:encoded><![CDATA[<p>working on something here...&nbsp; dunno how well / if it will turn out...</p>
<p>Work sucked balls today.&nbsp; Worst night I have ever worked.&nbsp; Zois' new rules combined with being understaffed the night the new <em>Die Hard</em> opens == hell.&nbsp; I think I am getting burned out at the theatre.&nbsp; This is a weird feeling.&nbsp; I wonder if I could stage a massive walk-out.&nbsp; That would be pretty sweet.&nbsp; </p>
<p>That green is kinda pukey, don't you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/06/2007/wip/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Something</title>
		<link>http://sugardeath.net/05/2006/something</link>
		<comments>http://sugardeath.net/05/2006/something#comments</comments>
		<pubDate>Tue, 23 May 2006 22:53:10 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://sugardeath.net/05/2006/something/</guid>
		<description><![CDATA[Just practicing using CSS to set up a simple layout...&#160; Check it out. Maybe a real update later?&#160; There's a lot of stuff going through my head right now... 8:57PM Here, just something else I whipped up in my free time: Interrobang Background]]></description>
			<content:encoded><![CDATA[<p>Just practicing using CSS to set up a simple layout...&nbsp; <a href="http://area51.sugardeath.net" title="Simple CSS layout test">Check it out</a>.</p>
<p>Maybe a real update later?&nbsp; There's a lot of stuff going through my head right now...</p>
<div class="update">
<div class="udate">8:57PM</div>
<p><span class="utext">Here, just something else I whipped up in my free time:<br />
<a href="/images/interro.png" title="Interro">Interrobang Background</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/05/2006/something/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Site Work</title>
		<link>http://sugardeath.net/02/2005/more-site-work</link>
		<comments>http://sugardeath.net/02/2005/more-site-work#comments</comments>
		<pubDate>Mon, 21 Feb 2005 14:17:48 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=871</guid>
		<description><![CDATA[Messed with the CSS and templates so as to get the sidebar to always display.&#160; It annoyed me how it disappeared, especially when it seemed as if it was needed most.&#160; 'Twas actually REALLY easy to do so.&#160; I love the way WP1.5 handles themes!&#160; Every aspect or piece of the theme is contained in [...]]]></description>
			<content:encoded><![CDATA[<p>Messed with the CSS and templates so as to get the sidebar to always display.&nbsp; It annoyed me how it disappeared, especially when it seemed as if it was needed most.&nbsp; 'Twas actually REALLY easy to do so.&nbsp; I love the way WP1.5 handles themes!&nbsp; Every aspect or piece of the theme is contained in a separate php file.&nbsp; Each file is then called through a series of php commands.&nbsp; This makes each theme easily magageable and containable.&nbsp; If something is wrong, you now know exactly where to look.&nbsp; Well, if you know what's wrong, that is, otherwise you can easily find what's wrong by going through the template files.&nbsp; I had something similar to this back when I used to use MovableType.&nbsp; Basically, I took the code that displayed the posts and put it in it's own template file.&nbsp; I did the same with the sidebar.&nbsp; That was the extent of my system, however.&nbsp; This system is MUCH better!&nbsp; Everything from the header to the post data to the comments to the sidebar to the archive template to the main template, and even the search form! are contained within these template files.&nbsp; Sure, this means the theme contains many files, but wouldn't you rather have more, smaller files than one huge-ass file for the entire site?&nbsp; I would.&nbsp; </p>
<p>That's enough to make one wet one's pants.&nbsp; But they went a step further.&nbsp; Instead of just dividing up the files into easily manageable, bitesize bits, they've also added a whole new system for <em>choosing</em> themes!&nbsp; With WP1.2, I had to backup my index.php and all the other files associated with the theme.&nbsp; I then had to put my new theme up in it's place.&nbsp; Hardly a friendly system.&nbsp; Now, with WP1.5, I just drop the files into <em>wp-content/themes/%themename%</em>, add a few lines to the styles.css so that WP sees it as a valid theme, and I'm set!&nbsp; I go into the WP-Admin control panel, click on 'Presentation' and choose the theme I want.&nbsp; It's SO much nicer!&nbsp; I plan to make use of this new system QUITE a bit!&nbsp; Hopefully I can finally make a new theme for this site without too much hassle.&nbsp; I've already got quite a few themes in there: Neuron (one I downloaded, pretty nice), Sato - Blue (this one), Sato -Gray (same as this one, gray instead of blue), Slate (old-school Sato theme!), WordPress Classic (default theme for WP pre1.5), WordPress Default (default WP1.5 theme, based on the <a href="http://binarybonsai.com/playground/">Kubrick</a> theme.&nbsp; The demo site is actually running WP1.2).</p>
<div class="update">(2/21/2005 - 9:42)<br />Changed the single post view as follows:</p>
<ul>
<li>Changed the way the categories and time are displayed.&nbsp; Now follows same format as main page.</li>
<li>Changed the alignment on the post body.&nbsp; Used to be justified, ew, 'tis now left aligned.</li>
<li>Changed the admin-only edit link and comments link (actually, I removed the comments link, no need for it on the single post page) so that the little pipe doesn't show up when not logged in as admin.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/02/2005/more-site-work/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New CSS</title>
		<link>http://sugardeath.net/05/2004/new-css</link>
		<comments>http://sugardeath.net/05/2004/new-css#comments</comments>
		<pubDate>Thu, 27 May 2004 22:44:37 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=558</guid>
		<description><![CDATA[I added a new CSS for this site.&#160; It's entitle "Left" and just moves the menu bar that's on the right over to the left.&#160; It's simple for the time being, but I plan on eventually giving this site a full makeover type thingy.&#160; Eventually.&#160; Definitely not now.&#160; I don't even know what I want [...]]]></description>
			<content:encoded><![CDATA[<p>I added a new CSS for this site.&nbsp; It's entitle "Left" and just moves the menu bar that's on the right over to the left.&nbsp; It's simple for the time being, but I plan on eventually giving this site a full makeover type thingy.&nbsp; Eventually.&nbsp; Definitely not now.&nbsp; I don't even know what I want it to look like yet, but I do know that I don't want the regular layout, it's just too... regular... and common...&nbsp; Hm...&nbsp; But yea, new CSS up.&nbsp; If you're using FireBird/Fox, yay for you!&nbsp; If not, it better not be IE that you're using.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/05/2004/new-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blockquote</title>
		<link>http://sugardeath.net/05/2004/blockquote</link>
		<comments>http://sugardeath.net/05/2004/blockquote#comments</comments>
		<pubDate>Sun, 23 May 2004 20:15:16 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=547</guid>
		<description><![CDATA[Fire and rain. At vver eos et accusam dignissum qui blandit est praesent luptatum delenit aigue excepteur sint occae. Et harumd dereud facilis est er expedit distinct. Yoii rockem sockem mow-em yown. Manarie li que vaqeriao. Occae et harumb bet theap. Est praesent luptatum. Ha! Bis nostrud exercitation ullam mmodo consequet. Duis aute in voluptate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Fire and rain. </strong></p>
<blockquote><p>At vver eos et accusam dignissum qui blandit est praesent luptatum delenit aigue excepteur sint occae. Et harumd dereud facilis est er expedit distinct. Yoii rockem sockem mow-em yown. Manarie li que vaqeriao. Occae et harumb bet theap. Est praesent luptatum. Ha! Bis nostrud exercitation ullam mmodo consequet. Duis aute in voluptate velit esse cillum dolore eu fugiat nulla pariatur. At vver eos et accusam dignissum qui blandit est praesent luptatum delenit aigue excepteur sint occae. Et harumd dereud facilis est er expedit distinct. Et harumd dereud facilis est er expedit distinct. Yoii rockem sockem mow-em yown. Manarie li que vaqeriao. Occae et harumb bet theap. Est praesent luptatum. Dignissum qui blandit est praesent luptatum delenit aigue excepteur sint occae. Et harumd dereud facilis est er expedit distinct. Et harumd dereud facilis est er expedit distinct. Yoii rockem sockem mow-em yown. Manarie li que vaqeriao. Occae et harumb bet theap. Est praesent luptatum. Ha! Bis nostrud exercitation ullam mmodo consequet. Duis aute in voluptate velit esse cillum dolore eu fugiat nulla pariatur. At vver eos et accusam dignissum qui blandit est praesent luptatum delenit aigue excepteur sint occae. Et harumd dereud facilis est er expedit distinct.</p></blockquote>
<p>I didn't even know that that was in the CSS...</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/05/2004/blockquote/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bored..</title>
		<link>http://sugardeath.net/04/2004/bored</link>
		<comments>http://sugardeath.net/04/2004/bored#comments</comments>
		<pubDate>Sat, 24 Apr 2004 20:56:16 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MovableType]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=506</guid>
		<description><![CDATA[So I decided to start working on that 3 column layout that I've always wanted. Check it out here. This site gave me the basic layout to work from, and I've been modifying it as I please to get it to look like what I currently have.&#160; However, if I do make this template my [...]]]></description>
			<content:encoded><![CDATA[<p>So I decided to start working on that 3 column layout that I've always wanted.</p>
<p>Check it out <a href="3col.html">here</a>.</p>
<p><a href="http://glish.com/css/7.asp">This site</a> gave me the basic layout to work from, and I've been modifying it as I please to get it to look like what I currently have.&nbsp; However, if I do make this template my new main one...&nbsp; I won't be able to use any of the other stylesheets that I've acquired through <a href="http://movablestyle.com">MovableStyle</a>.&nbsp; Hm, oh well...&nbsp; We'll see how it works out.&nbsp; If it doesn't look to good I won't use it, but will, instead, stick with the current layout.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/04/2004/bored/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ARGG!!</title>
		<link>http://sugardeath.net/03/2004/argg</link>
		<comments>http://sugardeath.net/03/2004/argg#comments</comments>
		<pubDate>Tue, 16 Mar 2004 18:46:23 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=466</guid>
		<description><![CDATA[::pissed off:: I can't make a stylesheet (using the main one as a basis, the blue one, bar on the left, etc.) where there's two sidebars: one on the right, one on the left; without running into some sort of trouble.&#160; With the bar on the right, when the window is smaller than 1024 pixels [...]]]></description>
			<content:encoded><![CDATA[<p>::pissed off::  I can't make a stylesheet (using the main one as a basis, the blue one, bar on the left, etc.) where there's two sidebars: one on the right, one on the left; without running into some sort of trouble.&nbsp; With the bar on the right, when the window is smaller than 1024 pixels (horizontally) the right sidebar runs into the content area, even though the content area resizes itself!!&nbsp; It's making me so mad!&nbsp; I'd like to be able to stick everything BUT the links and calender in the right sidebar, have the content in the middle, and be happy!&nbsp; Gr..&nbsp; Maybe I should look towards another solution, give up, or just not go with that idea...&nbsp; OR!&nbsp; If <i>you</i> know what you're doing with CSS, then try it!&nbsp; I'd show you what I have so far, but it's at school right now...</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/03/2004/argg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Damn you all.</title>
		<link>http://sugardeath.net/03/2004/damn-you-all</link>
		<comments>http://sugardeath.net/03/2004/damn-you-all#comments</comments>
		<pubDate>Wed, 03 Mar 2004 18:53:37 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=449</guid>
		<description><![CDATA[I take it noone watches Futurama?&#160; My past titles have all been from Futurama.&#160; And noone caught on. Bastards. I've added some more stylesheets to the list.&#160; Like I said, if you're not using FireBird/FireFox (or some other browser that's not IE and allows for alternate stylesheets), use it!&#160; You can get FireFox at http://mozilla.org.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>I take it noone watches Futurama?&nbsp; My past titles have all been from Futurama.&nbsp; And noone caught on.</p>
<p>Bastards.</p>
<p>I've added some more stylesheets to the list.&nbsp; Like I said, if you're not using FireBird/FireFox (or some other browser that's not IE and allows for alternate stylesheets), use it!&nbsp; You can get FireFox at <a href="http://mozilla.org">http://mozilla.org</a>.&nbsp; I suggest you do.&nbsp; Or, if you want, get the full blown Mozilla package.&nbsp; Personally, I just opt for FireFox and ThunderBird cause I don't need all the other stuff that comes with Mozilla.</p>
<p>I swear I'll make my own stlyesheet eventually.&nbsp; Really.&nbsp; I will.&nbsp; Why don't you believe me?</p>
<p>Um, yea.&nbsp; In English we had an impromtu essay today...&nbsp; Normally I can get them done right at the bell, but I wasn't even done with my second body paragraph (4 paragraph essay) by the time the bell rang...&nbsp; Both body paragraphs were huge...&nbsp; The essay was supposed to be 3 hand-written pages, I got 2.15..ish...&nbsp; Now I really DO wish the class periods were a full hour like Bemis...</p>
<p>Half days are fun...&nbsp; We had an SO meeting today, from 10 till 12:15 (well, I left at 12:15 anyway).&nbsp; <!-- While there, I, with the help of Dyouji (formerly Dioji) changed the home page on over half of the science lab computers to <a href="http://seizurebots.com">http://seizurebots.com. -->  Dyouji got his watch stuck in an iMac too.&nbsp; It's a USB watch with 128mb on it.&nbsp; He plugged it into one of the USB ports on the iMac, but it didn't recognize it.&nbsp; So he was gonna try the second port, but it wouldn't come out.&nbsp; By the time I left, however, he finally got it out, but it doesn't seem to be working properly anymore.&nbsp; At least that's how I understand it.&nbsp; Fun stuff indeed.</p>
<p>Um, yea..?&nbsp; This has been quite a long post compared to some of my recent ones...&nbsp; I remember, back in the summer of 2002 (when I first started this whole journal/blog thing, back when I used blogger even, back before urgn.com even!) I used to write HUGE posts on stuff.&nbsp; HUGE I say!&nbsp; And I did practically NOTHING (that I remember) that was even remotely interesting!&nbsp; Oh well.&nbsp; Man, I'm surprised I've kept this thing for this long...&nbsp; It'll be 2 years this June (the 6th, have you bought my journal a birthday present yet?).&nbsp; If you want to see all of my archives, blogger and all, they're all here.&nbsp; Just check the side bar under the Archives heading.&nbsp; </p>
<p>OK, now I think I'm done...&nbsp; She's crossed my mind a couple of times during my day, and even during this post...&nbsp; I just wish I had the courage to talk to her...&nbsp; </p>
<p>NOTE: ALL STYLESHEETS EXCEPT Main AND Right WERE ACQUIRED FROM <a href="http://movablestyle.com">http://moveablestyle.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/03/2004/damn-you-all/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ahhh!!</title>
		<link>http://sugardeath.net/03/2004/ahhh</link>
		<comments>http://sugardeath.net/03/2004/ahhh#comments</comments>
		<pubDate>Tue, 02 Mar 2004 19:32:48 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=448</guid>
		<description><![CDATA[Having trouble getting alternate stylesheets to work properly...&#160; If you use Firebird/Firefox (which you should be anyway, IE is shit), there will be this little crayon box icon in the bottom left corner of the browser.&#160; Click it.&#160; You'll see 5 options on my site: No Theme Basic Theme]]></description>
			<content:encoded><![CDATA[<p>Having trouble getting alternate stylesheets to work properly...&nbsp; If you use Firebird/Firefox (which you should be anyway, IE is shit), there will be this little crayon box icon in the bottom left corner of the browser.&nbsp; Click it.&nbsp; You'll see 5 options on my site:</p>
<p>No Theme<br />
Basic Theme</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/03/2004/ahhh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only 4 people read this site?</title>
		<link>http://sugardeath.net/12/2003/only-4-people-read-this-site</link>
		<comments>http://sugardeath.net/12/2003/only-4-people-read-this-site#comments</comments>
		<pubDate>Tue, 16 Dec 2003 18:24:33 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MovableType]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.trashfolder.org/satoshi/?p=376</guid>
		<description><![CDATA[I only got four comments, but they did help a little.&#160; I got some advice from Jason before school today, he said to make that there was too much contrast between the text and the background, but the background was fine.&#160; He suggested changing the text to a nice #e0e0e0, and it looks fine.&#160; I [...]]]></description>
			<content:encoded><![CDATA[<p>I only got four comments, but they did help a little.&nbsp; I got some advice from Jason before school today, he said to make that there was too much contrast between the text and the background, but the background was fine.&nbsp; He suggested changing the text to a nice #e0e0e0, and it looks fine.&nbsp; I didn't change it to white, because the links are white, but it still looks great.&nbsp; I added a dotted underline to the links to distinguish (sp?) them from the body text (you can tell that their different colors without the underline, but it's easier this way.)  I fixed the order of &lt;div id="content"> and the &#038;ltdiv class="blog"> tags, so their in the right places now, and this stylesheet will work with other templates based off of the main MovableType template (which I'd like to move away from for once, my current one is still slightly based off of it).&nbsp; Well, I started this post yesterday at the end of Web Page, saved it, and never got to finishing it at home, so I'm finishing this up now, before class starts.&nbsp; ::bell rings::  More like a tone though...</p>
]]></content:encoded>
			<wfw:commentRss>http://sugardeath.net/12/2003/only-4-people-read-this-site/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

