slitaz-doc diff slitaz/book.css @ rev 39

Update all index xHTML skel (header, footer, etc) for new CSS
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 14:46:29 2009 +0100 (2009-12-30)
parents 640ec0cb28b5
children 2a2389b1cec0
line diff
     1.1 --- a/slitaz/book.css	Sun Mar 29 01:31:27 2009 +0100
     1.2 +++ b/slitaz/book.css	Wed Dec 30 14:46:29 2009 +0100
     1.3 @@ -3,37 +3,47 @@
     1.4  	Pankso 2007 - www.slitaz.org
     1.5  */
     1.6  
     1.7 +html {
     1.8 +	height:  102%;
     1.9 +}
    1.10 +
    1.11  body {
    1.12  	font: 13px sans-serif, vernada, arial;
    1.13 -	background: #222222;
    1.14 +	background: #ffffff;
    1.15  	margin: 0;
    1.16 -	padding-bottom: 100%;
    1.17  }
    1.18  
    1.19  #header {
    1.20 -	background: #BFB06B url(images/css/header.png) repeat-x top;
    1.21 +	background: #f0ba08 url(images/css/header.png) repeat-x top;
    1.22  	color: black;
    1.23  	height: 50px;
    1.24  	border-top: 1px solid black;
    1.25  	border-bottom: 1px solid black;
    1.26  }
    1.27 +
    1.28 +#header h1 {
    1.29 +	padding: 10px;
    1.30 +}
    1.31 +
    1.32  #quicknav {
    1.33 -	margin-right: 6px;
    1.34  	text-align: right;
    1.35  	font-size: 12px;
    1.36 -	}
    1.37 -#quicknav {
    1.38 -	margin-right: 6px;
    1.39 +	color: #666666;
    1.40 +	background-color: #eaeaea;
    1.41 +	padding: 4px 2px;
    1.42 +	font-weight: bold;
    1.43  }
    1.44  
    1.45  #quicknav a {
    1.46 +	color: #0F314E;
    1.47  	background: inherit;
    1.48 -	color: white;
    1.49 +	text-decoration: none;
    1.50 +	padding: 0px 2px;
    1.51  }
    1.52  
    1.53  #quicknav a:hover {
    1.54 -	background: inherit;
    1.55 -	color: #EDEDED;
    1.56 +	color: #DF8F06;
    1.57 +	text-decoration: none;
    1.58  }
    1.59  
    1.60  /*  content. */
    1.61 @@ -42,7 +52,7 @@
    1.62  	background: white url(images/css/content-tl.png) no-repeat top left;
    1.63  	color: black;
    1.64  	padding: 20px;
    1.65 -	margin: 30px 50px 0px 50px;
    1.66 +	margin: 0px 50px 0px 50px;
    1.67  	width: auto;
    1.68  	text-align: justify;
    1.69  }
    1.70 @@ -56,25 +66,22 @@
    1.71  
    1.72  #footer {
    1.73  	font-size: 11px;
    1.74 -	font-weight: bold;
    1.75 -	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
    1.76  	color: black;
    1.77  	height: 20px;
    1.78 -	padding: 6px 0px 0px 10px;
    1.79 -	margin: 0px 50px 0px 50px;
    1.80 +	padding: 0px 0px 0px 10px;
    1.81 +	margin: 0px;
    1.82  	width: auto;
    1.83  	text-align: center ;
    1.84  }
    1.85  
    1.86  #footer a {
    1.87 -	text-decoration: none;
    1.88 -	background: #eaeaea;
    1.89 -	color: #3E1220;
    1.90 +	background: #ffffff;
    1.91 +	color: #0F314E;
    1.92  }
    1.93  
    1.94  #footer a:hover {
    1.95 -	background: #eaeaea;
    1.96 -	color: #DF8F06;
    1.97 +	background: #ffffff;
    1.98 +	color: blue;
    1.99  }
   1.100  
   1.101  /* Legal informations */
   1.102 @@ -84,7 +91,7 @@
   1.103  	text-align: center ;
   1.104  	background: transparent;
   1.105  	color: #a8a8a8;
   1.106 -	padding-top: 20px;
   1.107 +	padding-top: 10px;
   1.108  }
   1.109  
   1.110  #copy a {
   1.111 @@ -94,7 +101,7 @@
   1.112  
   1.113  #copy a:hover {
   1.114  	background: inherit;
   1.115 -	color: #EDEDED;
   1.116 +	color: blue;
   1.117  }
   1.118  
   1.119  /* Clouds */