slitaz-forge diff people/slitaz.css @ rev 42

people: improve main page and add profile.php info
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 22:33:58 2011 +0200 (2011-03-30)
parents b770976fff5d
children e2cd0a468c21
line diff
     1.1 --- a/people/slitaz.css	Mon Mar 28 15:12:12 2011 +0200
     1.2 +++ b/people/slitaz.css	Wed Mar 30 22:33:58 2011 +0200
     1.3 @@ -152,16 +152,16 @@
     1.4  	text-align: justify;
     1.5  }
     1.6  
     1.7 -#news li {
     1.8 +.news li {
     1.9  	list-style-type: square;
    1.10  	border-bottom: 1px dotted #BEBEBE;
    1.11  	margin-left: -25px;
    1.12  	padding: 4px 0px 4px 0px;
    1.13  }
    1.14  
    1.15 -#news a, .feed-grid a { text-decoration: none; }
    1.16 -#news p a { text-decoration: underline; }
    1.17 -#news p a:hover { text-decoration: none; }
    1.18 +.news a, .feed-grid a { text-decoration: none; }
    1.19 +.news p a { text-decoration: underline; }
    1.20 +.news p a:hover { text-decoration: none; }
    1.21  #twitter { margin: 20px 0; }
    1.22  #gallery { text-align: center; }
    1.23  
    1.24 @@ -185,15 +185,28 @@
    1.25  	border: 1px solid #ddd;
    1.26  }
    1.27  
    1.28 -.feed-grid { height: 180px; overflow: hidden; text-align: left; }
    1.29 -.feed-grid h3 { 
    1.30 -	margin: 15px 0 0; font-size: 16px; 
    1.31 -	padding: 0 22px;
    1.32 -	background: url(images/feed.png) no-repeat left; }
    1.33 -.feed-grid span { font-size: 10px; color: #888; margin-left: 24px; }
    1.34 -.feed-grid ul { color: #666; }
    1.35 -.feed-grid a { color: #666; }
    1.36 -.feed-grid a:hover { color: blue; }
    1.37 +/* Activity Box */
    1.38 +
    1.39 +.activity { 
    1.40 +	margin: 0 0 20px; 
    1.41 +	background: #eaeaea; 
    1.42 +	padding: 5px 2px 0; 
    1.43 +	border: 1px solid #ddd; 
    1.44 +}
    1.45 +.activity div { padding: 5px 10px; background: #fff; margin-top: 5px; }
    1.46 +.activity p { margin: 0; padding: 5px 10px; font-weight: bold; }
    1.47 +.activity a { text-decoration: none; }
    1.48 +.activity ul { list-style-type: none; 
    1.49 +	margin: 4px 0; padding: 0 4px; line-height: 150%; }
    1.50 +.activity_more { text-align: right;  }
    1.51 +.activity_more a { font-weight: normal; color: #000; padding: 0 4px; }
    1.52 +.activity_more a:hover { text-decoration: underline; }
    1.53 +
    1.54 +.activity span, .news span { 
    1.55 +	color: #666; 
    1.56 +	font-size: 11px; 
    1.57 +	font-weight: normal;
    1.58 +}
    1.59  
    1.60  /* Button */
    1.61  
    1.62 @@ -213,7 +226,8 @@
    1.63  
    1.64  /* Round corner */
    1.65  
    1.66 -#block_nav, pre, .box, .searchbox, .button a, #twitter {
    1.67 +#block_nav, pre, .box, .searchbox, .button a, #twitter, .activity,
    1.68 +.activity div {
    1.69  	-moz-border-radius: 4px;
    1.70  	-webkit-border-radius: 4px;
    1.71  	border-radius: 4px;