website rev 724

css: Small fixes and improvment
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 01:51:21 2011 +0100 (2011-01-11)
parents 81bf1d0142c1
children 04b3716acb57
files slitaz.css
line diff
     1.1 --- a/slitaz.css	Sat Jan 08 18:28:23 2011 +0000
     1.2 +++ b/slitaz.css	Tue Jan 11 01:51:21 2011 +0100
     1.3 @@ -316,6 +316,16 @@
     1.4  	float: right;
     1.5  }
     1.6  
     1.7 +.floor {
     1.8 +	color: #999999;
     1.9 +	font-size: 20px;
    1.10 +	-webkit-transform: rotate(-45deg) skew(15deg, 15deg);
    1.11 +	-moz-transform: rotate(-45deg) skew(15deg, 15deg);
    1.12 +	-o-transform: rotate(-45deg) skew(15deg, 15deg);
    1.13 +	-ms-transform: rotate(-45deg) skew(15deg, 15deg);
    1.14 +	transform: rotate(-45deg) skew(15deg, 15deg);
    1.15 +}
    1.16 +	
    1.17  /* Button */
    1.18  
    1.19  .button { margin-left: 20px; }
    1.20 @@ -365,11 +375,11 @@
    1.21  /* Clouds */
    1.22  
    1.23  #cloud {
    1.24 -	padding: 20px 0px 20px 0px;
    1.25 +	padding: 10px 0px;
    1.26  	line-height: 3em;
    1.27  	text-align: center;
    1.28  }
    1.29 -#cloud a { padding: 4px; color: #956411; }
    1.30 +#cloud a { padding: 0 2px; color: #956411; }
    1.31  #cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
    1.32  #cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
    1.33  #cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
    1.34 @@ -549,6 +559,7 @@
    1.35  	background: #eaeaea;
    1.36  	color: #666666;
    1.37  	height: 180px;
    1.38 +	clear: both;
    1.39  	border-radius: 8px;
    1.40  	-moz-border-radius: 8px;
    1.41  	-webkit-border-radius: 8px;