<?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 - Tag: drop shadow - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/drop-shadow</link>
		<description>Support Forum - Tag: drop shadow - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 10:48:25 +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/tags/drop-shadow" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Choices: Drop shadow on horizontal line"</title>
			<link>http://www.kriesi.at/support/topic/choices-drop-shadow-on-horizontal-line#post-81287</link>
			<pubDate>Sun, 28 Oct 2012 06:06:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cdfb,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cdfb on "Choices: Drop shadow on horizontal line"</title>
			<link>http://www.kriesi.at/support/topic/choices-drop-shadow-on-horizontal-line#post-81262</link>
			<pubDate>Sat, 27 Oct 2012 12:07:11 +0000</pubDate>
			<dc:creator>Cdfb</dc:creator>
			<guid isPermaLink="false">81262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael&#60;/p&#62;
&#60;p&#62;Thanks a lot for the quick reply! It worked perfectly! ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Choices: Drop shadow on horizontal line"</title>
			<link>http://www.kriesi.at/support/topic/choices-drop-shadow-on-horizontal-line#post-81248</link>
			<pubDate>Sat, 27 Oct 2012 01:53:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add this on your custom.css to remove the shadow&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.bottom_shadow {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this to remove the shadow and create a separator on the sidebar.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar_bg_top.sidebar_bg, .sidebar_bg_bottom, .sidebar_bg_center {
background: none;
border-left: 1px solid red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the color to something else.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cdfb on "Choices: Drop shadow on horizontal line"</title>
			<link>http://www.kriesi.at/support/topic/choices-drop-shadow-on-horizontal-line#post-81224</link>
			<pubDate>Fri, 26 Oct 2012 19:54:43 +0000</pubDate>
			<dc:creator>Cdfb</dc:creator>
			<guid isPermaLink="false">81224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I remove the drop shadow from the horizontal lines on the theme &#34;Choices&#34;?&#60;br /&#62;
How can I make a thin line instead of a shadow in the vertical line on the sidebar? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-76682</link>
			<pubDate>Thu, 20 Sep 2012 14:33:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mebebrown,&#60;/p&#62;
&#60;p&#62;Try to use this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrap_all {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. Just adjust it a little bit and also the color.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mebebrown on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-76621</link>
			<pubDate>Wed, 19 Sep 2012 20:54:18 +0000</pubDate>
			<dc:creator>mebebrown</dc:creator>
			<guid isPermaLink="false">76621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!  I'm looking for the same thing, and I added the code you have above:&#60;br /&#62;
.boxed #wrap_all {&#60;br /&#62;
-moz-box-shadow: 4px 4px 4px #000;&#60;br /&#62;
-webkit-box-shadow: 4px 4px 4px #000;&#60;br /&#62;
box-shadow: 4px 4px 4px #000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It just gives a shadow on the right (like a drop shadow).  Can you please tell me how to make that go all the way around?&#60;br /&#62;
Thanks so  much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-50297</link>
			<pubDate>Fri, 06 Apr 2012 03:14:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">50297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;Glad that worked for you. You can add the following as well and adjust the values to get the effect you are going for. I'll include  a link at the end with some additional helpful info:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrap_all {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Box shadow with css: &#60;a href=&#34;http://css-tricks.com/snippets/css/css-box-shadow/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/snippets/css/css-box-shadow/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcambrand on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-49936</link>
			<pubDate>Wed, 04 Apr 2012 09:34:08 +0000</pubDate>
			<dc:creator>dcambrand</dc:creator>
			<guid isPermaLink="false">49936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the tip. Will definitely check that out!&#60;/p&#62;
&#60;p&#62;Speaking of drop shadows. I am going for a boxed layout rather than the stretched one, and I wonder if there's any way of adding a drop shadow to the box? This site is using a good example of that: &#60;a href=&#34;http://www.freelancer.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.freelancer.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for the quick support, wonderful to see the ongoing task to serve customers.&#60;/p&#62;
&#60;p&#62;ps.&#60;br /&#62;
If you haven't noticed yet, I'm a complete noob in regards to .css or anything more advanced than creating simple html in a notepad ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-49585</link>
			<pubDate>Mon, 02 Apr 2012 19:15:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">49585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dcambrand,&#60;/p&#62;
&#60;p&#62;You can try adding the following to your Quick CSS or custom.css and adjust to your liking :)&#60;br /&#62;
#top .slideshow {&#60;br /&#62;
-moz-box-shadow: 3px 3px 4px #000;&#60;br /&#62;
-webkit-box-shadow: 3px 3px 4px #000;&#60;br /&#62;
box-shadow: 3px 3px 4px #000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcambrand on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-49289</link>
			<pubDate>Sat, 31 Mar 2012 04:48:11 +0000</pubDate>
			<dc:creator>dcambrand</dc:creator>
			<guid isPermaLink="false">49289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey I'm looking through the CSS to see if I could add some Drop Shadow or possibly Floor Reflections to the Slideshow of the Angular theme. Others have asked the same about other themes but I can't seem to find the same files in this theme.&#60;/p&#62;
&#60;p&#62;As 1 additional query, 1: is it possible in Angular to only view the Footer on the front page? This has been asked for other themes as well but with solutions not applicable to Angular.&#60;/p&#62;
&#60;p&#62;You can check out my site @ &#60;a href=&#34;http://www.cambranddesigns.com&#34; rel=&#34;nofollow&#34;&#62;http://www.cambranddesigns.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29137</link>
			<pubDate>Mon, 10 Oct 2011 07:20:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srosales on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29112</link>
			<pubDate>Mon, 10 Oct 2011 01:24:03 +0000</pubDate>
			<dc:creator>srosales</dc:creator>
			<guid isPermaLink="false">29112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1.) Worked like a charm, thank you!  And thanks for the heads up on the browsers.&#60;/p&#62;
&#60;p&#62;2.) NP, thanks, I figured as much... :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29025</link>
			<pubDate>Sun, 09 Oct 2011 08:01:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can use css3 to add rounded corners (however only newer browsers support this feature). Open up style.css and add following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_entry .box_small a img{
border-radius: 4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can increase/decrease the radius value.&#60;/p&#62;
&#60;p&#62;2) Adding shadows is not easily possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srosales on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29017</link>
			<pubDate>Sun, 09 Oct 2011 00:00:34 +0000</pubDate>
			<dc:creator>srosales</dc:creator>
			<guid isPermaLink="false">29017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, is there a way to add rounded corners to the images in the portfolio page of Display theme?  &#60;/p&#62;
&#60;p&#62;Is it possible to add a drop shadow under each image in the gallery as well?&#60;/p&#62;
&#60;p&#62;Which files would I need to edit?  Thank you!  I'm currently looking at template_portfolio.php.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
