<?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: Gradient to Border</title>
		<link>http://www.kriesi.at/support/topic/gradient-to-border</link>
		<description>Support Forum - Topic: Gradient to Border</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:07:51 +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/gradient-to-border" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-60039</link>
			<pubDate>Wed, 13 Jun 2012 16:26:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">60039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ak-muc,&#60;/p&#62;
&#60;p&#62;I believe we all understand what you are looking for but have no other suggestions on how to achieve the effect. If you would like to look into it further, I would recommend hiring a freelance web developer who can make the customization for you.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-60030</link>
			<pubDate>Wed, 13 Jun 2012 14:53:44 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">60030@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok thank you...that what i try to do is a border around my page like here to see:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.staudacher-arbeitsrecht.de/de/kst-impressum.php&#34; rel=&#34;nofollow&#34;&#62;http://www.staudacher-arbeitsrecht.de/de/kst-impressum.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i mean the blur/gradient/shadow around the content box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-58736</link>
			<pubDate>Mon, 04 Jun 2012 15:57:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">58736@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm out of ideas if that one didn't work then. You can remove the css I provided then if its not making any change for you as well as the others provided above. That way you don't get any other complications from overlapping issues later on.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-58717</link>
			<pubDate>Mon, 04 Jun 2012 13:00:57 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">58717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok thx, code is in and looks like this, but nothing changed. its ok if i cant get fixed. i dont wanna waste ur time with it :)&#60;/p&#62;
&#60;p&#62;#socket .container { display:none; }&#60;br /&#62;
.main_menu {&#60;br /&#62;
top: 70%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu .menu ul {&#60;br /&#62;
padding-top: 10px;&#60;br /&#62;
}&#60;br /&#62;
#top .comment-reply-link {&#60;br /&#62;
     left: -95px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.commentlist .gravatar {&#60;br /&#62;
     left: -10px;&#60;br /&#62;
}&#60;br /&#62;
.comment_content{&#60;br /&#62;
    left:30px;&#60;br /&#62;
}&#60;br /&#62;
.title_container h1 {&#60;br /&#62;
margin: 0;&#60;br /&#62;
font-size: 12px;&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 2;&#60;br /&#62;
}&#60;br /&#62;
.title_container{&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
#footer .container { display:none; }&#60;br /&#62;
#meta_header, #top #meta_header .container {&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 101;&#60;br /&#62;
background:&#60;br /&#62;
transparent;&#60;br /&#62;
height: 60px;&#60;br /&#62;
}&#60;br /&#62;
.boxed #wrap_all {&#60;br /&#62;
    margin: 20px auto&#60;br /&#62;
}&#60;br /&#62;
.boxed #wrap_all {&#60;br /&#62;
box-shadow: 0 3px 14px&#60;br /&#62;
rgba(0, 0, 0, 0.8);&#60;br /&#62;
margin: 0px auto;&#60;br /&#62;
}&#60;br /&#62;
#meta_header, #top #meta_header .container {&#60;br /&#62;
box-shadow: none;&#60;br /&#62;
}&#60;br /&#62;
.container_wrap {&#60;br /&#62;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.8);&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-58423</link>
			<pubDate>Fri, 01 Jun 2012 17:01:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">58423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ak-muc,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#meta_header, #top #meta_header .container {
box-shadow: none;
}
.container_wrap {
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.8);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-58389</link>
			<pubDate>Fri, 01 Jun 2012 13:18:37 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">58389@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes ... cool, but here u can see what i mean...&#60;br /&#62;
the shadow goes straight to the top. it doesnt go around the content box.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.martinaundchristoph.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.martinaundchristoph.de/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-58347</link>
			<pubDate>Fri, 01 Jun 2012 05:42:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you need to push the container down a bit - otherwise you won't see the shadow on the top/bottom. Add following css code to css/custom.css or the quick css field:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrap_all {
    margin: 20px auto
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57644</link>
			<pubDate>Sat, 26 May 2012 12:45:13 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">57644@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thx, but this code doesnt change anything. its ok and not very important for me. i dont put the shadow in it.&#60;br /&#62;
with corona it works nicely...to see here: &#60;a href=&#34;http://www.richter-kiehn.de&#34; rel=&#34;nofollow&#34;&#62;http://www.richter-kiehn.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;this shadow i want to have in coherence :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57450</link>
			<pubDate>Thu, 24 May 2012 20:21:15 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">57450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for helping out elames! You rock! Let us know how that works for you ak-muc.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57447</link>
			<pubDate>Thu, 24 May 2012 20:17:16 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">57447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try this:&#60;/p&#62;
&#60;p&#62;#meta_header, #top #meta_header .container {&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 101;&#60;br /&#62;
background:&#60;br /&#62;
transparent;&#60;br /&#62;
height: 60px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57439</link>
			<pubDate>Thu, 24 May 2012 18:58:52 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">57439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;its ok, thx for help.&#60;br /&#62;
i cant explain it in english.&#60;/p&#62;
&#60;p&#62;ich wollte einfach nur nen schatten haben, der um meine seite läuft wie hier zu sehen. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.schumanns-weinblog.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.schumanns-weinblog.de/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;nur dass er eben nicht nach oben weiterläuft und an den weissen ausgesparten stellen nach innen geht.&#60;br /&#62;
im link oben geht der schatten nur am rand entlang nach oben.&#60;/p&#62;
&#60;p&#62;:)&#60;/p&#62;
&#60;p&#62;schwierig zu erklären aber halb so wild wenns nicht geht...danke trotzdem :)&#60;/p&#62;
&#60;p&#62;in corona gehts gut wie hier zu sehen, aber hier ist die &#34;box&#34; (contentbereich) auch druchgehend:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.richter-kiehn.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.richter-kiehn.de/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57263</link>
			<pubDate>Wed, 23 May 2012 19:32:18 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">57263@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well try making the height something different and see how it looks,,,instead of 0 try 5 or 10&#60;/p&#62;
&#60;p&#62;#meta_header, #top #meta_header .container {&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 101;&#60;br /&#62;
background:&#60;br /&#62;
transparent;&#60;br /&#62;
height: 10px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57209</link>
			<pubDate>Wed, 23 May 2012 15:02:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ak-muc,&#60;/p&#62;
&#60;p&#62;I'm not quite sure what your're still looking to have happen at this point. If you can give a bit more detail, maybe we can help with a bit of css tweaking.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57198</link>
			<pubDate>Wed, 23 May 2012 13:46:46 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">57198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yeah thx, now its ok, but the top space is gone...the site box is now on the top. nothing other solutions ? if not i use this code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57076</link>
			<pubDate>Tue, 22 May 2012 17:47:47 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">57076@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try putting this in the QUICK STYLES area and see what happens&#60;/p&#62;
&#60;p&#62;#meta_header, #top #meta_header .container{&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 101;&#60;br /&#62;
background:transparent;&#60;br /&#62;
height:0px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57031</link>
			<pubDate>Tue, 22 May 2012 13:29:59 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">57031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes, the shadow goes over it. i dont know how to do that :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57022</link>
			<pubDate>Tue, 22 May 2012 12:47:17 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">57022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the code for the shadow around it all:&#60;br /&#62;
You have to adjust to suit your needs.&#60;/p&#62;
&#60;p&#62;.boxed #wrap_all {&#60;br /&#62;
box-shadow: 0 3px 14px&#60;br /&#62;
rgba(0, 0, 0, 0.8);&#60;br /&#62;
margin: 0px auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But to me, it still looks like you still have to remove that large empty area at the top of your page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-57011</link>
			<pubDate>Tue, 22 May 2012 11:13:13 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">57011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no its not for me ... its for a customer. im his agency :)&#60;/p&#62;
&#60;p&#62;the code doesnt work :( but thx for helping me :)&#60;/p&#62;
&#60;p&#62;i want only a little shadow to my box
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-56929</link>
			<pubDate>Mon, 21 May 2012 22:28:48 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">56929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What you are referring to is this:&#60;/p&#62;
&#60;p&#62;The meta header:You have removed the contact box that was their in the original set up. So If you still want it there, you can change the height.  Experiment with what you think looks good, or you could display: none}  I think?  Worth a try.&#60;/p&#62;
&#60;p&#62;Is this for YOUR wedding?  Very nice&#60;/p&#62;
&#60;p&#62;#meta_header, #top #meta_header .container{&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 101;&#60;br /&#62;
background:transparent;&#60;br /&#62;
height:60px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-56927</link>
			<pubDate>Mon, 21 May 2012 22:18:50 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">56927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes i mean a shadow...sorry for bad english. here u can see that the shadow goes too much to the top.&#60;br /&#62;
but the look is good. it would be perfect if the shadow is only at the box, not above.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.martinaundchristoph.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.martinaundchristoph.de/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-56926</link>
			<pubDate>Mon, 21 May 2012 22:15:03 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">56926@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You would have to upload your gradient image. Copy the URL and put that into the code so it would know the location.&#60;br /&#62;
I just pasted in the entire code from the style sheet.&#60;/p&#62;
&#60;p&#62;What I see you have there is the shadow..how wide it is and probably the density of the shadow. You would have to experiment with a gradient image. Though I am not sure you would see much gradient is a small shadow. You could also try  just changing the color code for a different effect
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-56922</link>
			<pubDate>Mon, 21 May 2012 21:50:06 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">56922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thx but this doesnt work...i meant a code like this:&#60;/p&#62;
&#60;p&#62;.boxed #wrap_all {&#60;br /&#62;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);&#60;br /&#62;
margin: 30px auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;but here the shadow goes over the top.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-56915</link>
			<pubDate>Mon, 21 May 2012 20:54:09 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">56915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The border where?  Around the entire page?  First have to create the image.The define where the image is. Just a theory.&#60;br /&#62;
Do you use Firebug?  You should try it.&#60;/p&#62;
&#60;p&#62; I think this is the code that applies:&#60;/p&#62;
&#60;p&#62;* #Base 960 Grid&#60;br /&#62;
================================================== */&#60;br /&#62;
	#wrap_all									{ margin: 0 auto; position:relative; z-index: 3; }&#60;br /&#62;
	.boxed #wrap_all							{ margin: 0 auto; width: 990px; /* -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); box-shadow: 0 0 5px rgba(0,0,0,0.3); */}&#60;br /&#62;
    .container                                  { position: relative; width: 930px; margin: 0 auto; padding: 0px 30px; clear:both; overflow: hidden;}&#60;br /&#62;
    .container_wrap 							{ clear:both; }&#60;br /&#62;
    .unit, .units                           	{ float: left; display: inline; margin-left: 30px; position:relative; z-index:1; }&#60;br /&#62;
    .row                                        { position:relative; margin-bottom: 20px; clear:both; }&#60;br /&#62;
	.stretch_full								{ position:relative; left:-30px; }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Gradient to Border"</title>
			<link>http://www.kriesi.at/support/topic/gradient-to-border#post-56914</link>
			<pubDate>Mon, 21 May 2012 20:35:25 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">56914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how can i add a gradient to the border of my site ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
