slitaz-dev-tools rev 217

hg style: continue the update to new colors
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 11:42:59 2014 +0100 (2014-01-15)
parents 107168552d9f
children ae38bd81aa6d
files slitaz-mercurial-style/templates/static/style-slitaz.css
line diff
     1.1 --- a/slitaz-mercurial-style/templates/static/style-slitaz.css	Wed Jan 15 11:38:23 2014 +0100
     1.2 +++ b/slitaz-mercurial-style/templates/static/style-slitaz.css	Wed Jan 15 11:42:59 2014 +0100
     1.3 @@ -75,12 +75,12 @@
     1.4  /* Block */
     1.5  
     1.6  #block { 
     1.7 -	min-height: 150px; 
     1.8 +	min-height: 148px; 
     1.9  	background: #ccc; 
    1.10  	padding: 20px 10% 0px;
    1.11  	text-align: center;
    1.12  	color: #222;
    1.13 -	border-bottom: 1px solid #f5f5f5;
    1.14 +	border-bottom: 1px solid #afafaf;
    1.15  }
    1.16  
    1.17  #block_info {
    1.18 @@ -89,14 +89,14 @@
    1.19  	padding: 10px 10px 0 0;
    1.20  }
    1.21  
    1.22 -#network a { 
    1.23 +#network a, #block_nav a { 
    1.24  	color: #fff; 
    1.25  	font-weight: bold;
    1.26  	text-decoration: none;
    1.27  }
    1.28  
    1.29  #block h4 {
    1.30 -	color: #351a0a;
    1.31 +	color: #111;
    1.32  	margin: 0 0 6px;
    1.33  	font-weight: bold;
    1.34  	font-size: 110%;
    1.35 @@ -110,8 +110,8 @@
    1.36  /* Navigation */
    1.37  
    1.38  #block_nav {
    1.39 -	background: #cc5b17;
    1.40 -	padding: 10px 10px 15px;
    1.41 +	background: #666;
    1.42 +	padding: 10px;
    1.43  	text-align: justify;
    1.44  	width: 48%;
    1.45  	float: right;