slitaz-dev-tools rev 216

hg style: start the update to new colors
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 11:38:23 2014 +0100 (2014-01-15)
parents 9799e8a6e9a8
children 426bdf0cff84
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:24:44 2014 +0100
     1.2 +++ b/slitaz-mercurial-style/templates/static/style-slitaz.css	Wed Jan 15 11:38:23 2014 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  
     1.5  #header { 
     1.6  	height: 40px; 
     1.7 -	background: #351a0a;
     1.8 +	background: #222;
     1.9  }
    1.10  
    1.11  #header h1 {
    1.12 @@ -46,8 +46,8 @@
    1.13  	font-style: italic;
    1.14  }
    1.15  
    1.16 -#header h1 a:hover { 
    1.17 -	color: #d66018;
    1.18 +#header h1 a:hover, #network a:hover { 
    1.19 +	color: #afafaf;
    1.20  }
    1.21  
    1.22  /* Logo */
    1.23 @@ -66,19 +66,18 @@
    1.24  
    1.25  #network { 
    1.26  	float: right; 
    1.27 -	padding: 12px 5px 0; 
    1.28 +	padding: 14px 5px 0; 
    1.29  	font-size: 12px;
    1.30  }
    1.31  
    1.32  #network a { padding: 0 4px; }
    1.33 -#network a:hover { color: #cfcfcf; }
    1.34  
    1.35  /* Block */
    1.36  
    1.37  #block { 
    1.38  	min-height: 150px; 
    1.39 -	background: #d66018; 
    1.40 -	padding: 26px 10% 0px;
    1.41 +	background: #ccc; 
    1.42 +	padding: 20px 10% 0px;
    1.43  	text-align: center;
    1.44  	color: #222;
    1.45  	border-bottom: 1px solid #f5f5f5;
    1.46 @@ -90,7 +89,7 @@
    1.47  	padding: 10px 10px 0 0;
    1.48  }
    1.49  
    1.50 -#block a, #network a { 
    1.51 +#network a { 
    1.52  	color: #fff; 
    1.53  	font-weight: bold;
    1.54  	text-decoration: none;