<?xml version="1.0"?><!-- 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>Blog Oh! Blog Forums Tag: colour</title>
<link>http://www.blogohblog.com/forums/</link>
<description>Blog Oh! Blog Forums Tag: colour</description>
<language>en</language>
<pubDate>Wed, 07 Jan 2009 02:40:58 +0000</pubDate>

<item>
<title>GavinWebb on "Xplosive Reloaded - cross-browser display problems"</title>
<link>http://www.blogohblog.com/forums/topic/xplosive-reloaded-cross-browser-display-problems#post-352</link>
<pubDate>Sat, 05 Apr 2008 10:28:57 +0000</pubDate>
<dc:creator>GavinWebb</dc:creator>
<guid isPermaLink="false">352@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I figure this out.  You need to take the elements in your chosen colour css, i.e. blue.css:&#60;/p&#62;
&#60;p&#62;body {background:#003366;}&#60;br /&#62;
#header {background:url(images/header_aqua.gif) no-repeat left;}&#60;br /&#62;
#sidebar1 h2, #sidebar2 h2{color: #0066CC;}&#60;br /&#62;
#footer {background:url(images/footer_aqua.png) no-repeat left;}&#60;/p&#62;
&#60;p&#62;..and then paste those elements to replace the corresponding elements in style.css to in effect change the default.
&#60;/p&#62;</description>
</item>
<item>
<title>GavinWebb on "Xplosive Reloaded - cross-browser display problems"</title>
<link>http://www.blogohblog.com/forums/topic/xplosive-reloaded-cross-browser-display-problems#post-341</link>
<pubDate>Wed, 02 Apr 2008 09:06:25 +0000</pubDate>
<dc:creator>GavinWebb</dc:creator>
<guid isPermaLink="false">341@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hi Jai&#60;/p&#62;
&#60;p&#62;My header.php is as follows:&#60;/p&#62;
&#60;p&#62;&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head profile=&#34;http://gmpg.org/xfn/11&#34;&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;&#38;lt;?php bloginfo('html_type'); ?&#38;gt;; charset=&#38;lt;?php bloginfo('charset'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt; &#38;lt;?php if ( is_single() ) { ?&#38;gt; &#38;raquo; Blog Archive &#38;lt;?php } ?&#38;gt; &#38;lt;?php wp_title(); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;meta name=&#34;generator&#34; content=&#34;WordPress &#38;lt;?php bloginfo('version'); ?&#38;gt;&#34; /&#38;gt; &#38;lt;!-- leave this for stats --&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;br /&#62;
    &#38;lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/style.css&#34; media=&#34;screen&#34; title=&#34;default&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;link rel=&#34;alternate stylesheet&#34; type=&#34;text/css&#34; href=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/blue.css&#34; media=&#34;screen&#34; title=&#34;blue&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;link rel=&#34;alternate stylesheet&#34; type=&#34;text/css&#34; href=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/orange.css&#34; media=&#34;screen&#34; title=&#34;orange&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;link rel=&#34;alternate stylesheet&#34; type=&#34;text/css&#34; href=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/green.css&#34;  media=&#34;screen&#34; title=&#34;green&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;&#38;lt;?php bloginfo('name'); ?&#38;gt; RSS Feed&#34; href=&#34;&#38;lt;?php bloginfo('rss2_url'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;pingback&#34; href=&#34;&#38;lt;?php bloginfo('pingback_url'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_head(); ?&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; src=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/styleswitcher.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; src=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/mootools.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; src=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/boxes.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;wrapper&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;header&#34;&#38;gt;&#38;lt;div id=&#34;logo&#34;&#38;gt;&#38;lt;h1&#38;gt;&#60;a&#62;/&#34;&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;div id=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;ul id=&#34;menu&#34; style=&#34;float:left;&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;li class=&#34;&#38;lt;?php if (((is_home()) &#38;#38;&#38;#38; !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;&#34;&#38;gt;&#60;a&#62;&#34;&#38;gt;Home&#38;lt;?php echo $langblog;?&#38;gt;&#60;/a&#62;&#60;br /&#62;
                &#38;lt;?php wp_list_pages('sort_column=menu_order&#38;#38;depth=1&#38;#38;title_li='); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Xplosive Reloaded - cross-browser display problems"</title>
<link>http://www.blogohblog.com/forums/topic/xplosive-reloaded-cross-browser-display-problems#post-339</link>
<pubDate>Wed, 02 Apr 2008 03:34:47 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">339@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I am sure there is an error in the way you are modifying the theme. Please post the content of your header.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>GavinWebb on "Xplosive Reloaded - cross-browser display problems"</title>
<link>http://www.blogohblog.com/forums/topic/xplosive-reloaded-cross-browser-display-problems#post-330</link>
<pubDate>Tue, 01 Apr 2008 01:46:10 +0000</pubDate>
<dc:creator>GavinWebb</dc:creator>
<guid isPermaLink="false">330@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hi.  I installed the xplosive reloaded theme a couple of days ago and am generally finding it a pleasure to work with and configure.&#60;/p&#62;
&#60;p&#62;However, I've found that colour default I've specified doesn't show across different browsers.  My default is blue, I've removed the Kwicks, and changed the header to my own - which all views okay in my default browser Netscape.&#60;/p&#62;
&#60;p&#62;But if I view this in IE, Opera or FF, the default colour is red.  I've managed to amend the header so that the default is my own which shows across all browsers, but the colour scheme remains red in IE, Opera and FF.&#60;/p&#62;
&#60;p&#62;Any help will be appreciated.  Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
