<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: The new skins are up for grabs</title>
	<atom:link href="http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/</link>
	<description>Meaningful Technology</description>
	<lastBuildDate>Mon, 08 Mar 2010 15:24:59 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Denis</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-930</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sat, 14 Nov 2009 20:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-930</guid>
		<description>@&lt;a href=&quot;#comment-929&quot; rel=&quot;nofollow&quot;&gt;mark&lt;/a&gt;: Possibly. Consider checking the beginning of the skin&#039;s css. The widths overrides are generally located there. Margins are a bit further down.</description>
		<content:encoded><![CDATA[<p>@<a  href="#comment-929" rel="nofollow">mark</a>: Possibly. Consider checking the beginning of the skin&#039;s css. The widths overrides are generally located there. Margins are a bit further down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-929</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 14 Nov 2009 17:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-929</guid>
		<description>@Denis Re 800 width
This custom css works great (except on Kubrick, there is small shift in header).
Thank you</description>
		<content:encoded><![CDATA[<p>@Denis Re 800 width<br />
This custom css works great (except on Kubrick, there is small shift in header).<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruth</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-925</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Fri, 13 Nov 2009 21:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-925</guid>
		<description>Hi Denis,

It worked!  I&#039;m fairly new to blogging, but the ease of use on your themes are awesome.  I also love the clean look...

Have a great weekend!!

Ruth</description>
		<content:encoded><![CDATA[<p>Hi Denis,</p>
<p>It worked!  I&#039;m fairly new to blogging, but the ease of use on your themes are awesome.  I also love the clean look&#8230;</p>
<p>Have a great weekend!!</p>
<p>Ruth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-924</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-924</guid>
		<description>@&lt;a href=&quot;#comment-921&quot; rel=&quot;nofollow&quot;&gt;Ruth&lt;/a&gt;: The nav menus only auto-populate if left empty.</description>
		<content:encoded><![CDATA[<p>@<a  href="#comment-921" rel="nofollow">Ruth</a>: The nav menus only auto-populate if left empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-923</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-923</guid>
		<description>@&lt;a href=&quot;#comment-919&quot; rel=&quot;nofollow&quot;&gt;mark&lt;/a&gt;: A few years back I&#039;d have been very worried about window sizes. 640x480 no longer exists, or so little... so I&#039;m no longer paying attention to it. 800x600 still shows up in my stats on occasion.

Anyway, the new skin formats readily allow to customize the skins&#039; widths, so you should be covered with the following bits. They shouldn&#039;t be used as is, since the exact code would depend on the skin, but they&#039;re the correct CSS selectors:

.m1s #wrapper { width: 800px; }

.m1s .wrapper, .m1s .wrapper_item { width: 800px; }

.m1s #main { width: 600px; }

.m1s #sidebar { width: 200px; }

D.</description>
		<content:encoded><![CDATA[<p>@<a  href="#comment-919" rel="nofollow">mark</a>: A few years back I&#039;d have been very worried about window sizes. 640&#215;480 no longer exists, or so little&#8230; so I&#039;m no longer paying attention to it. 800&#215;600 still shows up in my stats on occasion.</p>
<p>Anyway, the new skin formats readily allow to customize the skins&#039; widths, so you should be covered with the following bits. They shouldn&#039;t be used as is, since the exact code would depend on the skin, but they&#039;re the correct CSS selectors:</p>
<p>.m1s #wrapper { width: 800px; }</p>
<p>.m1s .wrapper, .m1s .wrapper_item { width: 800px; }</p>
<p>.m1s #main { width: 600px; }</p>
<p>.m1s #sidebar { width: 200px; }</p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-922</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-922</guid>
		<description>@&lt;a href=&quot;#comment-918&quot; rel=&quot;nofollow&quot;&gt;Bruce Bird&lt;/a&gt;: It was Trebuchet MS with a twist. The trick is to add a &quot;letter-spacing: -1px;&quot; (or -2px) statement in your custom CSS.</description>
		<content:encoded><![CDATA[<p>@<a  href="#comment-918" rel="nofollow">Bruce Bird</a>: It was Trebuchet MS with a twist. The trick is to add a &#034;letter-spacing: -1px;&#034; (or -2px) statement in your custom CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruth</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-921</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Fri, 13 Nov 2009 15:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-921</guid>
		<description>Hi,

Love the new templates.  I added a few pages and they show perfectly, but for some reason I can add a page, but it will not show in the nav bar.  It does show in the list of pages though.  I realize I can add the pages widget, but it doesn&#039;t show up there either.  I really love this template and want to continue using it.  Do you have any suggestions for what might be the problem?

Thanks a million!!

Ruth</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Love the new templates.  I added a few pages and they show perfectly, but for some reason I can add a page, but it will not show in the nav bar.  It does show in the list of pages though.  I realize I can add the pages widget, but it doesn&#039;t show up there either.  I really love this template and want to continue using it.  Do you have any suggestions for what might be the problem?</p>
<p>Thanks a million!!</p>
<p>Ruth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-919</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Tue, 10 Nov 2009 07:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-919</guid>
		<description>Nice Skins Denis!

It would be cool to have also Layouts with 800px width.
Adding additional 50px to Content width would make nice difference.</description>
		<content:encoded><![CDATA[<p>Nice Skins Denis!</p>
<p>It would be cool to have also Layouts with 800px width.<br />
Adding additional 50px to Content width would make nice difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Bird</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-918</link>
		<dc:creator>Bruce Bird</dc:creator>
		<pubDate>Sun, 08 Nov 2009 15:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-918</guid>
		<description>Denis
I&#039;ve been hunting for the font combination you were using a short while ago on Semiologic.com.  It produced a  nice chunky, bold title.  But I don&#039;t see it now.

Is it available?  What am I missing?

Regards
Bruce</description>
		<content:encoded><![CDATA[<p>Denis<br />
I&#039;ve been hunting for the font combination you were using a short while ago on Semiologic.com.  It produced a  nice chunky, bold title.  But I don&#039;t see it now.</p>
<p>Is it available?  What am I missing?</p>
<p>Regards<br />
Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Bird</title>
		<link>http://www.semiologic.com/2009/11/06/the-new-skins-are-up-for-grabs/#comment-917</link>
		<dc:creator>Bruce Bird</dc:creator>
		<pubDate>Sun, 08 Nov 2009 15:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=2209#comment-917</guid>
		<description>Thanks Denis.  As ever responding to user&#039;s wishes while keeping the software compliant.

Regards
Bruce</description>
		<content:encoded><![CDATA[<p>Thanks Denis.  As ever responding to user&#039;s wishes while keeping the software compliant.</p>
<p>Regards<br />
Bruce</p>
]]></content:encoded>
	</item>
</channel>
</rss>
