<?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>Frumph.NET &#187; css</title>
	<atom:link href="http://frumph.net/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://frumph.net</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 12 May 2012 15:08:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ComicPress 2.9 CSS Overview &#8211; Part 1 &#8211; Entity List</title>
		<link>http://frumph.net/2009/11/25/theme-comicpress-2-9-css-overview-part-1/</link>
		<comments>http://frumph.net/2009/11/25/theme-comicpress-2-9-css-overview-part-1/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 06:01:31 +0000</pubDate>
		<dc:creator>Philip M. Hofer (Frumph)</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://comicpresspremium.com/?p=50</guid>
		<description><![CDATA[Click on the area to go to the page that has a more descriptive explanation. body { } &#38; #sidebar-aboveheader #page-wrap {} / #page-wide-wrap {} #page {} / #page-wide #header / #sidebar-header #sidebar-menubar #menubar #content-wrapper #comic-head #sidebar-overcomic #sidebar-comicleft #comic #sidebar-comicright [&#8230;] <a class="more-link" href="http://frumph.net/2009/11/25/theme-comicpress-2-9-css-overview-part-1/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-321" src="http://frumph.net/wp-content/uploads/2009/12/css3cdiagram.png" alt="css3cdiagram" width="300" height="400" /></p>
<p><span id="more-50"></span></p>
<p style="text-align: left;">Click on the area to go to the page that has a more descriptive explanation.</p>
<ol>
<li><a href="http://comicpresspremium.com/faq/comicpress-2-9-css-overview-part-2/">body { } &amp; #sidebar-aboveheader</a></li>
<li><a href="http://comicpresspremium.com/faq/comicpress-2-9-css-overview-part-3/">#page-wrap {} / #page-wide-wrap {}</a></li>
<li><a href="http://comicpresspremium.com/faq/comicpress-2-9…verview-part-4/">#page {} / #page-wide</a></li>
<li><a href="http://comicpresspremium.com/faq/comicpress-2-9-css-overview-part-5/">#header / #sidebar-header</a></li>
<li><a href="http://comicpresspremium.com/faq/comicpress-2-9-css-overview-part-6/">#sidebar-menubar #menubar</a></li>
<li>#content-wrapper</li>
<li>#comic-head #sidebar-overcomic</li>
<li>#sidebar-comicleft</li>
<li>#comic</li>
<li>#sidebar-comicright</li>
<li>#sidebar-undercomic</li>
<li>#subcontent-wrapper</li>
<li>#sidebar-overblog</li>
<li>#sidebar-left</li>
<li>.narrowcolumn / .column</li>
<li>#sidebar-right</li>
<li>.comic-post</li>
<li>#blogheader</li>
<li>#sidebar-blog</li>
<li>.uentry .post .entry</li>
<li>#sidebar-underblog</li>
<li>#sidebar-footer</li>
<li>#footer</li>
</ol>
<ul>
<li>.sidebar</li>
</ul>
 <img src="http://frumph.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=50" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frumph.net/2009/11/25/theme-comicpress-2-9-css-overview-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComicPress 2.9 CSS Overview &#8211; Part 2</title>
		<link>http://frumph.net/2009/11/26/theme-comicpress-2-9-css-overview-part-2/</link>
		<comments>http://frumph.net/2009/11/26/theme-comicpress-2-9-css-overview-part-2/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 06:01:53 +0000</pubDate>
		<dc:creator>Philip M. Hofer (Frumph)</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sidebar-aboveheader]]></category>

		<guid isPermaLink="false">http://comicpresspremium.com/?p=54</guid>
		<description><![CDATA[body {} and #sidebar-aboveheader {} The body element is standard for all websites, it contains the default look and feel of the site which includes the text color and background of the entire area of the browser. Default elements that [&#8230;] <a class="more-link" href="http://frumph.net/2009/11/26/theme-comicpress-2-9-css-overview-part-2/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<h3>body {} and #sidebar-aboveheader {}</h3>
<p><span id="more-54"></span><br />
The body element is standard for all websites, it contains the default look and feel of the site which includes the text color and background of the entire area of the browser.</p>
<p>Default elements that are not contained in the body {} but handle the sitewide look and feel are:</p>
<ul>
<li>a
<ul>
<li>The link color.</li>
</ul>
</li>
<li>a:hover
<ul>
<li>The link hover color.</li>
</ul>
</li>
<li>a:focus</li>
<li>a img</li>
<li>p</li>
<li>img
<ul>
<li>Set&#8217;s images max-width to 100% of the available space, it can resize images to fit in whatever css container it needs to.</li>
</ul>
</li>
<li>small</li>
<li>hr</li>
<li>blockquote</li>
<li>cite</li>
<li>acronym, abbr, span.caps</li>
<li>code</li>
<li>form</li>
<li>input, textarea</li>
</ul>
<p>Above the regular page of the website there&#8217;s a sidebar that is not a part of the restrains.  #sidebar-aboveheader is like any of the other sidebars (except sidebar-left/right) where it contains:</p>
<ul>
<li>.customsidebar</li>
<li>.sidebar
<ul>
<li>The .sidebar is configurable to be used in the comicpress options.</li>
</ul>
</li>
</ul>
<p>More about the .sidebar code later.</p>
<div class="non-members-post"><p>There is members only content here.</p></div></pre>
 <img src="http://frumph.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=54" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frumph.net/2009/11/26/theme-comicpress-2-9-css-overview-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComicPress 2.9 CSS Overview &#8211; Part 3</title>
		<link>http://frumph.net/2009/11/27/comicpress-2-9-css-overview-part-3/</link>
		<comments>http://frumph.net/2009/11/27/comicpress-2-9-css-overview-part-3/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 06:01:59 +0000</pubDate>
		<dc:creator>Philip M. Hofer (Frumph)</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[page-wide-wrap]]></category>
		<category><![CDATA[page-wrap]]></category>

		<guid isPermaLink="false">http://comicpresspremium.com/?p=57</guid>
		<description><![CDATA[#page-wrap {} / #page-wide-wrap {} These elements are a wrap around to #page and #page-wide. By default they do not actually contain anything inside it. However there are some cool things you can do with it, your #page and #page-wide [&#8230;] <a class="more-link" href="http://frumph.net/2009/11/27/comicpress-2-9-css-overview-part-3/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<h3>#page-wrap {} / #page-wide-wrap {}</h3>
<p><span id="more-57"></span><br />
These elements are a wrap around to #page and #page-wide.  By default they do not actually contain anything inside it.</p>
<p>However there are some cool things you can do with it, your #page and #page-wide contain the static width of either 780px or 980px and say you want to extend the outside of that area by a few pixels and put something around the outside this is what you would use.</p>
<p>For example:</p>
<pre class="brush: css; title: ; notranslate">
#page-wide-wrap {
       padding: 0px 10px;
       background: #ccc;
}
</pre>
<p>This will make it so that there is a 10px outline on the left and right of the static width #page-wide area.  You can put a background there if you like, some people have put a background that repeat-y&#8217;s down the side of the #page-wide like a drop shadow or some funkey design.</p>
<div class="non-members-post"><p>There is members only content here.</p></div></pre>
 <img src="http://frumph.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=57" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frumph.net/2009/11/27/comicpress-2-9-css-overview-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComicPress 2.9 CSS Overview &#8211; Part 4</title>
		<link>http://frumph.net/2009/11/28/comicpress-2-9-css-overview-part-4/</link>
		<comments>http://frumph.net/2009/11/28/comicpress-2-9-css-overview-part-4/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 06:01:35 +0000</pubDate>
		<dc:creator>Philip M. Hofer (Frumph)</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[page-wide]]></category>

		<guid isPermaLink="false">http://comicpresspremium.com/?p=60</guid>
		<description><![CDATA[#page {} / #page-wide These elements are what constrains your contents width. For the Standard and Vertical layouts it uses the #page and for all of the others it uses #page-wide. If you edit the width of the site make [&#8230;] <a class="more-link" href="http://frumph.net/2009/11/28/comicpress-2-9-css-overview-part-4/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<h3>#page {} / #page-wide</h3>
<p><span id="more-60"></span><br />
These elements are what constrains your contents width.  For the Standard and Vertical layouts it uses the #page and for all of the others it uses #page-wide.</p>
<pre class="brush: css; title: ; notranslate">
/* THE PAGE WRAPPER */

#page {
	width: 780px;
	margin: 0px auto;
}

#page-wide {
	width: 980px;
	margin: 0px auto;
}
</pre>
<p>If you edit the width of the site make sure you remember to change the width of .narrowcolumn to compensate either larger or small width.</p>
<div class="non-members-post"><p>There is members only content here.</p></div></pre>
 <img src="http://frumph.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=60" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frumph.net/2009/11/28/comicpress-2-9-css-overview-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ComicPress 2.9 CSS Overview – Part 5</title>
		<link>http://frumph.net/2009/11/29/comicpress-2-9-css-overview-part-5/</link>
		<comments>http://frumph.net/2009/11/29/comicpress-2-9-css-overview-part-5/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:01:30 +0000</pubDate>
		<dc:creator>Philip M. Hofer (Frumph)</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[#header]]></category>
		<category><![CDATA[#sidebar-header]]></category>
		<category><![CDATA[.headerpwad]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://comicpresspremium.com/?p=112</guid>
		<description><![CDATA[#header / #sidebar-header This area of the site code is a bit tricky. Sure you have the standard CSS that goes with it. First there&#8217;s no default height or width in the header and the generic height is dependant on [&#8230;] <a class="more-link" href="http://frumph.net/2009/11/29/comicpress-2-9-css-overview-part-5/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<h3>#header / #sidebar-header</h3>
<p><span id="more-112"></span></p>
<p>This area of the site code is a bit tricky.  Sure you have the standard CSS that goes with it.  First there&#8217;s no default height or width in the header and the generic height is dependant on the page title &#8211; tagline.</p>
<pre class="brush: css; title: ; notranslate">
#header {}
	#header h1 a {}
	#header .description {}
</pre>
<p>If the Plugin Wonderful plugin is active and you set one of your ads as &#8216;header&#8217; then it will open up another CSS element.</p>
<pre class="brush: css; title: ; notranslate">
	#header .headerpwad {}
</pre>
<p>Also if you decide to put anything into the Header sidebar area it will open up another css element inside of #header.  Which doesn&#8217;t have any default styling.</p>
<pre class="brush: css; title: ; notranslate">
#sidebar-header {}
</pre>
<p><div class="non-members-post"><p>There is members only content here.</p></div></pre>
 <img src="http://frumph.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=112" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frumph.net/2009/11/29/comicpress-2-9-css-overview-part-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Browser Specific CSS</title>
		<link>http://frumph.net/2010/12/10/browser-specific-css/</link>
		<comments>http://frumph.net/2010/12/10/browser-specific-css/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 04:22:12 +0000</pubDate>
		<dc:creator>Philip M. Hofer (Frumph)</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://comicpress.net/?p=319</guid>
		<description><![CDATA[With ComicPress, you can specify unique and individual changes for each browser type, including mobile devices. [1. This is a ComicPress specific ability, won't work on other themes.] Browser Specific &#8216;targetting&#8217; CSS element identifiers: Basically if you use any of [&#8230;] <a class="more-link" href="http://frumph.net/2010/12/10/browser-specific-css/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>With ComicPress, you can specify unique and individual changes for each browser type, including mobile devices. [1. This is a ComicPress specific ability, won't work on other themes.]</p>
<p>Browser Specific &#8216;targetting&#8217; CSS element identifiers:</p>
<pre class="brush: css; title: ; notranslate">
.lynx
.gecko
.opera
.ns4
.safari
.chrome
.ie
.iphone
</pre>
<p>Basically if you use any of these identifiers *before* another css Class or ID in your css it will specifically only be used for that browser that views the page.</p>
<p>For example:</p>
<pre class="brush: css; title: ; notranslate">
.somecssbox {
      margin-top: 10px;
}
</pre>
<p>^ The above will make a margin-top of 10px on whatever CSS element you chose, however say it doesn&#8217;t look correct in IE browsers because IE does whatever IE does and gives it another additional pixel.</p>
<p>So this is how you override it by being browser specific&#8221;</p>
<pre class="brush: css; title: ; notranslate">
.somecssbox {
      margin-top: 10px;
}

.ie .somecssbox {
      margin-top: 9px;
}
</pre>
<p>All browsers will use the margin-top: 10px; and because you put the .ie .somecssbox directly after it, all IE based browsers will use the 9px margin-top.  Which fixes the look of your site specifically for IE.</p>
<p>You of course can do this for all the other browser types as well. [2. iphone refers to most mobile phones apparently.] </p>
 <img src="http://frumph.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=319" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://frumph.net/2010/12/10/browser-specific-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

