<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Dropcap color</title>
		<link>http://www.kriesi.at/support/topic/dropcap-color</link>
		<description>Support Forum - Topic: Dropcap color</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 04:19:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/dropcap-color" rel="self" type="application/rss+xml" />

		<item>
			<title>thoddi on "Dropcap color"</title>
			<link>http://www.kriesi.at/support/topic/dropcap-color#post-45123</link>
			<pubDate>Thu, 08 Mar 2012 11:46:13 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">45123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. Works perfectly:-)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dropcap color"</title>
			<link>http://www.kriesi.at/support/topic/dropcap-color#post-45030</link>
			<pubDate>Wed, 07 Mar 2012 20:35:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45030@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey thoddi,&#60;/p&#62;
&#60;p&#62;Add a height attribute to the dropcap with:&#60;br /&#62;
&#60;code&#62;height: 38px;&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;so that it limits how tall the element is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Dropcap color"</title>
			<link>http://www.kriesi.at/support/topic/dropcap-color#post-44959</link>
			<pubDate>Wed, 07 Mar 2012 10:24:56 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">44959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant. I also removed the pagination as I just want to have the colored circles reflecting the logo symbols.&#60;/p&#62;
&#60;p&#62;If you have a look now, you'll see a tiny line under dropcap 1... Any chance to get rid of that? If I reduce the width to 37px or less, the circle will be cut on the right side... If I go up to 40px there will be a similar line outside the circle on the right side.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://artmusicmoments.com/beta/&#34; rel=&#34;nofollow&#34;&#62;http://artmusicmoments.com/beta/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dropcap color"</title>
			<link>http://www.kriesi.at/support/topic/dropcap-color#post-44920</link>
			<pubDate>Wed, 07 Mar 2012 06:48:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Try to add following css code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.dropcap1 {
    font-size: 24px;
    text-align: center;
    width: 38px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Dropcap color"</title>
			<link>http://www.kriesi.at/support/topic/dropcap-color#post-44820</link>
			<pubDate>Tue, 06 Mar 2012 08:14:20 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">44820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. I notice that the shortcodes.css for this theme hasn't got any code about dropcaps but I found that the code for dropcaps is in the light-skin.css for this theme. So what I have done now is to add this code under here into the custom.css... But dropcap 1 looks a bit odd:-)&#60;/p&#62;
&#60;p&#62;Could you please have a look and shed a little light on what I might do to fix it?&#60;br /&#62;
&#60;a href=&#34;http://artmusicmoments.com/beta/&#34; rel=&#34;nofollow&#34;&#62;http://artmusicmoments.com/beta/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;.dropcap2, .dropcap3{&#60;br /&#62;
		background-image: url(&#34;../images/skin1/reverse-dropcap.png&#34;);&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	.dropcap3{&#60;br /&#62;
	color:#fff;&#60;br /&#62;
	background-color: #000;&#60;/p&#62;
&#60;p&#62;	}&#60;/p&#62;
&#60;p&#62;	.dropcap1{&#60;br /&#62;
		background-image: url(&#34;../images/skin1/reverse-dropcap.png&#34;);&#60;/p&#62;
&#60;p&#62;	}&#60;/p&#62;
&#60;p&#62;	.dropcap1{&#60;br /&#62;
	color:#fff;&#60;br /&#62;
	background-color: #703b90;&#60;/p&#62;
&#60;p&#62;	}&#60;/p&#62;
&#60;p&#62;	.dropcap1, .dropcap2, .dropcap3, .pagination a, .pagination a:hover{&#60;br /&#62;
	color:#fff;&#60;br /&#62;
	}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Dropcap color"</title>
			<link>http://www.kriesi.at/support/topic/dropcap-color#post-44289</link>
			<pubDate>Thu, 01 Mar 2012 21:07:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">44289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi thoddi,&#60;/p&#62;
&#60;p&#62;Sure! The easiest way to do this would be to overwrite the current other dropcap styles.&#60;/p&#62;
&#60;p&#62;Add the following style to your custom.css or Quick CSS and then modify to fit your needs:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.dropcap1 {
}
.dropcap2 {
}
.dropcap3 {
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>thoddi on "Dropcap color"</title>
			<link>http://www.kriesi.at/support/topic/dropcap-color#post-43666</link>
			<pubDate>Mon, 27 Feb 2012 14:54:29 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">43666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'd love to able to create three different colored, round shaped dropcaps. IS it possible to have something like;&#60;/p&#62;
&#60;p&#62;[dropcap1]RED color[/dropcap1]&#60;br /&#62;
[dropcap2]GREEN color[/dropcap2]&#60;br /&#62;
[dropcap3]BLUE color[/dropcap3]
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
