<?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>Telecoms: Italy &#187; Off-topic</title>
	<atom:link href="http://www.telecomsitaly.com/category/off-topic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.telecomsitaly.com</link>
	<description>News and comments about the Italian telecommunications market</description>
	<lastBuildDate>Tue, 23 Feb 2010 08:39:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Tag cloud in Movable Type sized by CSS</title>
		<link>http://www.telecomsitaly.com/2006/08/tag-cloud-in-movable-type-sized-by-css/</link>
		<comments>http://www.telecomsitaly.com/2006/08/tag-cloud-in-movable-type-sized-by-css/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 09:48:06 +0000</pubDate>
		<dc:creator>Cazzani</dc:creator>
				<category><![CDATA[Off-topic]]></category>

		<guid isPermaLink="false">http://wordpress.vertigonet.it/?p=521</guid>
		<description><![CDATA[&#8212; This is on off-topic post. It is published for the benefits of other Movable Type’s users, the piece of software that powers this blog &#8212; How to shorten the size of a tag cloud using Movable Type 3.3. Tag management is the new feature introduced in version 3.3 of Movable Type that I liked [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8212; This is on off-topic post. It is published for the benefits of other Movable Type’s users, the piece of software that powers this blog &#8212;</em><br />
How to shorten the size of a <strong>tag cloud</strong> using Movable Type 3.3.</p>
<p><span id="more-521"></span><br />
<a href="http://www.sixapart.com/movabletype/beta/2006/06/everybody_loves_tags.html">Tag management</a> is the new feature introduced in version 3.3 of Movable Type that I liked most.<br />
However, the built-in automatic <strong>Tag Cloud</strong> sidebar simply grows <strong>too big</strong> for my site, because I have been using dozens of different tags to classify entries in my blog.<br />
I found an easy way to <strong>limit the number of tags displayed</strong> in the standard Tag Cloud sidebar without editing any template at all, just changing a single line in the <strong>CSS stylesheet</strong>.<br />
I am using the standard Vicksburg II (theme-vicksburg.css) style supplied with MT 3.3, but the same principle can be applied to any style.<br />
Find the <strong><em>module-tagcloud</em></strong> section in the CSS file where style definitions for the Tag Cloud are located.<br />
For the Vicksburg II style they are as follows:</p>
<blockquote><p>.module-tagcloud .module-list {text-align: center; }<br />
.module-tagcloud .module-list { list-style: none; }<br />
.module-tagcloud .module-list-item { display: inline; }<br />
.module-tagcloud li.taglevel1 { font-size: 19px; }<br />
.module-tagcloud li.taglevel2 { font-size: 17px; }<br />
.module-tagcloud li.taglevel3 { font-size: 15px; }<br />
.module-tagcloud li.taglevel4 { font-size: 13px; }<br />
.module-tagcloud li.taglevel5 { font-size: 11px; }<br />
.module-tagcloud li.taglevel6 { font-size: 9px; }</p></blockquote>
<p>Now, if you want to shorten your Tag Cloud by <strong>not showing the least important tags</strong> of your blog, all you have to do is to add the <strong><em>display: none</em></strong> property to the style definition for the least important level.<br />
That is, change it to:</p>
<blockquote><p>.module-tagcloud .module-list {text-align: center; }<br />
.module-tagcloud .module-list { list-style: none; }<br />
.module-tagcloud .module-list-item { display: inline; }<br />
.module-tagcloud li.taglevel1 { font-size: 19px; }<br />
.module-tagcloud li.taglevel2 { font-size: 17px; }<br />
.module-tagcloud li.taglevel3 { font-size: 15px; }<br />
.module-tagcloud li.taglevel4 { font-size: 13px; }<br />
.module-tagcloud li.taglevel5 { font-size: 11px; }<br />
<strong>.module-tagcloud li.taglevel6 { font-size: 9px; display: none;</strong> }</p></blockquote>
<p>That’s all.<br />
Now your Tag Cloud will be <strong>much smaller</strong>. If you want it smaller still, you could change higher levels of the <em>.module-tagcloud</em> definitions as well.<br />
I hope this is helpful. Others suggestions are welcomed.<br />
Stefano, Milan, Italy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.telecomsitaly.com/2006/08/tag-cloud-in-movable-type-sized-by-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

