<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — How To Change the admin style sheet?]]></title>
		<link>https://punbb.informer.com/forums/topic/14446/how-to-change-the-admin-style-sheet/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/14446/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How To Change the admin style sheet?.]]></description>
		<lastBuildDate>Thu, 18 Jan 2007 23:12:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85282/#p85282</link>
			<description><![CDATA[<div class="quotebox"><cite>Zimmer92 wrote:</cite><blockquote><p>Why would IE ignore it?<br />!important in CSS just means that that code will overwrite the code in the css file for that specific template.<br />That is how I made a custom Vbulletin style because of the restrictions of style designing in it.<br />So I just added in the &quot;extra css board&quot; all the code I wanted, added &quot;!important&quot; after it and it overwrote all the css code before it, so i could do as much as I wanted. It works.</p></blockquote></div><p>You said you were employing the same technique as you use for vB which you don&#039;t need to becuase PunBB doesn&#039;t use style blocks.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Thu, 18 Jan 2007 23:12:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85282/#p85282</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85275/#p85275</link>
			<description><![CDATA[<p>But I am not talking about Vb on this occassion, I am talking about PunBB. <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[null@example.com (Zimmer92)]]></author>
			<pubDate>Thu, 18 Jan 2007 22:16:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85275/#p85275</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85273/#p85273</link>
			<description><![CDATA[<p>You are still missing the point. If you put a style block in the template that will will overrule the stylesheet anyway, you don&#039;t need !important. The only reason you needed it in vBulletin is because vB uses stye blocks in the template rather than just having separate stylesheets.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Thu, 18 Jan 2007 22:01:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85273/#p85273</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85258/#p85258</link>
			<description><![CDATA[<p>Nope, i use all web browsers for designing sites and in IE it shows up perfectly. <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /><br />Both values are not the same, as it is overwriting a BASE.CSS css code.</p>]]></description>
			<author><![CDATA[null@example.com (Zimmer92)]]></author>
			<pubDate>Thu, 18 Jan 2007 20:05:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85258/#p85258</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85256/#p85256</link>
			<description><![CDATA[<div class="quotebox"><cite>Zimmer92 wrote:</cite><blockquote><p>Well it doesnt on my forums. <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p></blockquote></div><p>Then you&#039;re either not viewing it in IE, or both values are the same (i.e: { color: red !important; color: red } ).</p>]]></description>
			<author><![CDATA[null@example.com (Runar)]]></author>
			<pubDate>Thu, 18 Jan 2007 19:30:28 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85256/#p85256</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85254/#p85254</link>
			<description><![CDATA[<p>Well it doesnt on my forums. <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[null@example.com (Zimmer92)]]></author>
			<pubDate>Thu, 18 Jan 2007 18:20:29 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85254/#p85254</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85253/#p85253</link>
			<description><![CDATA[<div class="quotebox"><cite>Zimmer92 wrote:</cite><blockquote><p>Well, so far the !important works for me. <br />As a hack you say? What do you mean by that?</p></blockquote></div><p>Just look at what he said.</p><p>IE ignores all values with !important, so with this code, { color: red !important; color: blue }, IE would display blue color while any other browser would display the text in red.</p><p>Do you understand now? If you still don&#039;t understand, read this:</p><div class="quotebox"><blockquote><p>A common misconception is that IE6 (and earlier) does not pay attention to !important rules in CSS. The truth is that this is true only part of the time. (Theoretically IE7 should get it right, and I really hope it does, but who knows any more... someone care to test?)</p><p>For those that need a quick refresher, what the !important declaration does is increase the specificity of the rule to a level above that even of inline styles and more specific selectors, or those that come later in the stylesheet.</p></blockquote></div><p>(<a href="http://modxcms.com/css-hacking-important.html">http://modxcms.com/css-hacking-important.html</a>)</p>]]></description>
			<author><![CDATA[null@example.com (Runar)]]></author>
			<pubDate>Thu, 18 Jan 2007 18:17:47 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85253/#p85253</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85238/#p85238</link>
			<description><![CDATA[<p>Well, so far the !important works for me. <br />As a hack you say? What do you mean by that?</p>]]></description>
			<author><![CDATA[null@example.com (Zimmer92)]]></author>
			<pubDate>Thu, 18 Jan 2007 17:04:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85238/#p85238</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85237/#p85237</link>
			<description><![CDATA[<p>IE has a bug in the way it handles !mportant which means it can be used as a hack.</p><p>{color: red !important;<br />color: blue}</p><p>IE would get blue and firefox etc would get red.</p><p>All admin pages have a wrapper with the id #punadmin. If you use the id as a prefix to all your style declarions then they will only apply to the admin pages.</p><p>And why bother with !important, a style block in the tpl file will take precedence over the stylesheet anyway.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Thu, 18 Jan 2007 17:03:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85237/#p85237</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85236/#p85236</link>
			<description><![CDATA[<p>Why would IE ignore it?<br />!important in CSS just means that that code will overwrite the code in the css file for that specific template.<br />That is how I made a custom Vbulletin style because of the restrictions of style designing in it.<br />So I just added in the &quot;extra css board&quot; all the code I wanted, added &quot;!important&quot; after it and it overwrote all the css code before it, so i could do as much as I wanted. It works.</p><p>Also, if you use !important in a css style for something then you can overwrite some settings that are default. For example, I have on my css code<br /></p><div class="codebox"><pre><code>h2 {
margin-top: 15px !important;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Zimmer92)]]></author>
			<pubDate>Thu, 18 Jan 2007 16:56:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85236/#p85236</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85231/#p85231</link>
			<description><![CDATA[<div class="quotebox"><cite>Zimmer92 wrote:</cite><blockquote><p>Smartys, could you not put the CSS code on the .tpl file and add <strong>!important</strong> at the end of each css line?<br />I think that should work.</p></blockquote></div><p>Why? So IE may ignore it?</p>]]></description>
			<author><![CDATA[null@example.com (Runar)]]></author>
			<pubDate>Thu, 18 Jan 2007 16:42:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85231/#p85231</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85210/#p85210</link>
			<description><![CDATA[<p>Smartys, could you not put the CSS code on the .tpl file and add <strong>!important</strong> at the end of each css line?<br />I think that should work.</p>]]></description>
			<author><![CDATA[null@example.com (Zimmer92)]]></author>
			<pubDate>Thu, 18 Jan 2007 13:27:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85210/#p85210</guid>
		</item>
		<item>
			<title><![CDATA[Re: How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85076/#p85076</link>
			<description><![CDATA[<p>There&#039;s no way to change the style for just the admin interface</p>]]></description>
			<author><![CDATA[null@example.com (Smartys)]]></author>
			<pubDate>Tue, 16 Jan 2007 23:46:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85076/#p85076</guid>
		</item>
		<item>
			<title><![CDATA[How To Change the admin style sheet?]]></title>
			<link>https://punbb.informer.com/forums/post/85075/#p85075</link>
			<description><![CDATA[<p>Hi,</p><p>I am new to PunBB and was wondering how I can change the style sheet for the admin interface???<br />Or is there a tutorial somewhere?</p><p>Thanks!<br />Dada</p>]]></description>
			<author><![CDATA[null@example.com (dada78)]]></author>
			<pubDate>Tue, 16 Jan 2007 23:44:29 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/85075/#p85075</guid>
		</item>
	</channel>
</rss>
