<?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/"
		>
<channel>
	<title>Comments on: Free wordpress theme : Dusk</title>
	<atom:link href="http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Sat, 24 Dec 2011 04:47:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ovidiu</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-19</link>
		<dc:creator>ovidiu</dc:creator>
		<pubDate>Wed, 01 Apr 2009 09:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-19</guid>
		<description>the theme is dead on wordpress, downlaod link broken. alternative?</description>
		<content:encoded><![CDATA[<p>the theme is dead on wordpress, downlaod link broken. alternative?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-13</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 31 Aug 2007 11:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-13</guid>
		<description>I couldn&#039;t understand some parts of this article , but I guess I just need to check some more resources regarding this, because it sounds interesting.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t understand some parts of this article , but I guess I just need to check some more resources regarding this, because it sounds interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-12</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 18 Jul 2007 00:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-12</guid>
		<description>Worked perfectly, thank you for the good instructions.</description>
		<content:encoded><![CDATA[<p>Worked perfectly, thank you for the good instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-11</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 17 Jul 2007 16:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-11</guid>
		<description>David,
Open style.css
find this line


&lt;blockquote&gt;
#header1{
	width: 390px;
	height: 165px;
	float: left;
	padding: 45px 0 0 30px;
}
&lt;/blockquote&gt;


See at height : 165px; and padding: 45px 0 0 30px; this is a shot tag of padding top &gt; right &gt; bottom &gt; left

You want to move your blog title down a bit, you can increase padding-top value more than 45px; but when you increased value more than 45px you must decrease value of height example.

In this example I increase padding-top 10px and decrease height 10px

&lt;blockquote&gt;
#header1{
	width: 390px;
	height: 155px;
	float: left;
	padding-top: 55px;
padding-right: 0;
padding-bottom: 0;
padding-left: 30px;
}
&lt;/blockquote&gt;

Total height= 210px;
padding-top+height= 210px;</description>
		<content:encoded><![CDATA[<p>David,<br />
Open style.css<br />
find this line</p>
<blockquote><p>
#header1{<br />
	width: 390px;<br />
	height: 165px;<br />
	float: left;<br />
	padding: 45px 0 0 30px;<br />
}
</p></blockquote>
<p>See at height : 165px; and padding: 45px 0 0 30px; this is a shot tag of padding top > right > bottom > left</p>
<p>You want to move your blog title down a bit, you can increase padding-top value more than 45px; but when you increased value more than 45px you must decrease value of height example.</p>
<p>In this example I increase padding-top 10px and decrease height 10px</p>
<blockquote><p>
#header1{<br />
	width: 390px;<br />
	height: 155px;<br />
	float: left;<br />
	padding-top: 55px;<br />
padding-right: 0;<br />
padding-bottom: 0;<br />
padding-left: 30px;<br />
}
</p></blockquote>
<p>Total height= 210px;<br />
padding-top+height= 210px;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-10</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 17 Jul 2007 03:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-10</guid>
		<description>I would like to move my blog title down a bit and was wondering if you could tell me which style sheet to do that in, and specifically which section. And if you have a recommendation as to some numbers to use to move it down, I would appreciate it. I&#039;m new to this, so any specifics would be helpful. Thanks in advance, David. You can see what I&#039;m doing here:

http://www.projectdateline.com/</description>
		<content:encoded><![CDATA[<p>I would like to move my blog title down a bit and was wondering if you could tell me which style sheet to do that in, and specifically which section. And if you have a recommendation as to some numbers to use to move it down, I would appreciate it. I&#8217;m new to this, so any specifics would be helpful. Thanks in advance, David. You can see what I&#8217;m doing here:</p>
<p><a href="http://www.projectdateline.com/" rel="nofollow">http://www.projectdateline.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-9</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 29 Jun 2007 19:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-9</guid>
		<description>@David

You need only &quot;functions.php&quot;</description>
		<content:encoded><![CDATA[<p>@David</p>
<p>You need only &#8220;functions.php&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-8</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 29 Jun 2007 18:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-8</guid>
		<description>Hey, thanks a bunch. Another question, though: I&#039;ve done some mods on the css and the like which I really don&#039;t want to do again. Can I just add the functions.php in a way that won&#039;t alter what I&#039;ve changed? I&#039;m guessing that all I have to do is drop the new functions.php into the themes folder dusk-10 that I&#039;ve already uploaded to my server? Thanks again. You can see what I&#039;ve done here:

http://www.projectdateline.com

David</description>
		<content:encoded><![CDATA[<p>Hey, thanks a bunch. Another question, though: I&#8217;ve done some mods on the css and the like which I really don&#8217;t want to do again. Can I just add the functions.php in a way that won&#8217;t alter what I&#8217;ve changed? I&#8217;m guessing that all I have to do is drop the new functions.php into the themes folder dusk-10 that I&#8217;ve already uploaded to my server? Thanks again. You can see what I&#8217;ve done here:</p>
<p><a href="http://www.projectdateline.com" rel="nofollow">http://www.projectdateline.com</a></p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-7</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 29 Jun 2007 07:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-7</guid>
		<description>@David,

I&#039;ve forgot to include a file name &quot;functions.php&quot;. I&#039;ve upload a new version, you just download again and in the zip file you&#039;ll see a file name &quot;functions.php&quot; copy and paste into your dusk directory.</description>
		<content:encoded><![CDATA[<p>@David,</p>
<p>I&#8217;ve forgot to include a file name &#8220;functions.php&#8221;. I&#8217;ve upload a new version, you just download again and in the zip file you&#8217;ll see a file name &#8220;functions.php&#8221; copy and paste into your dusk directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-6</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 29 Jun 2007 02:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-6</guid>
		<description>Sir, very beautiful theme (I&#039;m one of those 700 downloads from Wordpress). It&#039;s my first wordpress and am learning quite a bit about coding and css and the like. I was looking around at widgets and notices that this theme appeared to not be &quot;widget ready&quot;. Is that correct, and/or do you have plans to make it so?

Regards,
David</description>
		<content:encoded><![CDATA[<p>Sir, very beautiful theme (I&#8217;m one of those 700 downloads from WordPress). It&#8217;s my first wordpress and am learning quite a bit about coding and css and the like. I was looking around at widgets and notices that this theme appeared to not be &#8220;widget ready&#8221;. Is that correct, and/or do you have plans to make it so?</p>
<p>Regards,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dissi</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-5</link>
		<dc:creator>dissi</dc:creator>
		<pubDate>Sun, 24 Jun 2007 22:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-5</guid>
		<description>thank you very much for your answer.

the reason why you didn&#039;t find the problem is probably because i already tried something else to solve the problem. since it appeared only with some plugins, i made a special page template for the plugin (without a sidebar and a footer).
now it works that way.
the rest of the theme is lovely.

best wishes,
dissi</description>
		<content:encoded><![CDATA[<p>thank you very much for your answer.</p>
<p>the reason why you didn&#8217;t find the problem is probably because i already tried something else to solve the problem. since it appeared only with some plugins, i made a special page template for the plugin (without a sidebar and a footer).<br />
now it works that way.<br />
the rest of the theme is lovely.</p>
<p>best wishes,<br />
dissi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 24 Jun 2007 15:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-4</guid>
		<description>@ dessi,

 If you think the problem is form my javascript, you can delete it in header.php . This javascript use for make equal height in column left and right. I posted new topic in your forum and haven&#039;t found error. After deleted this javascript  please change code a bit in footer.php and style.css

&lt;strong&gt;footer.php&lt;/strong&gt;
replace


&lt;blockquote&gt;
&lt;code&gt;
  &lt;div id=&quot;footer&quot;&gt;
    &lt;div id=&quot;footer1&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;footer2&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;   &lt; --- end of wrapper tag&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;/code&gt;
&lt;/blockquote&gt;

to
&lt;p&gt;

&lt;blockquote&gt;
&lt;code&gt;&lt;/div&gt;   &lt; --- end of wrapper tag&gt;
 &lt;div id=&quot;footer&quot;&gt;
    &lt;div id=&quot;footer1&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;footer2&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;/code&gt;&lt;/blockquote&gt;

&lt;/p&gt;


To chage this code because footer will have a problem when remove javascript. you have to move footer out of #wrapper and style it as #wrapper


&lt;b&gt;style.css&lt;/b&gt;

add margin to footer to make it aligns =center
and style other like #wrapper{}

 Ex.

#footer{
	margin: 0 auto 0 auto;
border-left: xx px;
border-right: xx px;

}</description>
		<content:encoded><![CDATA[<p>@ dessi,</p>
<p> If you think the problem is form my javascript, you can delete it in header.php . This javascript use for make equal height in column left and right. I posted new topic in your forum and haven&#8217;t found error. After deleted this javascript  please change code a bit in footer.php and style.css</p>
<p><strong>footer.php</strong><br />
replace</p>
<blockquote><p>
<code></p>
<div id="footer">
<div id="footer1"></div>
<div id="footer2"></div>
</p></div>
<p>   < --- end of wrapper tag></p>
<p></code>
</p></blockquote>
<p>to</p>
<blockquote><p>
<code>   < --- end of wrapper tag></p>
<div id="footer">
<div id="footer1"></div>
<div id="footer2"></div>
</p></div>
<p></code></p></blockquote>
<p>To chage this code because footer will have a problem when remove javascript. you have to move footer out of #wrapper and style it as #wrapper</p>
<p><b>style.css</b></p>
<p>add margin to footer to make it aligns =center<br />
and style other like #wrapper{}</p>
<p> Ex.</p>
<p>#footer{<br />
	margin: 0 auto 0 auto;<br />
border-left: xx px;<br />
border-right: xx px;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dissi</title>
		<link>http://www.webstockbox.com/wordpress/free-wordpress-theme-dusk/comment-page-1/#comment-3</link>
		<dc:creator>dissi</dc:creator>
		<pubDate>Sun, 24 Jun 2007 13:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstockbox.com/?p=12#comment-3</guid>
		<description>Hi,

i really like this theme and I using it at my wordpress installation, i modified a bit, escpecially regarding its look.
but what bothers me a bit is the javascript &quot;column.js&quot;. it probably doesn&#039;t work right because sometimes the header nearly disappears, the whole page is sliding upwards. :(
you can taste the problem here in interaction with a forum plugin, it appears when you try to add a new topic.
http://www.halo19.de/lab/?page_id=51

thanks for helping
dissi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i really like this theme and I using it at my wordpress installation, i modified a bit, escpecially regarding its look.<br />
but what bothers me a bit is the javascript &#8220;column.js&#8221;. it probably doesn&#8217;t work right because sometimes the header nearly disappears, the whole page is sliding upwards. <img src='http://www.webstockbox.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
you can taste the problem here in interaction with a forum plugin, it appears when you try to add a new topic.<br />
<a href="http://www.halo19.de/lab/?page_id=51" rel="nofollow">http://www.halo19.de/lab/?page_id=51</a></p>
<p>thanks for helping<br />
dissi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

