<?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: Image size - columnist</title>
		<link>http://en.forums.wordpress.com/topic/image-size-columnist</link>
		<description>WordPress.com Forums &#187; Topic: Image size - columnist</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 06:54:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/image-size-columnist" rel="self" type="application/rss+xml" />

		<item>
			<title>helenawilles on "Image size - columnist"</title>
			<link>http://en.forums.wordpress.com/topic/image-size-columnist#post-1052701</link>
			<pubDate>Sat, 27 Oct 2012 08:01:24 +0000</pubDate>
			<dc:creator>helenawilles</dc:creator>
			<guid isPermaLink="false">1052701@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks! I will try this and start a new thread.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Image size - columnist"</title>
			<link>http://en.forums.wordpress.com/topic/image-size-columnist#post-1052142</link>
			<pubDate>Fri, 26 Oct 2012 19:31:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1052142@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is is possible that this image changes with each page, but not randomly?
</p></blockquote>
<p>This code will change out the image. To limit it to a specific page, you would need to check the page source of the page you'd like to use it on and add the page ID to the front of the selector. For example, you would change "#masthead .thumbnail img" to "#page-id-2 #masthead .thumbnail img".</p>
<pre><code>#masthead .thumbnail img {
	display: none;
}

#masthead .thumbnail {
	background: url(http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png) no-repeat;
	width: 176px;
	height: 145px;
	display: block;
	-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=100)&quot;;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#masthead .thumbnail:hover {
	background: red;
	width: 176px;
	height: 145px;
	display: block;
	-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=90)&quot;;
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}</code></pre>
<p>This code is a slightly different example I came up with while testing stuff out. It uses two images instead of leaving one as a background color and the effect with the example logo images I used turned out kinda cool:</p>
<pre><code>#masthead .thumbnail img {
	display: none;
}

#masthead .thumbnail {
	background: url(http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png) no-repeat;
	width: 176px;
	height: 145px;
	display: block;
	-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=100)&quot;;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
#masthead .thumbnail:hover {
	background: url(http://s.wordpress.org/about/images/wordpress-logo-simplified-bg.png) no-repeat;
	width: 176px;
	height: 145px;
	display: block;
	-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=90)&quot;;
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}</code></pre>
<p>These examples should help get you started. Note that you can take these and try changing around the options to get different effects.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Image size - columnist"</title>
			<link>http://en.forums.wordpress.com/topic/image-size-columnist#post-1052130</link>
			<pubDate>Fri, 26 Oct 2012 19:23:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1052130@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>The background is currently black and I get a fine line on the left edge and I also don't like it becoming a black square when I mouseover.</p></blockquote>
<p>I don't see the line on the left edge on the demo site <a href="http://thecolumnistdemo.wordpress.com/" rel="nofollow">http://thecolumnistdemo.wordpress.com/</a> and it looks like <a href="http://helenawillesdesign.wordpress.com/" rel="nofollow">http://helenawillesdesign.wordpress.com/</a> is currently using the Bueno theme, so I can't find where you're seeing that. If you still need help, please post a link to where the problem is happening.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Image size - columnist"</title>
			<link>http://en.forums.wordpress.com/topic/image-size-columnist#post-1052124</link>
			<pubDate>Fri, 26 Oct 2012 19:21:04 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1052124@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How can I change the size, background colour and mouseover behaviour for the image in the top left hand corner?</p></blockquote>
<p>To change the background color for the image in the top left corner of The Columnist theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#masthead .thumbnail {
	background-color: yellow;
}</code></pre>
<p>Change the "yellow" color name to a color code of your choice:<br />
<a href="http://automattic.github.com/Iris/" rel="nofollow">http://automattic.github.com/Iris/</a></p>
<p>Here is a CSS example of changing the size:</p>
<pre><code>#masthead .thumbnail,
#masthead .thumbnail img {
	width: 200px;
	height: 200px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>helenawilles on "Image size - columnist"</title>
			<link>http://en.forums.wordpress.com/topic/image-size-columnist#post-1048687</link>
			<pubDate>Tue, 23 Oct 2012 12:35:05 +0000</pubDate>
			<dc:creator>helenawilles</dc:creator>
			<guid isPermaLink="false">1048687@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I change the size, background colour and mouseover behaviour for the image in the top left hand corner? The background is currently black and I get a fine line on the left edge and I also don't like it becoming a black square when I mouseover. Is is possible that this image changes with each page, but not randomly?
</p>
]]></description>
					</item>

	</channel>
</rss>
