<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: color</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: color</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 02:56:27 +0000</pubDate>

<item>
<title>RatherBeBiking on "Question about OnVertigo Theme"</title>
<link>http://bbpress.org/forums/topic/question-about-onvertigo-theme#post-8392</link>
<pubDate>Fri, 22 Jun 2007 01:04:54 +0000</pubDate>
<dc:creator>RatherBeBiking</dc:creator>
<guid isPermaLink="false">8392@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you fel! That's amazing!
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Question about OnVertigo Theme"</title>
<link>http://bbpress.org/forums/topic/question-about-onvertigo-theme#post-8387</link>
<pubDate>Fri, 22 Jun 2007 00:31:28 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">8387@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;These aren't, like, options you can set. You have to edit the &#60;code&#62;style.css&#60;/code&#62; file to change the way things look and sizes of things. To change the actual content and ordering of the content you have to open the corresponding .php file and edit the HTML. So you have to figure out HTML and CSS.&#60;/p&#62;
&#60;p&#62;Colours in the .css file are set using hex colour notation. It can be a funny system to get used to. &#60;a href=&#34;http://www.colorschemer.com/online.html&#34;&#62;This&#60;/a&#62; seems to be a site where you can pick your colour and be told the version you need (in the format &#60;a href=&#34;http://trac.bbpress.org/ticket/028453&#34;&#62;#028453&#60;/a&#62;, where the numbers can be anything from 0 - 9 or a - f). Then replace all references to the light blue colour (#CCCCEE) with the colour code you want.&#60;/p&#62;
&#60;p&#62;To change header size, you have to add some width rules to the #header element. &#60;a href=&#34;http://www.w3schools.com/css/&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/&#60;/a&#62; is a great guide.&#60;/p&#62;
&#60;p&#62;To eliminate the hot tags, open the file &#60;code&#62;front-page.php&#60;/code&#62; with a plaintext editor (such as Notepad) and remove a section similar to this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;hottags&#38;quot;&#38;gt;
&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#38;#39;Hot Tags&#38;#39;); ?&#38;gt;&#38;lt;/h2&#38;gt;
&#38;lt;p class=&#38;quot;frontpageheatmap&#38;quot;&#38;gt;&#38;lt;?php tag_heat_map(); ?&#38;gt;

&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those are the things you asked about. For everything else I suggest you do it the hard way, by yourself, learning off the internet. Because if you have a problem and you can fix it, well, you no longer have a problem. But if you've got a problem and you don't know how to fix it you might have that problem for a long time. Also &#60;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/1843&#34;&#62;Firebug&#60;/a&#62; is the most helpful thing you could possibly have; it lets you make changes (not permanent) to the CSS that you can instanly see and you can look at the HTML very nicely too.
&#60;/p&#62;</description>
</item>
<item>
<title>RatherBeBiking on "Question about OnVertigo Theme"</title>
<link>http://bbpress.org/forums/topic/question-about-onvertigo-theme#post-8386</link>
<pubDate>Fri, 22 Jun 2007 00:18:34 +0000</pubDate>
<dc:creator>RatherBeBiking</dc:creator>
<guid isPermaLink="false">8386@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How do I go about changing the themes color to green (as in the one in binary moon WP theme)&#60;/p&#62;
&#60;p&#62;Also, is it possible to reduce the banner size to much shorter than what it is currently set to? Also, can I eliminate the 'hot tags' section on the front page of the forum? &#60;/p&#62;
&#60;p&#62;The forum in question : &#60;a href=&#34;http://www.lagca.com/forums&#34; rel=&#34;nofollow&#34;&#62;http://www.lagca.com/forums&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>skrimpy on "Changing background color on forums listing"</title>
<link>http://bbpress.org/forums/topic/changing-background-color-on-forums-listing#post-2619</link>
<pubDate>Tue, 26 Dec 2006 18:36:57 +0000</pubDate>
<dc:creator>skrimpy</dc:creator>
<guid isPermaLink="false">2619@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I also had this issue noticed by a user of my forum running IE6.  I changed the code as said above and he reported the pink gone.  The screenshot he sent doesn't show alternating grey and white topics/forums as my screen shows (I'm running firefox).  It's all solid white.&#60;/p&#62;
&#60;p&#62;Has anyone been able to further address this issue with IE6?
&#60;/p&#62;</description>
</item>
<item>
<title>tanandan on "Changing background color on forums listing"</title>
<link>http://bbpress.org/forums/topic/changing-background-color-on-forums-listing#post-2122</link>
<pubDate>Fri, 08 Dec 2006 19:18:55 +0000</pubDate>
<dc:creator>tanandan</dc:creator>
<guid isPermaLink="false">2122@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It appears to be an IE6 / CSS issue.  The class works properly in Firefox, but as the original post notes, IE picks up the deleted.alt class as the alternate background color for listed forums, topics, and posts.  &#60;/p&#62;
&#60;p&#62;I don't believe IE6 recognizes hover attributes for anything but &#60;code&#62;&#38;lt;&#60;/code&#62;a&#38;gt; elements.  Someone with good CSS skills probably knows a hack.
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "color scheme tweak by a complete newb"</title>
<link>http://bbpress.org/forums/topic/color-scheme-tweak-by-a-complete-newb#post-1510</link>
<pubDate>Fri, 17 Nov 2006 21:30:19 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">1510@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How did you get your hot tags to come out in various sizes like that?  When I set it up, the hot tags only come out the largest size and never change :(  I don't know if a div is overriding it or what.&#60;/p&#62;
&#60;p&#62;You need to adjust your GMT offset in your config file by an hour.  That's why your freshness is saying (-1 years) for recent posts.
&#60;/p&#62;</description>
</item>
<item>
<title>joebarone on "color scheme tweak by a complete newb"</title>
<link>http://bbpress.org/forums/topic/color-scheme-tweak-by-a-complete-newb#post-1509</link>
<pubDate>Fri, 17 Nov 2006 21:19:30 +0000</pubDate>
<dc:creator>joebarone</dc:creator>
<guid isPermaLink="false">1509@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;so here's my first attempt at tweaking bbPress for my own purposes:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.joebaronedesign.com/forum&#34;&#62;www.joebaronedesign.com/forum&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;wondering if I should keep hacking  away at the hard code to change the layout and overall appearance, or if i should just wait to upgrade when the new version of bbPress is released... because I have no idea what I'm doing in CSS and PHP...drrrr
&#60;/p&#62;</description>
</item>
<item>
<title>mozey on "Simple Scheme Tweak"</title>
<link>http://bbpress.org/forums/topic/simple-scheme-tweak#post-1254</link>
<pubDate>Thu, 09 Nov 2006 15:37:35 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">1254@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeahh, make a plugin that allows you to change colors of your theme like that :)&#60;br /&#62;
looks good.
&#60;/p&#62;</description>
</item>
<item>
<title>CirceDesign on "Simple Scheme Tweak"</title>
<link>http://bbpress.org/forums/topic/simple-scheme-tweak#post-1239</link>
<pubDate>Thu, 09 Nov 2006 11:00:22 +0000</pubDate>
<dc:creator>CirceDesign</dc:creator>
<guid isPermaLink="false">1239@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here is an example of a simple color scheme tweak with a subtle changes.&#60;br /&#62;
&#60;a href=&#34;http://www.keoxa.com/discussion&#34; rel=&#34;nofollow&#34;&#62;http://www.keoxa.com/discussion&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;trying to put a RSS link below the HOT TAGS listing. any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>thomasw98 on "Changing background color on forums listing"</title>
<link>http://bbpress.org/forums/topic/changing-background-color-on-forums-listing#post-357</link>
<pubDate>Mon, 23 Oct 2006 05:43:55 +0000</pubDate>
<dc:creator>thomasw98</dc:creator>
<guid isPermaLink="false">357@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Actually, that's what I assumed also by the name &#34;deleted.alt&#34;...but I could not find anywhere else to adjust the colors on the front page &#34;latest topics&#34; and &#34;forums&#34; list, so finally i changed the color number for &#34;deleted.alt&#34; and lo and behold, the colors on the front page also changed. &#60;/p&#62;
&#60;p&#62;Of course, the topics and forums on the front page are NOT deleted ones, so I guess this variable is shared somehow within the script (I assume it is shared by accident, hence the misleading title &#34;deleted.alt&#34;.)
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Changing background color on forums listing"</title>
<link>http://bbpress.org/forums/topic/changing-background-color-on-forums-listing#post-335</link>
<pubDate>Sun, 22 Oct 2006 22:29:55 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">335@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The red only applies to deleted topics, as the CSS class you found suggests.
&#60;/p&#62;</description>
</item>
<item>
<title>thomasw98 on "Changing background color on forums listing"</title>
<link>http://bbpress.org/forums/topic/changing-background-color-on-forums-listing#post-328</link>
<pubDate>Sun, 22 Oct 2006 15:45:09 +0000</pubDate>
<dc:creator>thomasw98</dc:creator>
<guid isPermaLink="false">328@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK, I figured it out finally...you can control the color of these background fields on the front page by changing the color code in the style.css file at these lines:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.deleted.alt {&#60;br /&#62;
	background: #ff9999;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Of course! &#34;deleted.alt&#34;...so obvious of a name for this option in the style sheets...why didn't I think of this 9 hours ago! ;-)
&#60;/p&#62;</description>
</item>
<item>
<title>thomasw98 on "Changing background color on forums listing"</title>
<link>http://bbpress.org/forums/topic/changing-background-color-on-forums-listing#post-314</link>
<pubDate>Sun, 22 Oct 2006 06:32:35 +0000</pubDate>
<dc:creator>thomasw98</dc:creator>
<guid isPermaLink="false">314@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On the basic downloaded version strater template, the front page lists &#34;latest discussions&#34; and also the &#34;forums&#34;. This listing visually has an line by line alternating background color of very light gray and a pinkish red. &#60;/p&#62;
&#60;p&#62;My question is how do I change these background colors? I would have thought this would be in the css style sheet but I can not find it in there anywhere.&#60;/p&#62;
&#60;p&#62;thanks, thomas
&#60;/p&#62;</description>
</item>

</channel>
</rss>
