website diff slitaz.css @ rev 375

Improved home page with tiny info and last news + tag cloud
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 11 22:25:35 2009 +0200 (2009-04-11)
parents a5b00e457b7d
children 87af95f1ea2b
line diff
     1.1 --- a/slitaz.css	Sat Apr 11 18:26:49 2009 +0200
     1.2 +++ b/slitaz.css	Sat Apr 11 22:25:35 2009 +0200
     1.3 @@ -196,13 +196,34 @@
     1.4  	margin-left: -25px;
     1.5  	padding: 4px 0px 4px 0px;
     1.6  }
     1.7 +
     1.8  #gallery {
     1.9  	text-align: center;
    1.10  }
    1.11 +
    1.12  #gallery table {
    1.13  	margin: 30px 0px 30px 0px;
    1.14  }
    1.15  
    1.16 +/* Clouds */
    1.17 +
    1.18 +#cloud {
    1.19 +	padding: 20px 0px 20px 0px;
    1.20 +	line-height: 3em;
    1.21 +	text-align: center;
    1.22 +}
    1.23 +#cloud a { padding: 4px; color: #956411; }
    1.24 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
    1.25 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
    1.26 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
    1.27 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
    1.28 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
    1.29 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
    1.30 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
    1.31 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
    1.32 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
    1.33 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
    1.34 +
    1.35  /* CSS class. */
    1.36  
    1.37  .top_left, .top_right, .bottom_left, .bottom_right {