slitaz-doc rev 16

Add CSS code for tag cloud
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 29 00:46:02 2009 +0100 (2009-03-29)
parents 698dc42dfcf1
children 640ec0cb28b5
files slitaz/book.css
line diff
     1.1 --- a/slitaz/book.css	Sun Mar 29 00:43:48 2009 +0100
     1.2 +++ b/slitaz/book.css	Sun Mar 29 00:46:02 2009 +0100
     1.3 @@ -97,6 +97,25 @@
     1.4  	color: #EDEDED;
     1.5  }
     1.6  
     1.7 +/* Clouds */
     1.8 +
     1.9 +#cloud {
    1.10 +	padding: 10px 120px 10px 120px;
    1.11 +	line-height: 3em;
    1.12 +	text-align: center;
    1.13 +}
    1.14 +#cloud a { padding: 4px; color: #956411; }
    1.15 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
    1.16 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
    1.17 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
    1.18 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
    1.19 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
    1.20 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
    1.21 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
    1.22 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
    1.23 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
    1.24 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
    1.25 +
    1.26  /* Div for round corners. */
    1.27  
    1.28  .content-right, .footer-right {