<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Changing CSS on nishita theme</title>
		<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme</link>
		<description>WordPress.com Forums &#187; Topic: Changing CSS on nishita theme</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 02:35:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/changing-css-on-nishita-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-962279</link>
			<pubDate>Tue, 31 Jul 2012 19:21:36 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">962279@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>lafraiserie on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-962256</link>
			<pubDate>Tue, 31 Jul 2012 19:06:39 +0000</pubDate>
			<dc:creator>lafraiserie</dc:creator>
			<guid isPermaLink="false">962256@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wow ! Thanks so much, it worked perfectly !!! I love it !
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961583</link>
			<pubDate>Tue, 31 Jul 2012 07:32:53 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">961583@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First off, put the following at the end of the code in your text widget where the social icons are.</p>
<p><code>&lt;br style=&quot;clear:both;&quot;&gt;</code></p>
<p>Add the following to your CSS and edit as desired. The bottom margin regulates the spacing between the widgets. The padding is needed to keep the text from being right on top of the border lines. If you increase the padding, you will have to decrease the left and right margin values for #text-10 img or the icons will go to a second line.</p>
<pre><code>.widget-area .widget {
background-color: #FF0000;
border: 1px solid #000000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
padding: 5px;
}

.widget_blog_subscription form, #s {
width: 188px;
}

#text-10 img {
margin-left: 4px;
margin-right: 4px;
}</code></pre>
<p>Give this a try and see how it looks.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961556</link>
			<pubDate>Tue, 31 Jul 2012 06:10:57 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">961556@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, this will do it for the content area, with one caveat: You are currently using photo post formats, and if you happen to use a different format, such as standard, aside, or something else, we might have to add to this. Note the border set in both div.post, and also the "bottom-bottom" in the last rule starting with .infinite-scroll . Both of those will need to be kept the same (whatever width you decide on). Give this a try and see what you think, and edit the background color as desired.</p>
<p>The sidebars are going to take a bit of playing with as my first run uncovered more interesting twists. This theme is designed a little differently and needs more rules to accomplish things than other themes it seems. More complex.</p>
<pre><code>div.photo {
background: transparent;
}

div.post {
background-color: #AADFF2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px solid #000000;
border-radius: 10px;
}

h2.photo-title {
background: none;
}

.photo-meta {
background: none;
}

.infinite-scroll .hentry:last-of-type, .infinite-scroll .hentry.last-before-infinite {
border-bottom: 1px solid #000000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>lafraiserie on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961195</link>
			<pubDate>Mon, 30 Jul 2012 21:55:32 +0000</pubDate>
			<dc:creator>lafraiserie</dc:creator>
			<guid isPermaLink="false">961195@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well I don't know what to say... thanks so much, this is really nice of you. How did you get all the knowledge on css ? :)</p>
<p>Looking foward to hear from you, and take all the time you need !</p>
<p>Have a good night</p>
<p>Jess
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961190</link>
			<pubDate>Mon, 30 Jul 2012 21:51:54 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">961190@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Jessica, let me work on that. Nishita has a few peculiarities I need to work through with the posts.
</p>
]]></description>
					</item>
		<item>
			<title>lafraiserie on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961185</link>
			<pubDate>Mon, 30 Jul 2012 21:48:16 +0000</pubDate>
			<dc:creator>lafraiserie</dc:creator>
			<guid isPermaLink="false">961185@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I wanted a border on each post individually, so that each post would be like a ''bubble'', not really a bubble of course, but it's the best way I can describe it. And also around the widgets in the sidebar, if possible. I would then change the colour in the background to make the shape more visible. </p>
<p>Please tell me if my explanations are unclear :)</p>
<p>thanks so much,</p>
<p>Jessica
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961165</link>
			<pubDate>Mon, 30 Jul 2012 21:35:31 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">961165@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Did you want just a rounded border around the posts themselves, individually, or did you want a background color to the posts?</p>
<p>Or did you want a rounded border or background around ALL the posts together?
</p>
]]></description>
					</item>
		<item>
			<title>lafraiserie on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961104</link>
			<pubDate>Mon, 30 Jul 2012 20:15:14 +0000</pubDate>
			<dc:creator>lafraiserie</dc:creator>
			<guid isPermaLink="false">961104@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wow ! Thanks so much, it worked perfectly well, exactly what I wanted !<br />
Would you know, by any chance, how to do the same with the<br />
''content areas'' ? </p>
<p>thanks again</p>
<p>Jessica
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961069</link>
			<pubDate>Mon, 30 Jul 2012 19:30:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">961069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can give this a go. I've targeted it to only images in the main content area so it won't mess with other images in the site. This solution covers about all cases, but people with really old browsers will still see the squared corners on images. That can't be helped since older browsers do not support the border radius CSS. Edit the 10px values as desired, but keep them all the same.</p>
<pre><code>#nishita-content img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>lafraiserie on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-961014</link>
			<pubDate>Mon, 30 Jul 2012 18:39:04 +0000</pubDate>
			<dc:creator>lafraiserie</dc:creator>
			<guid isPermaLink="false">961014@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Okay, thanks a lot for the answer !<br />
If it's not possible for the pictures, then how about giving a rounded shape to the posts ? (all content area)
</p>
]]></description>
					</item>
		<item>
			<title>chrisrudzki on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-960972</link>
			<pubDate>Mon, 30 Jul 2012 18:06:16 +0000</pubDate>
			<dc:creator>chrisrudzki</dc:creator>
			<guid isPermaLink="false">960972@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Howdy,</p>
<p>There really isn't a reliable way to change the shape of images using only CSS.</p>
<p>Of course, you could always upload rounded images that you process in Photoshop or other photo editing software.
</p>
]]></description>
					</item>
		<item>
			<title>lafraiserie on "Changing CSS on nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/changing-css-on-nishita-theme#post-960953</link>
			<pubDate>Mon, 30 Jul 2012 17:43:21 +0000</pubDate>
			<dc:creator>lafraiserie</dc:creator>
			<guid isPermaLink="false">960953@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
is there a way I could change the shape of my pictures by changing css ? I would like to put a rounder shape on the corners of the photos, but since I'm beginning to read on css, I couldn't find a way to do it.
</p>
]]></description>
					</item>

	</channel>
</rss>
