website diff slitaz.css @ rev 946

Add forum activity to main pages
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 20:28:01 2012 +0100 (2012-03-13)
parents 595035653911
children 4f54009fb87b
line diff
     1.1 --- a/slitaz.css	Mon Jan 09 13:14:39 2012 +0100
     1.2 +++ b/slitaz.css	Tue Mar 13 20:28:01 2012 +0100
     1.3 @@ -166,6 +166,16 @@
     1.4  #twitter { margin: 20px 0; }
     1.5  #gallery { text-align: center; }
     1.6  
     1.7 +#sponsor {
     1.8 +	font-size: 90%;
     1.9 +	background-color: #efefef;
    1.10 +	border: 1px solid #ddd;
    1.11 +	width: 200px;
    1.12 +	height: 140px;
    1.13 +	float: right;
    1.14 +	text-align: center;
    1.15 +}
    1.16 +
    1.17  /* Classes */
    1.18  
    1.19  .right_box { width: 48%; float: right; }
    1.20 @@ -190,7 +200,7 @@
    1.21  
    1.22  .activity { 
    1.23  	margin: 0 0 20px; 
    1.24 -	background: #eaeaea; 
    1.25 +	background: #efefef; 
    1.26  	padding: 5px 2px 0; 
    1.27  	border: 1px solid #ddd; 
    1.28  }
    1.29 @@ -228,23 +238,12 @@
    1.30  /* Round corner */
    1.31  
    1.32  #block_nav, pre, .box, .searchbox, .button a, #twitter, .activity,
    1.33 -.activity div {
    1.34 +.activity div, #sponsor {
    1.35  	-moz-border-radius: 4px;
    1.36  	-webkit-border-radius: 4px;
    1.37  	border-radius: 4px;
    1.38  }
    1.39  
    1.40 -/* Transition */
    1.41 -
    1.42 -.box {	
    1.43 -	-webkit-transition-property: background-color;
    1.44 -	-webkit-transition-duration: 2s;
    1.45 -	-moz-transition-property: background-color;
    1.46 -	-moz-transition-duration: 2s;
    1.47 -	transition-property: background-color;
    1.48 -	transition-duration: 2s;
    1.49 -}
    1.50 -
    1.51  /* Form */
    1.52  
    1.53  input[type=submit] {