website diff slitaz.css @ rev 1058

id: add 4.0 announce (thanks Budiarno)
author Paul Issott <paul@slitaz.org>
date Wed Apr 11 21:27:51 2012 +0100 (2012-04-11)
parents e06721d4f040
children 1e9138bd9691
line diff
     1.1 --- a/slitaz.css	Wed Apr 04 11:17:21 2012 +0300
     1.2 +++ b/slitaz.css	Wed Apr 11 21:27:51 2012 +0100
     1.3 @@ -47,7 +47,7 @@
     1.4  	font-style: italic;
     1.5  }
     1.6  
     1.7 -#header h1 a:hover, #network a:hover { 
     1.8 +#header h1 a:hover { 
     1.9  	color: #d66018;
    1.10  }
    1.11  
    1.12 @@ -71,7 +71,8 @@
    1.13  	font-size: 12px;
    1.14  }
    1.15  
    1.16 -#network a { padding: 0 6px; }
    1.17 +#network a { padding: 0 4px; }
    1.18 +#network a:hover { color: #cfcfcf; }
    1.19  
    1.20  /* Block */
    1.21  
    1.22 @@ -80,7 +81,7 @@
    1.23  	background: #d66018; 
    1.24  	padding: 26px 10% 0px;
    1.25  	text-align: center;
    1.26 -	color: #333;
    1.27 +	color: #222;
    1.28  	border-bottom: 1px solid #f5f5f5;
    1.29  }
    1.30  
    1.31 @@ -134,6 +135,8 @@
    1.32  #lang {
    1.33  	padding: 6px;
    1.34  	font-size: 11px;
    1.35 +	position: absolute;
    1.36 +	right: 0px;
    1.37  }
    1.38  
    1.39  #lang a {
    1.40 @@ -145,8 +148,8 @@
    1.41  	text-decoration: underline;
    1.42  }
    1.43  
    1.44 -body > #lang { float: right; }		/* for regular pages */
    1.45 -.box #lang { text-align: center; }	/* for /i18n page */
    1.46 +.box #lang { text-align: center; position: relative; 
    1.47 +	font-size: 13px; }	 /* for /i18n page */
    1.48  
    1.49  /* Content */
    1.50