slitaz-forge diff pkgs/style/slitaz.css @ rev 449

pkgs: update CSS
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 16:23:27 2014 +0100 (2014-02-16)
parents 433472bb831d
children fd79a2207aed
line diff
     1.1 --- a/pkgs/style/slitaz.css	Sat Jan 04 14:12:10 2014 +0000
     1.2 +++ b/pkgs/style/slitaz.css	Sun Feb 16 16:23:27 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 @@ -168,7 +169,7 @@
    1.90  .news a, .feed-grid a { text-decoration: none; }
    1.91  .news p a { text-decoration: underline; }
    1.92  .news p a:hover { text-decoration: none; }
    1.93 -#twitter { margin: 20px 0; }
    1.94 +#twitter { margin: 20px 0; text-align: center; }
    1.95  #gallery { text-align: center; }
    1.96  
    1.97  #sponsor {
    1.98 @@ -205,7 +206,7 @@
    1.99  	background: url("/images/download.png") no-repeat 12px 12px #efefef;
   1.100  }
   1.101  .box-up {
   1.102 -	background: url("/images/update.png") no-repeat 12px 12px #efefef;
   1.103 +	background: url("/images/update.png") no-repeat  center left #efefef;
   1.104  }
   1.105  .box-dl p { color: #456; }
   1.106  
   1.107 @@ -242,17 +243,17 @@
   1.108  
   1.109  /* Button */
   1.110  
   1.111 -.button a { 
   1.112 -	background-color: #b64b22;
   1.113 +#block_info .button a { 
   1.114 +	background-color: #666;
   1.115  	color: #ffffff;
   1.116 -	margin-right: 6px;
   1.117 +	margin: 0px 4px;
   1.118  	padding: 6px 10px;
   1.119  	font-size: 12px;
   1.120  	text-decoration: none;
   1.121  	font-weight: bold;
   1.122  }
   1.123 -.button a:hover, input[type=submit]:hover { 
   1.124 -	background-color: #a3431f;
   1.125 +#block_info .button a:hover, input[type=submit]:hover { 
   1.126 +	background-color: #444;
   1.127  	color: #ffffff;
   1.128  }
   1.129  
   1.130 @@ -268,8 +269,8 @@
   1.131  /* Form */
   1.132  
   1.133  input[type=submit] {
   1.134 -	border: 1px solid #b64b22;
   1.135 -	background-color: #b64b22;
   1.136 +	border: 1px solid #666;
   1.137 +	background-color: #666;
   1.138  	color: white;
   1.139  	font-weight: bold;
   1.140  	cursor: pointer;
   1.141 @@ -284,7 +285,7 @@
   1.142  	border-bottom-right-radius: 4px;
   1.143  }
   1.144  
   1.145 -input[type=submit]:hover { background-color: #a3431f; }
   1.146 +input[type=submit]:hover { background-color: #444; }
   1.147  
   1.148  input[type=text] {
   1.149  	border: 1px solid #333333;