<?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: vigilance theme - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/vigilance-theme</link>
		<description>WordPress.com Forums &#187; Tag: vigilance theme - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 10:32:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/vigilance-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Underline links in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/underline-links-in-vigilance#post-882375</link>
			<pubDate>Wed, 09 May 2012 14:50:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">882375@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try this:</p>
<pre><code>.entry a:link {
	text-decoration: underline;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>markbbrown on "Underline links in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/underline-links-in-vigilance#post-881677</link>
			<pubDate>Tue, 08 May 2012 18:01:59 +0000</pubDate>
			<dc:creator>markbbrown</dc:creator>
			<guid isPermaLink="false">881677@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your previous reply. The only problem is that it makes all the links on the site underlined, including the list of recent posts, post titles, tags, and even the blog title. Is there a way to make it so that only the links inside posts are underlined? Thanks. Here's my blog: <a href="http://markbbrown.com/" rel="nofollow">http://markbbrown.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>markbbrown on "Underline links in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/underline-links-in-vigilance#post-864664</link>
			<pubDate>Sat, 14 Apr 2012 22:03:21 +0000</pubDate>
			<dc:creator>markbbrown</dc:creator>
			<guid isPermaLink="false">864664@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That should do it, thanks!
</p>
]]></description>
					</item>
		<item>
			<title>jtanna01 on "Underline links in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/underline-links-in-vigilance#post-864662</link>
			<pubDate>Sat, 14 Apr 2012 21:57:49 +0000</pubDate>
			<dc:creator>jtanna01</dc:creator>
			<guid isPermaLink="false">864662@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you want all your links to be underlined?  If so this generic code will do it for you:</p>
<p><code>a:link {&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}</code></p>
<p>If you want speciific links only to be underlined then you need explain further and provide a valid link to your site.</p>
<p>GL
</p>
]]></description>
					</item>
		<item>
			<title>markbbrown on "Underline links in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/underline-links-in-vigilance#post-864656</link>
			<pubDate>Sat, 14 Apr 2012 21:46:19 +0000</pubDate>
			<dc:creator>markbbrown</dc:creator>
			<guid isPermaLink="false">864656@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using the Vigilance theme with the CSS customization package. What CSS code do I need to make the links underlined (without hover, before they're visited)? Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Make Header text not be a link"</title>
			<link>http://en.forums.wordpress.com/topic/make-header-text-not-be-a-link#post-830873</link>
			<pubDate>Thu, 01 Mar 2012 17:49:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">830873@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No problem!
</p>
]]></description>
					</item>
		<item>
			<title>htmcontrol on "Make Header text not be a link"</title>
			<link>http://en.forums.wordpress.com/topic/make-header-text-not-be-a-link#post-830757</link>
			<pubDate>Thu, 01 Mar 2012 13:59:49 +0000</pubDate>
			<dc:creator>htmcontrol</dc:creator>
			<guid isPermaLink="false">830757@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks designsimply!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Make Header text not be a link"</title>
			<link>http://en.forums.wordpress.com/topic/make-header-text-not-be-a-link#post-830548</link>
			<pubDate>Thu, 01 Mar 2012 02:45:03 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">830548@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Interesting question, because usually almost everyone asks for this to be the other way around! They always want to make the header image link back to the home page.</p>
<p>You can use a CSS trick to do this in Vigilance, what it does is hide the link and recreate the content with the same styles re-applied: </p>
<pre><code>#title a {
display: none !important;
}
#title:after {
content: &quot;2012 HTM Classic&quot;;
position: relative;
top: 25%;
color: #FDF9F7;
text-shadow:black 5px 5px 5px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>htmcontrol on "Make Header text not be a link"</title>
			<link>http://en.forums.wordpress.com/topic/make-header-text-not-be-a-link#post-829157</link>
			<pubDate>Tue, 28 Feb 2012 05:16:07 +0000</pubDate>
			<dc:creator>htmcontrol</dc:creator>
			<guid isPermaLink="false">829157@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have the upgrade. Is there a way to keep the header text in Vigilance theme from being a link?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Comment color change in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/comment-color-change-in-vigilance#post-795001</link>
			<pubDate>Wed, 18 Jan 2012 12:09:31 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">795001@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>thefocusedfilmographer on "Comment color change in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/comment-color-change-in-vigilance#post-794990</link>
			<pubDate>Wed, 18 Jan 2012 12:01:51 +0000</pubDate>
			<dc:creator>thefocusedfilmographer</dc:creator>
			<guid isPermaLink="false">794990@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you VERY much! wow what a difference! :) thank you sir!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Comment color change in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/comment-color-change-in-vigilance#post-794785</link>
			<pubDate>Wed, 18 Jan 2012 04:42:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">794785@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this to your custom CSS at the bottom.</p>
<pre><code>div.c-body p {
color: #000000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thefocusedfilmographer on "Comment color change in Vigilance"</title>
			<link>http://en.forums.wordpress.com/topic/comment-color-change-in-vigilance#post-794764</link>
			<pubDate>Wed, 18 Jan 2012 03:52:21 +0000</pubDate>
			<dc:creator>thefocusedfilmographer</dc:creator>
			<guid isPermaLink="false">794764@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Greetings. </p>
<p>New to CSS and learning. Trying to change the appearance of the comments on my page (currently gray words on lighter gray background). Would like to have black words on lighter gray background. Having difficulty understanding, attempt to change css and the preview shows no change at all.</p>
<p>Can anyone provide a "CSS change for dummies" set of instructions for me directly related to Vigilance theme? Any useful help is greatly appreciated.</p>
<p><a href="http://thefocusedfilmographer.com" rel="nofollow">http://thefocusedfilmographer.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-697297</link>
			<pubDate>Wed, 14 Sep 2011 05:07:04 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">697297@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Amk, replace your current #title selector with this:</p>
<pre><code>#title {
background: #cd2d5d url(http://farm7.static.flickr.com/6066/6146075814_6b01b17366_b.jpg) top center no-repeat;
height: 180px;
margin: 30px auto 0;
width: 920px;
}</code></pre>
<p>That should do it.
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-697286</link>
			<pubDate>Wed, 14 Sep 2011 04:59:05 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">697286@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Having the image offsite will likely cause it to display erratically to people and will also slow page loading times for your site. </p></blockquote>
<p>Uhmm... not really.  Although the browser will make a request to two different servers, and putting aside the user's connection,  it will depend on what server the image is being hosted.  Hosting/serving images from flickr shouldn't be an issue.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-697260</link>
			<pubDate>Wed, 14 Sep 2011 03:10:44 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">697260@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As I said in the other thread this, <a href="http://www.flickr.com/photos/67404362@N04/6146075814/" rel="nofollow">http://www.flickr.com/photos/67404362@N04/6146075814/</a> , is not the URL of the image. It is the URL of the flickr page the image is displayed on.</p>
<p>Upload the image to your media library here and put the URL of that image from your media library into the CSS. Having the image offsite will likely cause it to display erratically to people and will also slow page loading times for your site.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-697248</link>
			<pubDate>Wed, 14 Sep 2011 02:43:19 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">697248@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I changed the sizing and reuploaded the image, but now I can't get the header to show up at all. Is there something wrong below?</p>
<p>#title {<br />
background:url('http://www.flickr.com/photos/67404362@N04/6146075814/');<br />
}</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-696583</link>
			<pubDate>Tue, 13 Sep 2011 05:35:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">696583@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can only stretch or fit an image so far with CSS. If you really want to stretch an image that is not already the right size for the space you want to put it in, then I would recommend that you download the file from flickr or get the original and edit it to the size you want to use. Currently, the header image space on your site is set to 920 x 180 px.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-696417</link>
			<pubDate>Tue, 13 Sep 2011 00:30:58 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">696417@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It does help. The only thing I would still like to improve is to have my design stretch further over my site. I don't like how there is a lot of blank cranberry color on each end of my header...if that makes sense..</p>
<p>Is there any way to correct this?</p>
<p>Thanks again!
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-695574</link>
			<pubDate>Mon, 12 Sep 2011 02:50:32 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">695574@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Replace your #title selector with this:</p>
<pre><code>h1#title {
background: #cd2d5d url(http://farm7.static.flickr.com/6180/6136786445_b84392f1cc_b.jpg) top center no-repeat;
height: 250px;
width: 100%;
}</code></pre>
<p>See if that helps.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Help with header image...."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-image#post-695480</link>
			<pubDate>Mon, 12 Sep 2011 00:11:27 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">695480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have an image for my header created and posted here: <a href="http://www.flickr.com/photos/67404362@N04/6136786445/in/photostream/" rel="nofollow">http://www.flickr.com/photos/67404362@N04/6136786445/in/photostream/</a> (at flickr.com)</p>
<p>However right now I have an image through wordpress as my header. I tried removing my image in the header option on wordpress and adding this image in my CSS like below<br />
#title {<br />
     background: url(MY_IMAGE_URL);<br />
}</p>
<p>with my url for the image inserted, but it comes up weird and not like it's depicted on flickr.</p>
<p>Any advice on how to fix this? I really want my image displayed as the header for my blog as it is on flickr.</p>
<p>Thanks!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-690660</link>
			<pubDate>Tue, 06 Sep 2011 17:06:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">690660@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-690053</link>
			<pubDate>Mon, 05 Sep 2011 22:40:03 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">690053@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you all for your help!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689896</link>
			<pubDate>Mon, 05 Sep 2011 19:41:06 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689896@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You add the below background declaration to #title in your CSS replacing the existing URL with the URL of the new header image you upload to your media library.</p>
<pre><code>#title {
background: url(&quot;http://letmebewhatsunderneath.files.wordpress.com/2011/06/cropped-header_flower1.jpg&quot;) no-repeat scroll 0 0 transparent;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689893</link>
			<pubDate>Mon, 05 Sep 2011 19:38:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">689893@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>#title is a selector in CSS terms, and a declaration is the style rule that tells the browser how to display something (i.e. "background" in this case). So to put an image into the background declaration in #title, do this: </p>
<pre><code>#title {
     background: url(MY_IMAGE_URL);
}</code></pre>
<p>Note that if #title already exists in your custom CSS, just add the background line or replace it if it's already there. Also, replace MY_IMAGE_URL with the image you want to use. You can find the image URL inside the media library if you click on an image after you upload it.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689887</link>
			<pubDate>Mon, 05 Sep 2011 19:32:25 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">689887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What do you mean by "put it into the background declaration in #title"? I'm not sure how I do this.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689875</link>
			<pubDate>Mon, 05 Sep 2011 19:20:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689875@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One other thing, in future, don't paste the entire stylesheet into the forums. We can see it on your site using Firebug or a similar web development tool and it just makes navigating the threads in the forum more difficult. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689871</link>
			<pubDate>Mon, 05 Sep 2011 19:19:18 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689871@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your image is only 920px wide while the wrapper you have set at 1220px.</p>
<p>This will center the image and the text.</p>
<pre><code>#title {
margin-left: auto;
margin-right: auto;
}</code></pre>
<p>If you want the image to go full width, then you have to create a new image the correct width, upload it to the media library (don't use the header uploader because it will always crop to the original size), get the URL and put it into the background declaration in #title.
</p>
]]></description>
					</item>
		<item>
			<title>amk002 on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689810</link>
			<pubDate>Mon, 05 Sep 2011 18:31:58 +0000</pubDate>
			<dc:creator>amk002</dc:creator>
			<guid isPermaLink="false">689810@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks SacredPath! That was really helpful! One more question....now how would I get my header (image and text) to be centered completely over my page..?</p>
<p>Thanks!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Center Alignment for Blog"</title>
			<link>http://en.forums.wordpress.com/topic/center-alignment-for-blog#post-689788</link>
			<pubDate>Mon, 05 Sep 2011 18:10:45 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">689788@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah, sorry, I misunderstood. Add the following two declarations to #wrapper in your CSS.</p>
<pre><code>margin-left: auto;
margin-right: auto;</code></pre>
]]></description>
					</item>

	</channel>
</rss>
