<?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>Exposed Elements &#187; CSS</title>
	<atom:link href="http://exposedelements.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://exposedelements.com</link>
	<description>minimalism, web design and technology</description>
	<lastBuildDate>Fri, 18 May 2012 05:12:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>my lifestream</title>
		<link>http://exposedelements.com/2010/10/my-lifestream/</link>
		<comments>http://exposedelements.com/2010/10/my-lifestream/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 02:29:33 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://exposedelements.com/?p=638</guid>
		<description><![CDATA[I like the idea behind the friendfeed widget but wanted to customize it a bit. Here is an easy way to produce a lifestream feed for your website using a little bit of code. code to display the feed script src=&#8221;http://friendfeed.com/embed/widget/openelements?v=3&#38;num=4&#38;hide_logo=0&#38;hide_comments_likes=0&#38;hide_subscribe=0&#38;width=330&#8243; type=&#8221;text/javascript&#8221; Using CSS code, the thought bubble expands when the feed is finished loading. CSS for styling (works on modern browsers) .friendfeed { position:absolute; left:551px; top:50px; width:329px; background-color: #cccccc; padding-left: 20px; padding-bottom: 20px; border-radius: 25px; } #friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span, #friendfeed.widget img, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td { margin-top: 0px !important; margin-left: 0px !important; padding-left: 0px !important; font-family: &#8216;lucida sans unicode&#8217;, &#8216;lucida grande&#8217;, sans-serif !important; font-size: 0.98em !important; font-weight: normal !important; line-height: 95% !important; letter-spacing: 0 !important; color: #333 !important; background-color: transparent !important; border:0 !important; } See the full working example at marioseijo.com]]></description>
			<content:encoded><![CDATA[<p><a title="Mario Seijo" href="http://marioseijo.com"><img title="lifestream2" src="http://exposedelements.com/wp-content/uploads/2010/10/lifestream2-600x430.jpg" alt="" width="600" height="430" /></a></p>
<p>I like the idea behind the <a href="http://friendfeed.com/embed/widget">friendfeed widget</a> but wanted to customize it a bit.  Here is an easy way to produce a lifestream feed for your website using a little bit of code.</p>
<p>code to display the feed</p>
<div class="code">script src=&#8221;http://friendfeed.com/embed/widget/openelements?v=3&amp;num=4&amp;hide_logo=0&amp;hide_comments_likes=0&amp;hide_subscribe=0&amp;width=330&#8243; type=&#8221;text/javascript&#8221;</div>
<p>Using CSS code, the thought bubble expands when the feed is finished loading.</p>
<p>CSS for styling (works on modern browsers)</p>
<div class="code">.friendfeed {<br />
position:absolute;<br />
left:551px;<br />
top:50px;<br />
width:329px;<br />
background-color: #cccccc;<br />
padding-left: 20px;<br />
padding-bottom: 20px;<br />
border-radius: 25px;<br />
}<br />
<br />
#friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span, #friendfeed.widget img, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td {<br />
margin-top: 0px !important;<br />
margin-left: 0px !important;<br />
padding-left: 0px !important;<br />
font-family: &#8216;lucida sans unicode&#8217;, &#8216;lucida grande&#8217;, sans-serif !important;<br />
font-size: 0.98em !important;<br />
font-weight: normal !important;<br />
line-height: 95% !important;<br />
letter-spacing: 0 !important;<br />
color: #333 !important;<br />
background-color: transparent !important;<br />
border:0 !important;<br />
}</div>
<p>See the full working example at <a href="http://marioseijo.com">marioseijo.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2010/10/my-lifestream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add the service mark symbol with HTML</title>
		<link>http://exposedelements.com/2010/01/how-to-add-the-service-mark-symbol-with-html/</link>
		<comments>http://exposedelements.com/2010/01/how-to-add-the-service-mark-symbol-with-html/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 21:41:41 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://exposedelements.com/?p=375</guid>
		<description><![CDATA[HTML has a tag known as &#60;sup&#62; which stands for superscript text. This tag properly places text half a character above the baseline. Example: bite size technology, design and marketing ideasSM In order to achieve the service mark symbol as you see above, you need to align your &#8220;SM&#8221; text to the top of its line-height and decrease the font size to 50% of its original size. The following code samples will produce the service mark symbol on your web pages. CSS code: sup { vertical-align: text-top; font-size: 50%; } HTML code: bite size technology, design and marketing ideas&#60;sup&#62;SM&#60;/sup&#62; Let me know in the comments section if this code helps you, or better yet, share it with others who might need it.]]></description>
			<content:encoded><![CDATA[<p>HTML has a tag known as <strong>&lt;sup&gt;</strong> which stands for superscript text. This tag properly places text half a character above the baseline.</p>
<blockquote><p><strong>Example:</strong><br />
<span style="font-size: 12pt;">bite size technology, design and marketing ideas<sup>SM</sup></span></p></blockquote>
<p>In order to achieve the service mark symbol as you see above, you need to align your &#8220;SM&#8221; text to the top of its line-height and decrease the font size to 50% of its original size. The following code samples will produce the service mark symbol on your web pages.</p>
<p>CSS code:</p>
<div class="code">sup { vertical-align: text-top; font-size: 50%; }</div>
<p>HTML code:</p>
<div class="code">bite size technology, design and marketing ideas&lt;sup&gt;SM&lt;/sup&gt;</div>
<p>Let me know in the comments section if this code helps you, or better yet, share it with others who might need it.</p>
]]></content:encoded>
			<wfw:commentRss>http://exposedelements.com/2010/01/how-to-add-the-service-mark-symbol-with-html/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

