<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Transparent background content area</title>
		<link>http://www.kriesi.at/support/topic/transparent-background-content-area</link>
		<description>Support Forum - Topic: Transparent background content area</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:04:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/transparent-background-content-area" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-43297</link>
			<pubDate>Fri, 24 Feb 2012 07:54:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use a semi transparent image or rgba colors: &#60;a href=&#34;http://www.css3.info/introduction-opacity-rgba/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/introduction-opacity-rgba/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-43282</link>
			<pubDate>Fri, 24 Feb 2012 05:04:01 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been trying to figure this one out myself, but I want just the boxed layout background to be semi-transparent.&#60;/p&#62;
&#60;p&#62;I entered the following code in QUICK CSS&#60;/p&#62;
&#60;p&#62;.boxed #wrap_all {&#60;br /&#62;
    zoom: 1;&#60;br /&#62;
	filter: alpha(opacity=50);&#60;br /&#62;
	opacity: 0.5;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;the problem is that my photos and all its contents also become transparent. What is the solution to getting just the boxed layout background color semi-transparent? (For Angular theme but I assume it applies to a lot of other themes)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-32496</link>
			<pubDate>Sun, 20 Nov 2011 05:38:57 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Dude could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>traveljunks on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-32467</link>
			<pubDate>Sat, 19 Nov 2011 18:00:50 +0000</pubDate>
			<dc:creator>traveljunks</dc:creator>
			<guid isPermaLink="false">32467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That worked :)&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-32456</link>
			<pubDate>Sat, 19 Nov 2011 16:18:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case apply the background image to the boxed div - you can use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrap_all {
    background: url(&#38;quot;../images/skin1/bg.png&#38;quot;) transparent;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>traveljunks on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-32454</link>
			<pubDate>Sat, 19 Nov 2011 15:47:07 +0000</pubDate>
			<dc:creator>traveljunks</dc:creator>
			<guid isPermaLink="false">32454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;thanks for your answer, but I mean the content background in the boxed layout :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-32452</link>
			<pubDate>Sat, 19 Nov 2011 15:32:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the fullwidth layout just uses the body background color as background. You ca change the color/bg image with following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
    background: url(&#38;quot;../images/skin1/bg.png&#38;quot;) #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I.e. you could change the bg color and create a semi transparent &#34;bg.png&#34; by using Phtoshop (pattern effect, etc.). I'd use images instead of code because the css opacity attributes can cause troubles (cross browser compatibility, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>traveljunks on "Transparent background content area"</title>
			<link>http://www.kriesi.at/support/topic/transparent-background-content-area#post-32432</link>
			<pubDate>Sat, 19 Nov 2011 07:18:31 +0000</pubDate>
			<dc:creator>traveljunks</dc:creator>
			<guid isPermaLink="false">32432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'm testing Brightbox for a new site and would like to change the white content background in a little (20%) transparent white background.&#60;/p&#62;
&#60;p&#62;Is that possible with code, or maybe with an image?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
