<?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: Gradient background for Ari theme</title>
		<link>http://en.forums.wordpress.com/topic/gradient-background-for-ari-theme</link>
		<description>WordPress.com Forums &#187; Topic: Gradient background for Ari theme</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 23:05:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/gradient-background-for-ari-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>zakagan on "Gradient background for Ari theme"</title>
			<link>http://en.forums.wordpress.com/topic/gradient-background-for-ari-theme#post-1008542</link>
			<pubDate>Thu, 13 Sep 2012 06:28:50 +0000</pubDate>
			<dc:creator>zakagan</dc:creator>
			<guid isPermaLink="false">1008542@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'm working on <a href="cubpub.wordpress.com">cubpub.wordpress.com</a>. Soon I will purchase the customization and moving hosting upgrades. Before I do I want to make a decent, simple background to go behind the content (which will be in white). First I tried making diagonal stripes but I found that they weren't lining up right, so I turned to a gradient background.</p>
<p>I used this text in the css (preview mode), however it replaced the entire background with the gradient, removing all white areas even behind text. What can I do to get something simple like a gradient behind these content areas?</p>
<p>&#60;style type="text/css"&#62;<br />
body{<br />
background-image: linear-gradient(bottom, rgb(27,30,51) 0%, rgb(20,75,133) 100%);<br />
background-image: -o-linear-gradient(bottom, rgb(27,30,51) 0%, rgb(20,75,133) 100%);<br />
background-image: -moz-linear-gradient(bottom, rgb(27,30,51) 0%, rgb(20,75,133) 100%);<br />
background-image: -webkit-linear-gradient(bottom, rgb(27,30,51) 0%, rgb(20,75,133) 100%);<br />
background-image: -ms-linear-gradient(bottom, rgb(27,30,51) 0%, rgb(20,75,133) 100%);</p>
<p>background-image: -webkit-gradient(<br />
    linear,<br />
	left bottom,<br />
	left top,<br />
	color-stop(0, rgb(27,30,51)),<br />
	color-stop(1, rgb(20,75,133))<br />
);<br />
}<br />
&#60;/style&#62;</p>
<p>Thank you so much for any help.
</p>
]]></description>
					</item>

	</channel>
</rss>
