<?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; Tag: shading - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/shading</link>
		<description>WordPress.com Forums &#187; Tag: shading - Recent Posts</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 11:58:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/shading" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Remove shading from background image"</title>
			<link>http://en.forums.wordpress.com/topic/remove-shading-from-background-image#post-1261207</link>
			<pubDate>Fri, 10 May 2013 00:00:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1261207@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not a problem, and you are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>ariannasrandomthoughts on "Remove shading from background image"</title>
			<link>http://en.forums.wordpress.com/topic/remove-shading-from-background-image#post-1261206</link>
			<pubDate>Thu, 09 May 2013 23:58:37 +0000</pubDate>
			<dc:creator>ariannasrandomthoughts</dc:creator>
			<guid isPermaLink="false">1261206@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much thesacredpath. I will do that next time :) Sorry about that.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Remove shading from background image"</title>
			<link>http://en.forums.wordpress.com/topic/remove-shading-from-background-image#post-1261203</link>
			<pubDate>Thu, 09 May 2013 23:55:07 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1261203@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will get rid of the shaded overlay.</p>
<pre><code>#container {
background: none;
}</code></pre>
<p>For CSS related questions, if you could post in the CSS forum in the future it will typically get you a quicker reply since that is where the volunteers answering CSS questions typically look. I've tagged this to have it moved to the CSS forum. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>ariannasrandomthoughts on "Remove shading from background image"</title>
			<link>http://en.forums.wordpress.com/topic/remove-shading-from-background-image#post-1261187</link>
			<pubDate>Thu, 09 May 2013 23:08:39 +0000</pubDate>
			<dc:creator>ariannasrandomthoughts</dc:creator>
			<guid isPermaLink="false">1261187@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, </p>
<p>All of a sudden the sides of background image went shaded. I didn't do anything to change this. How I do remove this and get my normal image back?</p>
<p>Thanks for your help! Greatly appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>cmax1088 on "Editing Twenty Ten menu look"</title>
			<link>http://en.forums.wordpress.com/topic/editing-twenty-ten-menu-look#post-1039508</link>
			<pubDate>Sat, 13 Oct 2012 20:53:03 +0000</pubDate>
			<dc:creator>cmax1088</dc:creator>
			<guid isPermaLink="false">1039508@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the reply! Been checking out sites but learning slowly. Going to use these for sure.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Editing Twenty Ten menu look"</title>
			<link>http://en.forums.wordpress.com/topic/editing-twenty-ten-menu-look#post-1039336</link>
			<pubDate>Sat, 13 Oct 2012 18:00:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039336@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To learn more about CSS, you should check out this beginner tutorial:<br />
<a href="http://www.htmldog.com/guides/cssbeginner/" rel="nofollow">http://www.htmldog.com/guides/cssbeginner/</a></p>
<p>There's lots of neat stuff you can do with CSS!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Editing Twenty Ten menu look"</title>
			<link>http://en.forums.wordpress.com/topic/editing-twenty-ten-menu-look#post-1039331</link>
			<pubDate>Sat, 13 Oct 2012 17:59:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039331@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here's an example for how to add a bottom border and a bottom shadow to the menu in the Twenty Ten theme:</p>
<pre><code>#access {
	border-bottom: 2px solid blue;
	-webkit-box-shadow: 0px 4px 5px rgba(25, 25, 25, 0.25);
	-moz-box-shadow:    0px 4px 5px rgba(25, 25, 25, 0.25);
	box-shadow:         0px 4px 5px rgba(25, 25, 25, 0.25);
}</code></pre>
<p>Not that box-shadow is a CSS3 property and so it won't work on older browsers. </p>
<p>I used this handy little site to figure out what box-shadow properties to add:<br />
<a href="http://css3gen.com/box-shadow/" rel="nofollow">http://css3gen.com/box-shadow/</a>
</p>
]]></description>
					</item>
		<item>
			<title>cmax1088 on "Editing Twenty Ten menu look"</title>
			<link>http://en.forums.wordpress.com/topic/editing-twenty-ten-menu-look#post-1037722</link>
			<pubDate>Thu, 11 Oct 2012 20:34:10 +0000</pubDate>
			<dc:creator>cmax1088</dc:creator>
			<guid isPermaLink="false">1037722@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have been searching for how to change the style/look of the menu in Twenty Ten and can not find anything beyond font and color. I'm interested in things like shading and borders to give the menu a sense of depth/texture/something.
</p>
]]></description>
					</item>
		<item>
			<title>canadianrattlesnake on "Something weird happens when blockquoting."</title>
			<link>http://en.forums.wordpress.com/topic/something-weird-happens-when-blockquoting#post-856176</link>
			<pubDate>Mon, 02 Apr 2012 23:32:37 +0000</pubDate>
			<dc:creator>canadianrattlesnake</dc:creator>
			<guid isPermaLink="false">856176@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am writing a post at the moment, and this happened again. I turned off all of my extensions and tried closing the blockquote in the same spot, and it still happened.  So I know it isn't an extension.  Then I opened Safari, copied and pasted what I had written, and tried closing the blockquote.  It didn't happen.  So, while I can't be completely sure, I have reason to believe it is an issue with my browser.  That is about the depth of my computer knowledge, so I have no idea how to investigate further.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Something weird happens when blockquoting."</title>
			<link>http://en.forums.wordpress.com/topic/something-weird-happens-when-blockquoting#post-855431</link>
			<pubDate>Mon, 02 Apr 2012 01:34:20 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855431@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The only way Staff can help you is if they are able to duplicate the issue using the same operating system and the same browsers and versions of them that you are using.
</p>
]]></description>
					</item>
		<item>
			<title>canadianrattlesnake on "Something weird happens when blockquoting."</title>
			<link>http://en.forums.wordpress.com/topic/something-weird-happens-when-blockquoting#post-855428</link>
			<pubDate>Mon, 02 Apr 2012 01:28:06 +0000</pubDate>
			<dc:creator>canadianrattlesnake</dc:creator>
			<guid isPermaLink="false">855428@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tried to get it to happen again in Internet Explorer and Chrome 18 (with extensions enabled) but couldn't.  It only happens sporadically (I at least can't perceive any pattern)... which would make it difficult to test (the only way I would know if it was a browser issue is if it happened in another browser, and I am not about to start using a different browser with regularity).
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Something weird happens when blockquoting."</title>
			<link>http://en.forums.wordpress.com/topic/something-weird-happens-when-blockquoting#post-855397</link>
			<pubDate>Mon, 02 Apr 2012 00:13:09 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855397@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have you tried using Chrome with all extensions and add-ons disabled? Have you tried using Firefox or Safari to isolate whether or not this is a browser issue?
</p>
]]></description>
					</item>
		<item>
			<title>canadianrattlesnake on "Something weird happens when blockquoting."</title>
			<link>http://en.forums.wordpress.com/topic/something-weird-happens-when-blockquoting#post-855389</link>
			<pubDate>Sun, 01 Apr 2012 23:55:34 +0000</pubDate>
			<dc:creator>canadianrattlesnake</dc:creator>
			<guid isPermaLink="false">855389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the reply.  I am using Google Chrome 18.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Something weird happens when blockquoting."</title>
			<link>http://en.forums.wordpress.com/topic/something-weird-happens-when-blockquoting#post-855362</link>
			<pubDate>Sun, 01 Apr 2012 23:09:48 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">855362@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That is odd indeed. What browser and version are you using?
</p>
]]></description>
					</item>
		<item>
			<title>canadianrattlesnake on "Something weird happens when blockquoting."</title>
			<link>http://en.forums.wordpress.com/topic/something-weird-happens-when-blockquoting#post-855332</link>
			<pubDate>Sun, 01 Apr 2012 22:21:09 +0000</pubDate>
			<dc:creator>canadianrattlesnake</dc:creator>
			<guid isPermaLink="false">855332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Occasionally when I end a blockquote when writing a post something weird happens to the screen.  <a href="http://canadianrattlesnake.files.wordpress.com/2012/03/wordpress1.jpg">Here</a> is a screenshot.  It doesn't seem to cause any problems, but it is weird.  I would appreciate some help if anyone knows why this is happening.  </p>
<p>To be specific, when I end the blockquote, this happens to the screen and it goes away when I scroll up or down or press a key.  Again, it isn't really a problem, but I would really like to know what is happening.  I did look around the WordPress support website and did Google searches and I couldn't find anything similar.
</p>
]]></description>
					</item>
		<item>
			<title>patriotsfanblog on "Adding &#039;Archive Favorites&#039; and more to Sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/adding-archive-favorites-and-more-to-sidebar#post-44687</link>
			<pubDate>Wed, 17 Jan 2007 05:19:06 +0000</pubDate>
			<dc:creator>patriotsfanblog</dc:creator>
			<guid isPermaLink="false">44687@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can get ideas from my side on my blog. Took me a while to figure how to add features an stuff.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Adding &#039;Archive Favorites&#039; and more to Sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/adding-archive-favorites-and-more-to-sidebar#post-44682</link>
			<pubDate>Wed, 17 Jan 2007 04:02:09 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">44682@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>(1) Yes, text widgets are the only way you can do this. But do be aware that text widgets do not automatically update so you will have to enter each post into the widget manually. And <a href="http://bloggersblurt.wordpress.com/2006/09/17/widget-wizardry/">  this </a>will help with the set up and configuring of text and other widgets.<br />
(2) You separate the entries in a text widget using html coding breaks <code>&lt;br/&gt;</code>.<br />
(3) The gray background colour in this Pressrow theme is theme dependent. The <strong> only </strong> way you can change it is to purchase a css customization upgrade and customize the css coding yourself. This option is not recommended for those who do not have experience with css coding. There is no staff support for learning css but other bloggers will help when they are available on a voluntary basis.<br />
There are three ways to "personalize" wordpress blogs and they are explained in this thread <a href="http://wordpress.com/forums/topic.php?id=6406&#038;replies=9" rel="nofollow">http://wordpress.com/forums/topic.php?id=6406&#038;replies=9</a><br />
(4) I'm not clear on what you mean by this:<br />
"I'd also like to add other topics, like websites (not blogs) related to my topic."<br />
If by "topics" you mean Categories then you can have as many categories as you choose and you enter them here =&#62; Manage =&#62; Categories =&#62; Add Categories.<br />
If you mean links then you can have as many as you want and you enter them here =&#62; Blogroll =&#62; Add Links. The link I provided above for text widgets will also help you set up your Categories widget and your Links widget in your sidebar.<br />
(5) Lastly I looked at your blog and have some advice to offer. It's good to be mindful that if you place large images, youtubes, etc. in your posts and you do not limit the number of posts on your front page then your blog will take a very long time to load. This will <strong> not </strong> be a good thing for readers on dial-up service (25%). You can limit the number of posts appearing on your front page here =&#62; Options =&#62; Reading now look for:<br />
Blog Pages<br />
Show at most: __posts (enter the number and click "update options" to save the changes).<br />
(6) If the foregoing information is not helpful then please post again and another blogger will assist you.<br />
Welcome to WordPress and Happy blogging :)
</p>
]]></description>
					</item>
		<item>
			<title>mamagigi on "Adding &#039;Archive Favorites&#039; and more to Sidebar"</title>
			<link>http://en.forums.wordpress.com/topic/adding-archive-favorites-and-more-to-sidebar#post-44681</link>
			<pubDate>Wed, 17 Jan 2007 03:44:02 +0000</pubDate>
			<dc:creator>mamagigi</dc:creator>
			<guid isPermaLink="false">44681@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi:<br />
I've tried using a text widget to create "Archive Favorites," where I can plug in four or five of my favorite posts at the top of my sidebar long after they disappear from the "Recent Posts" heading. (I've seen this on other blogs but can't figure it out.)</p>
<p>I'd also like to add other topics, like websites (not blogs) related to my topic. So, wih these 2 goals in mind, here's my questions: </p>
<p>1) Is the text widget the best/only way to do this?</p>
<p>2) When I do it via text widget, how do I separate each entry so they post titles don't run together?</p>
<p>And most important...</p>
<p>3) How can I get the same light colored background found on Categories, Blogroll, Recent Posts, etc. It looks funny hanging there in white. (It looks so funny I've taken it off until I can figure this out.)</p>
<p>I've tried to read through the forums (and the many on sidebars in general) but don't see anything on point to this. Any suggestions?</p>
<p>I'd really appreciate it!</p>
<p>mamagigi.wordpress.com
</p>
]]></description>
					</item>

	</channel>
</rss>
