<?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>Studio Eddies &#187; calendar</title>
	<atom:link href="http://www.studioeddies.com/en/tag/calendar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.studioeddies.com/en/</link>
	<description>Graphic ＆Web Design ＠ SAPPORO</description>
	<lastBuildDate>Sat, 31 Jul 2010 04:15:16 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Calendar CSS</title>
		<link>http://www.studioeddies.com/en/calendar-css.html</link>
		<comments>http://www.studioeddies.com/en/calendar-css.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 02:37:10 +0000</pubDate>
		<dc:creator>Eriko.N</dc:creator>
				<category><![CDATA[CSS @en]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.studioeddies.com/wordpress/?p=75</guid>
		<description><![CDATA[My ultimate ambition here is to make my original theme for WordPress but I&#8217;ve been lacking the knowledge yet. So, I&#8217;m using the theme &#8220;Elements of SEO (by Mr. Stauffer)&#8221;. This theme is simple and cool! I like it! The &#8230; <a href="http://www.studioeddies.com/en/calendar-css.html">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>  My ultimate ambition here is to make my original theme for WordPress but I&#8217;ve been lacking the knowledge yet. So, I&#8217;m using the theme &#8220;<a href="http://wordpress.org/extend/themes/search.php?q=elements-of-seo">Elements of SEO</a> (by <a href="http://www.alibiproductions.com/">Mr. Stauffer</a>)&#8221;. This theme is simple and cool! I like it! The header image is supposed to be change. Wait and I&#8217;ll do it soon.<br />
<span id="more-75"></span><br />
  I wanted to add a calendar widget in a sidebar but it seemed the theme didn&#8217;t define a style of it. It looked like this&#8230;<br />
<div id="attachment_79" class="wp-caption alignnone" style="width: 235px"><a href="http://www.studioeddies.com/wordpress/wp-content/uploads/calendar01.gif"><img src="http://www.studioeddies.com/wordpress/wp-content/uploads/calendar01.gif" alt="Calendar with no style setting" title="calendar01" width="225" height="174" class="size-full wp-image-79" /></a><p class="wp-caption-text">Calendar with no style setting</p></div><br />
Sad&#8230;before tweaking the style sheet, I had to find the class or id name of the calendar widget. Is it same in all default wordpress calendar? I thought for a while but I simply needed to check the source code of the generated page by wordpress. The id is &#8220;wp-calendar&#8221;! Yeah!</p>
<p>  Now I can put some lines on style.css.<br />
<code><br />
#wp-calendar {width: 182px;}<br />
#wp-calendar th, #wp-calendar td{<br />
        width: 24px;<br />
        margin-right: 2px;<br />
        text-align: center;<br />
        }<br />
#wp-calendar a:link{color: #069DD5;}<br />
</code><br />
Looks better, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studioeddies.com/en/calendar-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
