<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Panthar&#039;s Lair &#187; Plurk</title>
	<atom:link href="http://panthar.org/topics/plurk/feed/" rel="self" type="application/rss+xml" />
	<link>http://panthar.org</link>
	<description>Adventures of a Professional Computer Tamer</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://panthar.org/?pushpress=hub'/>
		<item>
		<title>Rounded Plurks</title>
		<link>http://panthar.org/2008/08/14/rounded_plurk/</link>
		<comments>http://panthar.org/2008/08/14/rounded_plurk/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 18:08:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Plurk]]></category>

		<guid isPermaLink="false">http://panthar.org/?p=191</guid>
		<description><![CDATA[I am working on getting the Plurk boxes rounded to look a little nicer.  I have some early CSS written up that almost works, but I am having a hard time making the right hand border line up when a &#8230; <a href="http://panthar.org/2008/08/14/rounded_plurk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am working on getting the Plurk boxes rounded to look a little nicer.  I have some early CSS written up that almost works, but I am having a hard time making the right hand border line up when a plurk is expanded. I think it has to do with that width being dynamically hard-coded. Yes, that sounds a bit odd, but it&#8217;s basically on page load, the plurk code sets a static width on the expanded box.</p>
<p>So, I am looking into fun tricks like negative margins and/or padding, but not having too much luck so far.  For anyone that wants to use what I have so far, here is the CSS ( it also includes a piece to round your dashboard):</p>
<blockquote>
<pre>#plurk-dashboard  {

color: #ffffff;
margin: 0 5px;
padding: 10px;
border: 2px solid #ffffff;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.plurk_cnt  {
border: 1px solid #000000;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#form_holder
{
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://panthar.org/2008/08/14/rounded_plurk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
