slitaz-forge rev 260

pro: small CSS changes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 11 00:30:27 2012 +0200 (2012-04-11)
parents e851b74a7df5
children 7ce141d99f21
files pro/lib/html/header.html pro/lib/html/header.ru.html pro/slitaz.css
line diff
     1.1 --- a/pro/lib/html/header.html	Wed Apr 11 00:23:15 2012 +0200
     1.2 +++ b/pro/lib/html/header.html	Wed Apr 11 00:30:27 2012 +0200
     1.3 @@ -2,13 +2,12 @@
     1.4  <div id="header">
     1.5  	<div id="logo"></div>
     1.6  	<div id="network">
     1.7 -		<a href="http://slitaz.pro/">
     1.8 -			<img src="/images/home.png" alt="[ Home ]" /></a>
     1.9 +		<a href="http://www.slitaz.org/">Home</a>
    1.10  		<a href="http://scn.slitaz.org/">Community</a>
    1.11  		<a href="http://doc.slitaz.org/">Doc</a>
    1.12  		<a href="http://forum.slitaz.org/">Forum</a>
    1.13  		<a href="http://slitaz.pro/">Pro</a>
    1.14 -		<a href="http://slitaz.spreadshirt.net/">Shop</a>
    1.15 +		<a href="http://shop.slitaz.org/">Shop</a>
    1.16  		<a href="http://bugs.slitaz.org">Bugs</a>
    1.17  		<a href="http://hg.slitaz.org/">Hg</a>
    1.18  	</div>
     2.1 --- a/pro/lib/html/header.ru.html	Wed Apr 11 00:23:15 2012 +0200
     2.2 +++ b/pro/lib/html/header.ru.html	Wed Apr 11 00:30:27 2012 +0200
     2.3 @@ -2,13 +2,12 @@
     2.4  <div id="header">
     2.5  	<div id="logo"></div>
     2.6  	<div id="network">
     2.7 -		<a href="http://slitaz.pro/">
     2.8 -			<img src="/images/home.png" alt="[ Home ]" /></a>
     2.9 +		<a href="http://www.slitaz.org/">Home</a>
    2.10  		<a href="http://scn.slitaz.org/">Сообщество</a>
    2.11  		<a href="http://doc.slitaz.org/">Документация</a>
    2.12  		<a href="http://forum.slitaz.org/">Форум</a>
    2.13  		<a href="http://slitaz.pro/">PRO</a>
    2.14 -		<a href="http://slitaz.spreadshirt.net/">Магазин</a>
    2.15 +		<a href="http://shop.slitaz.org/">Магазин</a>
    2.16  		<a href="http://bugs.slitaz.org">Bugs</a>
    2.17  		<a href="http://hg.slitaz.org/">Hg</a>
    2.18  	</div>
     3.1 --- a/pro/slitaz.css	Wed Apr 11 00:23:15 2012 +0200
     3.2 +++ b/pro/slitaz.css	Wed Apr 11 00:30:27 2012 +0200
     3.3 @@ -47,7 +47,7 @@
     3.4  	font-style: italic;
     3.5  }
     3.6  
     3.7 -#header h1 a:hover, #network a:hover { 
     3.8 +#header h1 a:hover { 
     3.9  	color: #d66018;
    3.10  }
    3.11  
    3.12 @@ -67,11 +67,12 @@
    3.13  
    3.14  #network { 
    3.15  	float: right; 
    3.16 -	padding: 10px 5px 0; 
    3.17 +	padding: 12px 5px 0; 
    3.18  	font-size: 12px;
    3.19  }
    3.20  
    3.21 -#network a { padding: 0 6px; }
    3.22 +#network a { padding: 0 4px; }
    3.23 +#network a:hover { color: #cfcfcf; }
    3.24  
    3.25  /* Block */
    3.26  
    3.27 @@ -80,7 +81,7 @@
    3.28  	background: #d66018; 
    3.29  	padding: 26px 10% 0px;
    3.30  	text-align: center;
    3.31 -	color: #333;
    3.32 +	color: #222;
    3.33  	border-bottom: 1px solid #f5f5f5;
    3.34  }
    3.35