# HG changeset patch # User Christophe Lincoln # Date 1238283962 -3600 # Node ID 68bfc952ce32195847a9b14aaed0fec55d5b2110 # Parent 698dc42dfcf1d5d0a8d76a3b5f9fcdbec1118c7b Add CSS code for tag cloud diff -r 698dc42dfcf1 -r 68bfc952ce32 slitaz/book.css --- a/slitaz/book.css Sun Mar 29 00:43:48 2009 +0100 +++ b/slitaz/book.css Sun Mar 29 00:46:02 2009 +0100 @@ -97,6 +97,25 @@ color: #EDEDED; } +/* Clouds */ + +#cloud { + padding: 10px 120px 10px 120px; + line-height: 3em; + text-align: center; +} +#cloud a { padding: 4px; color: #956411; } +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } + /* Div for round corners. */ .content-right, .footer-right {