website diff slitaz.css @ rev 1175

New colors, update fr and small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 13:53:03 2014 +0100 (2014-01-15)
parents 1972513ec0ad
children b665d663fa4b
line diff
     1.1 --- a/slitaz.css	Wed Jan 08 09:37:25 2014 +0100
     1.2 +++ b/slitaz.css	Wed Jan 15 13:53:03 2014 +0100
     1.3 @@ -31,7 +31,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 @@ -47,8 +47,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, #network span { 
    1.19 +	color: #afafaf;
    1.20  }
    1.21  
    1.22  /* Logo */
    1.23 @@ -67,22 +67,22 @@
    1.24  
    1.25  #network { 
    1.26  	float: right; 
    1.27 -	padding: 10px 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 +#network a, #network span { padding: 0 4px; }
    1.35 +#network span { font-weight: bold; }
    1.36  
    1.37  /* Block */
    1.38  
    1.39  #block { 
    1.40 -	min-height: 200px; 
    1.41 -	background: #d66018; 
    1.42 -	padding: 26px 10% 0px;
    1.43 +	min-height: 180px; 
    1.44 +	background: #ccc; 
    1.45 +	padding: 20px 10% 0px;
    1.46  	text-align: center;
    1.47  	color: #222;
    1.48 -	border-bottom: 1px solid #f5f5f5;
    1.49 +	border-bottom: 1px solid #afafaf;
    1.50  }
    1.51  
    1.52  #block_info {
    1.53 @@ -92,28 +92,29 @@
    1.54  }
    1.55  
    1.56  #block a, #network a { 
    1.57 -	color: #fff; 
    1.58 +	color: #fff;
    1.59  	font-weight: bold;
    1.60  	text-decoration: none;
    1.61  }
    1.62  
    1.63  #block h4 {
    1.64 -	color: #351a0a;
    1.65 +	color: #222;
    1.66  	margin: 0px;
    1.67  	font-weight: bold;
    1.68  	font-size: 110%;
    1.69  }
    1.70  
    1.71  #block_info p { margin: 6px 0; padding: 0 12px 0 0; }
    1.72 -#block_info a { font-weight: normal; }
    1.73 +#block_info a { font-weight: normal; color: #215090; }
    1.74 +#block_info a:hover { text-decoration: underline; }
    1.75  #block ul { list-style-type: square; }
    1.76 -#block a:hover { color: #351a0a; }
    1.77 +#block_nav a:hover { color: #afafaf; }
    1.78  
    1.79  /* Navigation */
    1.80  
    1.81  #block_nav {
    1.82 -	background: #cc5b17;
    1.83 -	padding: 10px 10px 40px;
    1.84 +	background: #666;
    1.85 +	padding: 10px 10px 20px;
    1.86  	text-align: justify;
    1.87  	width: 48%;
    1.88  	float: right;
    1.89 @@ -242,17 +243,17 @@
    1.90  
    1.91  /* Button */
    1.92  
    1.93 -.button a { 
    1.94 -	background-color: #b64b22;
    1.95 +#block_info .button a { 
    1.96 +	background-color: #666;
    1.97  	color: #ffffff;
    1.98 -	margin-right: 6px;
    1.99 +	margin: 0px 4px;
   1.100  	padding: 6px 10px;
   1.101  	font-size: 12px;
   1.102  	text-decoration: none;
   1.103  	font-weight: bold;
   1.104  }
   1.105 -.button a:hover, input[type=submit]:hover { 
   1.106 -	background-color: #a3431f;
   1.107 +#block_info .button a:hover, input[type=submit]:hover { 
   1.108 +	background-color: #444;
   1.109  	color: #ffffff;
   1.110  }
   1.111  
   1.112 @@ -268,8 +269,8 @@
   1.113  /* Form */
   1.114  
   1.115  input[type=submit] {
   1.116 -	border: 1px solid #b64b22;
   1.117 -	background-color: #b64b22;
   1.118 +	border: 1px solid #666;
   1.119 +	background-color: #666;
   1.120  	color: white;
   1.121  	font-weight: bold;
   1.122  	cursor: pointer;
   1.123 @@ -284,7 +285,7 @@
   1.124  	border-bottom-right-radius: 4px;
   1.125  }
   1.126  
   1.127 -input[type=submit]:hover { background-color: #a3431f; }
   1.128 +input[type=submit]:hover { background-color: #444; }
   1.129  
   1.130  input[type=text] {
   1.131  	border: 1px solid #333333;