<?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: Add transparent box as the background of .sidebar</title>
		<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar</link>
		<description>Support Forum - Topic: Add transparent box as the background of .sidebar</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 07:38:23 +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/add-transparent-box-as-the-background-of-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-36058</link>
			<pubDate>Thu, 29 Dec 2011 11:09:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The elements are absolute positioned - I'd add it to page.php before following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!--end box--&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giaquinta on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-35974</link>
			<pubDate>Fri, 23 Dec 2011 15:04:52 +0000</pubDate>
			<dc:creator>giaquinta</dc:creator>
			<guid isPermaLink="false">35974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Dude, thank you for your patience.&#60;/p&#62;
&#60;p&#62;I've added this code:&#60;/p&#62;
&#60;p&#62;.content .box  {&#60;br /&#62;
margin-left: 0px;&#60;br /&#62;
bottom: 50px;&#60;br /&#62;
background-color: #fff;&#60;br /&#62;
background-image: url(&#34;../images/skin-minimal/texture_paper_50_small.png&#34;) !important ;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.template-page.content {&#60;br /&#62;
background-image: url(&#34;../images/skin-minimal/bg-trans20.png&#34;) !important;&#60;br /&#62;
width: 590px;&#60;br /&#62;
margin-left: 221px;&#60;br /&#62;
margin-bottom: -70px;&#60;br /&#62;
margin-top:  0px;&#60;br /&#62;
padding-top: 100px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;and as you can see (&#60;a href=&#34;http://www.asiapalermo.it/svizzero/flashlight&#34; rel=&#34;nofollow&#34;&#62;http://www.asiapalermo.it/svizzero/flashlight&#60;/a&#62;) I've almost solved. To get the same effect I should add right and left border to the new transparent box. But if I use border-right/left css code i don't get the same effect. I've to add other 2&#60;br /&#62;
&#38;lt;span class=&#34;border-transparent border-transparent-left&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;border-transparent border-transparent-right&#34;/&#38;gt;&#60;br /&#62;
as in the main sidebar and then modify their classes....my question now is...how can add this code? In which php page should I work? Any ideas? Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-35952</link>
			<pubDate>Fri, 23 Dec 2011 10:59:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think the only problem is your &#34;transparent&#34; png image now because it's not (semi)transparent.&#60;br /&#62;
I.e. if I remove the background code around line 69 (your custom pattern image) I get transparent content areas which indicates that the image itself is not transparent.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>giaquinta on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-35941</link>
			<pubDate>Fri, 23 Dec 2011 10:17:03 +0000</pubDate>
			<dc:creator>giaquinta</dc:creator>
			<guid isPermaLink="false">35941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nothing interesting appened, and using background instead of background-image I get a space between the texture sample...but nothing that can be made similar to the image I posted you before.. should I give up?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-35905</link>
			<pubDate>Fri, 23 Dec 2011 07:34:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) For .content .box try &#34;background&#34; instead of &#34;background.image&#34;.&#60;/p&#62;
&#60;p&#62;2) Try to add following code to css/custom.css (before your bg image code):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.box, .blog-meta, .widget {
    background: none transparent;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giaquinta on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-35863</link>
			<pubDate>Thu, 22 Dec 2011 18:54:56 +0000</pubDate>
			<dc:creator>giaquinta</dc:creator>
			<guid isPermaLink="false">35863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It doesn't create a new different box but it overwrites the transparent one of the sidebar, check my site to see: &#60;a href=&#34;http://www.asiapalermo.it/svizzero/flashlight&#34; rel=&#34;nofollow&#34;&#62;http://www.asiapalermo.it/svizzero/flashlight&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-35783</link>
			<pubDate>Thu, 22 Dec 2011 07:39:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following code and replace the bg color with your transparent image:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.box, .blog-meta, .return_content, .arrowslidecontrolls_fullscreen, .hide_content_wrap a, .img_count, .slide_thumbnails, .widget{
background: #fff;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giaquinta on "Add transparent box as the background of .sidebar"</title>
			<link>http://www.kriesi.at/support/topic/add-transparent-box-as-the-background-of-sidebar#post-35693</link>
			<pubDate>Wed, 21 Dec 2011 21:05:03 +0000</pubDate>
			<dc:creator>giaquinta</dc:creator>
			<guid isPermaLink="false">35693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I would like to know if there is a &#34;simple&#34; way to add another transparent box (like the one on the background of the main sidebar) below the main content box (as you see in this screenshot created with photoshop: &#60;a href=&#34;http://www.asiapalermo.it/svizzero/flashlight/example.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.asiapalermo.it/svizzero/flashlight/example.jpg&#60;/a&#62; ).&#60;br /&#62;
I imagine that I should create a div (which should content the div with .box and .content classes) in some php page...an then link it to a css class in the custom.css.....but should you please give me some directions?&#60;/p&#62;
&#60;p&#62;Thank you very much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
