<?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>Desperately Seeking WP &#187; css</title>
	<atom:link href="http://desperatelyseekingwp.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://desperatelyseekingwp.com</link>
	<description>your friendly geeks</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:21:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Easy, Hands-On Tutorials for CSS</title>
		<link>http://desperatelyseekingwp.com/2009/10/easy-hands-on-tutorials-for-css/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easy-hands-on-tutorials-for-css</link>
		<comments>http://desperatelyseekingwp.com/2009/10/easy-hands-on-tutorials-for-css/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:48:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Website Tutorials]]></category>
		<category><![CDATA[Cascading Style Sheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML editor]]></category>
		<category><![CDATA[Style Sheets]]></category>
		<category><![CDATA[W3Schools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.desperatelyseekingwp.com/?p=1317</guid>
		<description><![CDATA[The w3schools website is where I learned a lot of the beginner Cascading Style Sheet writing.  The Cascading Style Sheets or CSS, is the set of instructions that formats your blog.  All the elements are put on the page with html, and we make them look pretty with CSS. If you head to your admin [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display: block; width: 285px; margin: 1em;">
<div class="wp-caption alignleft" style="width: 285px"><a href="http://commons.wikipedia.org/wiki/Image:CSS.svg"><img title="A graphical depiction of a very simple css doc..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/86/CSS.svg/275px-CSS.svg.png" alt="A graphical depiction of a very simple css doc..." width="275" height="313" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>The w3schools website is where I learned a lot of the beginner Cascading Style Sheet writing.  The Cascading Style Sheets or CSS, is the set of instructions that formats your blog.  All the elements are put on the page with html, and we make them look pretty with CSS.</p>
<p>If you head to your admin panels and look in Appearance&gt;&gt; Editor, and click on the Stylesheet towards the bottom of the list on the right hand side, you will see a page of CSS code.  This code really is not hard to write.  Here&#8217;s an example:</p>
<p>Lets say we want to put a border around a post.</p>
<p>We go to our admin panels, click &#8220;edit&#8221; on the subject post.  Click on the HTML editor.  At the top of the post, put this code:<br />
<code>&lt;div style="border: 1px solid black;"&gt;</code><br />
THAT, my friends is all there is to it!  This example is called &#8220;inline styling&#8221; as it isn&#8217;t written in the stylesheet, but in line with the HTML.  This is only done on the rare occasion and only for one time things.  If you want <em>every </em>post to have a border, then you can do that with one line of code in the stylesheet.</p>
<p>To find out how to get a particular style or where to place the code in a stylesheet check out the <a title="w3schools" href="http://w3schools.com" target="_blank">w3schools website. </a></p>
<p>Isn&#8217;t that just so cool?</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/c138bd59-d173-48f4-8d60-b2837d08e97d/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c138bd59-d173-48f4-8d60-b2837d08e97d" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution paragraph-reblog"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://desperatelyseekingwp.com/2009/10/easy-hands-on-tutorials-for-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3Schools Website</title>
		<link>http://desperatelyseekingwp.com/2009/09/w3schools-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=w3schools-website</link>
		<comments>http://desperatelyseekingwp.com/2009/09/w3schools-website/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:08:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.desperatelyseekingwp.com/?p=879</guid>
		<description><![CDATA[This is where I learned most of my css &#38; html coding skills. &#160;It isn&#8217;t a lot of fluff, very little explanation of the code, but a whole lot of charts and examples &#8211; which is how I learn best. &#160;Visit w3schools here. Here is the list of their references: HTML &#38; CSS REFERENCES HTML [...]]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption alignleft" style="width: 213px"><a href="http://w3schools.com"><img alt="W3Schools" src="http://w3schools.com/images/h_logo.gif" title="Visit w3schools for free tutorials." width="203" height="20"></a><p class="wp-caption-text">W3Schools</p></div>This is where I learned most of my css &amp; html coding skills. &nbsp;It isn&#8217;t a lot of fluff, very little explanation of the code, but a whole lot of charts and examples &#8211; which is how I learn best. &nbsp;Visit w<a href="http://w3schools.com" target="_blank">3schools here</a>.</p>
<p>Here is the list of their references:</p>
<p>HTML &amp; CSS<br />
REFERENCES<br />
HTML Tag Reference<br />
HTML Event Reference<br />
HTML Color Reference<br />
XHTML Tag Reference<br />
CSS Reference</p>
<p>XML Languages<br />
REFERENCES<br />
XML DOM Reference<br />
XSL Reference<br />
XSLT Reference<br />
XSL-FO Reference<br />
XPath Reference<br />
XQuery Reference<br />
XLink Reference<br />
Schema Reference<br />
XForms Reference<br />
RDF Reference<br />
RSS Reference<br />
WAP Reference</p>
<p>Browser Scripting<br />
REFERENCES<br />
JavaScript Reference<br />
HTML DOM Reference<br />
VBScript Reference<br />
E4X Reference<br />
WMLScript Reference</p>
<p>Server Scripting<br />
REFERENCES<br />
SQL Reference<br />
ASP Reference<br />
ADO Reference<br />
PHP Reference<br />
ASP.NET Reference<br />
.NET Mobile Reference</p>
<p>Multimedia<br />
REFERENCES<br />
Media Reference<br />
SMIL Reference<br />
SVG Reference<br />
WAP Reference</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/e483879e-642b-4390-82d1-3e1473bb01b3/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=e483879e-642b-4390-82d1-3e1473bb01b3" alt="Reblog this post [with Zemanta]" style="border:none;float:right"></a><span class="zem-script more-related more-info pretty-attribution paragraph-reblog"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://desperatelyseekingwp.com/2009/09/w3schools-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Questions Answered:  Changing the Font Size</title>
		<link>http://desperatelyseekingwp.com/2008/09/your-questions-answered-changing-the-font-size/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=your-questions-answered-changing-the-font-size</link>
		<comments>http://desperatelyseekingwp.com/2008/09/your-questions-answered-changing-the-font-size/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 14:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Add Style]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font size]]></category>
		<category><![CDATA[stylesheets]]></category>
		<category><![CDATA[the bloggess]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.desperatelyseekingwp.com/?p=79</guid>
		<description><![CDATA[A few days ago I posed the question on Twitter, &#8220;What do you want to know about WordPress?&#8221; And surprisingly, people read my tweets because I got four good questions. So I&#8217;ll start with the first. The Bloggess wants to know how she can change her font size on her blog. It&#8217;s a good question.  [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I posed the question on Twitter, &#8220;What do you want to know about WordPress?&#8221; And surprisingly, people read my tweets because I got four good questions.</p>
<p>So I&#8217;ll start with the first.</p>
<p><a href="http://www.thebloggess.com" target="_blank">The Bloggess</a> wants to know how she can change her font size on her blog.</p>
<p>It&#8217;s a good question.  The themes we get come with certain font sizes and they may be too small for us to read, so we fear that our readers won&#8217;t be able to.</p>
<p>It might also be that we can&#8217;t stand Times New Roman 12, so we want to change it to Century Gothic 14.</p>
<p>What ever it is that you want to do, regarding your font size, color, and type, you can do so within your Stylesheet (typically the style.css file under Design-&gt;Theme Editor.</p>
<p><em>(Note:  For WordPress.com users, you can also change the font size, color and type, but you will need to pay the $15 CSS upgrade charge.)</em></p>
<p>Each theme is different when trying to change the stylesheet.  Each designer calls various aspects of their stylesheet by different names and if you&#8217;re not able to spot sight it, then you have to get a little more creative.  (Or download Firebug for Firefox)</p>
<p>Using Firebug, I was able to see that the post content uses Gerorgia 12 pt font.  So, let&#8217;s say that she wants to make that 14 points.</p>
<p>She&#8217;ll find this section of her stylesheet (line 273, so you know that it&#8217;s a ways down the page):</p>
<blockquote>
<div class="cssRule insertInto">
<div class="cssHead"><span class="cssSelector">.post-content, .page-content</span> {</div>
<div class="cssProp editGroup"><span class="cssPropName editable">-x-system-font</span><span class="cssColon">:</span><span class="cssPropValue editable">none</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">border-top</span><span class="cssColon">:</span><span class="cssPropValue editable">1px solid #BBC4A3</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">font-family</span><span class="cssColon">:</span><span class="cssPropValue editable">Georgia,Verdana,Arial,serif</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><strong><span class="cssPropName editable">font-size</span><span class="cssColon">:</span><span class="cssPropValue editable">12px</span><span class="cssSemi">;</span></strong></div>
<div class="cssProp editGroup"><span class="cssPropName editable">font-size-adjust</span><span class="cssColon">:</span><span class="cssPropValue editable">none</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">font-stretch</span><span class="cssColon">:</span><span class="cssPropValue editable">normal</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">font-style</span><span class="cssColon">:</span><span class="cssPropValue editable">normal</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">font-variant</span><span class="cssColon">:</span><span class="cssPropValue editable">normal</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">font-weight</span><span class="cssColon">:</span><span class="cssPropValue editable">normal</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">line-height</span><span class="cssColon">:</span><span class="cssPropValue editable">normal</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">margin</span><span class="cssColon">:</span><span class="cssPropValue editable">3px 0</span><span class="cssSemi">;</span></div>
<div class="cssProp editGroup"><span class="cssPropName editable">padding</span><span class="cssColon">:</span><span class="cssPropValue editable">10px 0</span><span class="cssSemi">;</span></div>
<div class="editable insertBefore">}</div>
</div>
</blockquote>
<div class="editable insertBefore">All Jenny needs to do is change the &#8220;font-size&#8221; (the line that I bolded) to the size that she wants her font.</div>
<div class="editable insertBefore"></div>
<div class="editable insertBefore">Should she want to change the type, she&#8217;ll simply type it in the line above, in front of Georgia.</div>
<div class="editable insertBefore"></div>
<div class="editable insertBefore">It&#8217;s that easy.</div>
<div class="editable insertBefore"></div>
<div class="editable insertBefore">You just need to know where to look.</div>
<div class="editable insertBefore"></div>
<div class="editable insertBefore">If you have a question about WordPress, please <a href="http://www.desperatelyseekingwp.com/contact-us/" target="_blank">contact us</a>!  We&#8217;d love to answer the questions that you have about YOUR blog!</div>
<div class="editable insertBefore"></div>
<div class="editable insertBefore">And in the next few weeks, look for me over at <a href="http://blissfullydomestic.com/channel/digital-bliss/blogging/" target="_blank">Digital Bliss</a> (part of the <a href="http://blissfullydomestic.com/" target="_blank">Blissfully Domestic Magazine</a>)!</div>
<div class="editable insertBefore"></div>
<div class="editable insertBefore">Until next time&#8230;</div>
<div class="editable insertBefore">Heather</div>
<div class="editable insertBefore"></div>
]]></content:encoded>
			<wfw:commentRss>http://desperatelyseekingwp.com/2008/09/your-questions-answered-changing-the-font-size/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: desperatelyseekingwp.com @ 2012-02-06 21:07:18 by W3 Total Cache -->
