website diff slitaz.css @ rev 796

Improve main page, rm grid add pretty activity box
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 04:30:56 2011 +0200 (2011-03-30)
parents 8aabf6246259
children c750cc8467b8
line diff
     1.1 --- a/slitaz.css	Sun Mar 27 12:30:20 2011 +0200
     1.2 +++ b/slitaz.css	Wed Mar 30 04:30:56 2011 +0200
     1.3 @@ -185,15 +185,31 @@
     1.4  	border: 1px solid #ddd;
     1.5  }
     1.6  
     1.7 -.feed-grid { height: 180px; overflow: hidden; text-align: left; }
     1.8 -.feed-grid h3 { 
     1.9 -	margin: 15px 0 0; font-size: 16px; 
    1.10 -	padding: 0 22px;
    1.11 -	background: url(images/feed.png) no-repeat left; }
    1.12 -.feed-grid span { font-size: 10px; color: #888; margin-left: 24px; }
    1.13 -.feed-grid ul { color: #666; }
    1.14 -.feed-grid a { color: #666; }
    1.15 -.feed-grid a:hover { color: blue; }
    1.16 +/* Activity Box */
    1.17 +
    1.18 +.activity { 
    1.19 +	height: 120px;
    1.20 +	overflow: hidden;
    1.21 +	margin: 0 0 20px; 
    1.22 +	background: #eaeaea; 
    1.23 +	padding: 5px 2px 25px; 
    1.24 +	border: 1px solid #ddd; 
    1.25 +}
    1.26 +.activity div { height: 75px; overflow: hidden;
    1.27 +	padding: 0px 10px 10px; background: #fff; margin-top: 5px; }
    1.28 +.activity p { margin: 0; padding: 5px 10px; font-weight: bold; }
    1.29 +.activity a { text-decoration: none; }
    1.30 +.activity ul { list-style-type: none; 
    1.31 +	margin: 4px 0; padding: 0 4px; line-height: 150%; }
    1.32 +.activity span { color: #666; font-size: 11px; font-weight: normal; }
    1.33 +.activity, .activity div { 
    1.34 +	-moz-border-radius: 4px;
    1.35 +	-webkit-border-radius: 4px;
    1.36 +	border-radius: 4px;
    1.37 +}
    1.38 +.activity_more { text-align: right;  }
    1.39 +.activity_more a { font-weight: normal; color: #000; padding: 0 4px; }
    1.40 +.activity_more a:hover { text-decoration: underline; }
    1.41  
    1.42  /* Button */
    1.43