<?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: How to edit rounded corners of tabs &#38; search area?</title>
		<link>http://www.kriesi.at/support/topic/how-to-edit-rounded-corners-of-tabs-search-area</link>
		<description>Support Forum - Topic: How to edit rounded corners of tabs &amp; search area?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:47:42 +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/how-to-edit-rounded-corners-of-tabs-search-area" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to edit rounded corners of tabs &#38; search area?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-edit-rounded-corners-of-tabs-search-area#post-23198</link>
			<pubDate>Thu, 21 Jul 2011 07:03:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the rouned corners are rendered by the browser and it's pure css3 magic: &#60;a href=&#34;http://www.css3.info/preview/rounded-border/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/preview/rounded-border/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code can be found in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #nav li, #top .nav li{
margin-right:3px;
float:left;
position:relative;
z-index:20;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
border-top-left-radius: 3px;
border-top-right-radius:3px;
}

#top #nav li li, #top .nav li li{
border-left:none;
margin:0;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
border-top-left-radius: 0px;
border-top-right-radius:0px;
}

and

.rounded, .rounded_small, .sidebar .box, .gallery_inner, .display, #top .pagination span, #top .pagination a, .entry, .text_input, .button, textarea, .tooltip, .comment_content, .gravatar img, .date, .more-link, .wp-caption {
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>pixelrage on "How to edit rounded corners of tabs &#38; search area?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-edit-rounded-corners-of-tabs-search-area#post-23182</link>
			<pubDate>Thu, 21 Jul 2011 01:59:41 +0000</pubDate>
			<dc:creator>pixelrage</dc:creator>
			<guid isPermaLink="false">23182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First of all, I love this theme and it was a purchase well made :)&#60;/p&#62;
&#60;p&#62;Now, I have the most stupid question anyone will ever ask you about it… if you look at the header of the theme, the box that surrounds the search bar &#38;amp; social networking icons has rounded corners. Where are the images for those rounded corners being called from? Also, the header main menu links have a tab that appears when you hover on them. Where are those images from? &#60;/p&#62;
&#60;p&#62;I need to edit both of these things because I am changing their colors. I have been looking at the code seemingly for hours and I simply can't figure out how you made those rounded corners, and it looks like images were not used to make them.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
