website rev 278

fr: prepa for new handbook-stable
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 06 23:09:33 2009 +0100 (2009-02-06)
parents d5d97fba55df
children 44735ed85829
files doc/handbook-stable/book.css doc/handbook-stable/images/css/content-tl.png doc/handbook-stable/images/css/content-tr.png doc/handbook-stable/images/css/footer-bl.png doc/handbook-stable/images/css/footer-br.png doc/handbook-stable/images/css/header.png doc/handbook-stable/template.html
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/handbook-stable/book.css	Fri Feb 06 23:09:33 2009 +0100
     1.3 @@ -0,0 +1,170 @@
     1.4 +/* 
     1.5 +	CSS style for SliTaz GNU/Linux *book.
     1.6 +	Pankso 2007 - www.slitaz.org
     1.7 +*/
     1.8 +
     1.9 +body {
    1.10 +	font: 13px sans-serif, vernada, arial;
    1.11 +	background: #222222;
    1.12 +	margin: 0;
    1.13 +	padding-bottom: 100%;
    1.14 +}
    1.15 +
    1.16 +#header {
    1.17 +	background: #BFB06B url(images/css/header.png) repeat-x top;
    1.18 +	color: black;
    1.19 +	height: 50px;
    1.20 +	border-top: 1px solid black;
    1.21 +	border-bottom: 1px solid black;
    1.22 +}
    1.23 +#quicknav {
    1.24 +	margin-right: 6px;
    1.25 +	text-align: right;
    1.26 +	font-size: 12px;
    1.27 +	}
    1.28 +#quicknav {
    1.29 +	margin-right: 6px;
    1.30 +}
    1.31 +
    1.32 +#quicknav a {
    1.33 +	background: inherit;
    1.34 +	color: #222222;
    1.35 +}
    1.36 +
    1.37 +#quicknav a:hover {
    1.38 +	background: inherit;
    1.39 +	color: #EDEDED;
    1.40 +}
    1.41 +
    1.42 +/*  content. */
    1.43 +
    1.44 +#content {
    1.45 +	background: white url(images/css/content-tl.png) no-repeat top left;
    1.46 +	color: black;
    1.47 +	padding: 20px;
    1.48 +	margin: 30px 50px 0px 50px;
    1.49 +	width: auto;
    1.50 +	text-align: justify;
    1.51 +}
    1.52 +
    1.53 +#content li {
    1.54 +	line-height: 1.5em;
    1.55 +	text-align: left;
    1.56 +}
    1.57 +
    1.58 +/*  Footer. */
    1.59 +
    1.60 +#footer {
    1.61 +	font-size: 11px;
    1.62 +	font-weight: bold;
    1.63 +	background: #eaeaea url(images/css/footer-bl.png) no-repeat bottom left;
    1.64 +	color: black;
    1.65 +	height: 20px;
    1.66 +	padding: 6px 0px 0px 10px;
    1.67 +	margin: 0px 50px 0px 50px;
    1.68 +	width: auto;
    1.69 +	text-align: center ;
    1.70 +}
    1.71 +
    1.72 +#footer a {
    1.73 +	text-decoration: none;
    1.74 +	background: #eaeaea;
    1.75 +	color: #3E1220;
    1.76 +}
    1.77 +
    1.78 +#footer a:hover {
    1.79 +	background: #eaeaea;
    1.80 +	color: #DF8F06;
    1.81 +}
    1.82 +
    1.83 +/* Legal information */
    1.84 +
    1.85 +#copy {
    1.86 +	font-size: 11px ;
    1.87 +	text-align: center ;
    1.88 +	background: transparent;
    1.89 +	color: #a8a8a8;
    1.90 +	padding-top: 20px;
    1.91 +}
    1.92 +
    1.93 +#copy a {
    1.94 +	background: inherit;
    1.95 +	color: #a8a8a8;
    1.96 +}
    1.97 +
    1.98 +#copy a:hover {
    1.99 +	background: inherit;
   1.100 +	color: #EDEDED;
   1.101 +}
   1.102 +
   1.103 +/* Div for round corners. */
   1.104 +
   1.105 +.content-right, .footer-right {
   1.106 +	width: 16px;
   1.107 +	color: white;
   1.108 +	background-color: #333333;
   1.109 +}
   1.110 +.content-right {
   1.111 +	background: url(images/css/content-tr.png) no-repeat top right;
   1.112 +	height: 16px;
   1.113 +	right: 50px;
   1.114 +	top: 82px;
   1.115 +	position: absolute;
   1.116 +}
   1.117 +
   1.118 +.footer-right {
   1.119 +	background: url(images/css/footer-br.png) no-repeat bottom right;
   1.120 +	height: 20px;
   1.121 +	float: right;
   1.122 +}
   1.123 +
   1.124 +/* General HTML entities for  content. */
   1.125 +
   1.126 +h1 {
   1.127 +	margin: 0px 0px 0px 16px;
   1.128 +}
   1.129 +
   1.130 +h2 {
   1.131 +	margin: 12px 0;
   1.132 +	color: #484B7C;
   1.133 +	background: white;
   1.134 +}
   1.135 +
   1.136 +h3 {
   1.137 +	font-weight: bold;
   1.138 +	color: #6c0023;
   1.139 +	background: white;
   1.140 +}
   1.141 +
   1.142 +a {
   1.143 +	text-decoration: underline;
   1.144 +}
   1.145 +a:hover {
   1.146 +	text-decoration: none;
   1.147 +}
   1.148 +
   1.149 +pre {
   1.150 +	padding: 5px;
   1.151 +	color: black;
   1.152 +	background: #e1e0b0;
   1.153 +}
   1.154 +pre.script {
   1.155 +	padding: 10px;
   1.156 +	color: black;
   1.157 +	background: #e8e8e8;
   1.158 +	border: 1px inset #333333;
   1.159 +}
   1.160 +
   1.161 +code {
   1.162 +	font-size: 12px;
   1.163 +	color: #669900;
   1.164 +	background: transparent;
   1.165 +}
   1.166 +
   1.167 +li {
   1.168 +	line-height: 1.4em;
   1.169 +}
   1.170 +
   1.171 +hr {
   1.172 +	border: 0pt none;
   1.173 +}
     2.1 Binary file doc/handbook-stable/images/css/content-tl.png has changed
     3.1 Binary file doc/handbook-stable/images/css/content-tr.png has changed
     4.1 Binary file doc/handbook-stable/images/css/footer-bl.png has changed
     5.1 Binary file doc/handbook-stable/images/css/footer-br.png has changed
     6.1 Binary file doc/handbook-stable/images/css/header.png has changed
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/doc/handbook-stable/template.html	Fri Feb 06 23:09:33 2009 +0100
     7.3 @@ -0,0 +1,56 @@
     7.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     7.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     7.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     7.7 +<head>
     7.8 +    <title>SliTaz Handbook - Template</title>
     7.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    7.10 +    <meta name="description" content="" />
    7.11 +    <meta name="expires" content="never" />
    7.12 +    <meta name="modified" content="2000-02-03 19:30:00" />
    7.13 +    <meta name="publisher" content="www.slitaz.org" />
    7.14 +    <meta name="author" content="Christophe Lincoln"/>
    7.15 +    <link rel="shortcut icon" href="favicon.ico" />
    7.16 +    <link rel="stylesheet" type="text/css" href="book.css" />
    7.17 +</head>
    7.18 +<body bgcolor="#ffffff">
    7.19 +
    7.20 +<!-- Header and quick navigation -->
    7.21 +<div id="header">
    7.22 +<div align="right" id="quicknav">
    7.23 +    <a name="top"></a>
    7.24 +    <a href="http://www.slitaz.org/">www.slitaz.org</a>
    7.25 +</div>
    7.26 +<h1><font color="#3E1220">SliTaz Handbook</font></h1>
    7.27 +</div>
    7.28 +
    7.29 +<!-- Content. -->
    7.30 +<div id="content">
    7.31 +<div class="content-right"></div>
    7.32 +
    7.33 +<h2><font color="#DF8F06">Template</font></h2>
    7.34 +
    7.35 +<p>
    7.36 +CONTENT
    7.37 +</p>
    7.38 +
    7.39 +
    7.40 +<!-- End of content -->
    7.41 +</div>
    7.42 +
    7.43 +<!-- Footer. -->
    7.44 +<div id="footer">
    7.45 +	<div class="footer-right"></div>
    7.46 +	<a href="#top">Haut de la page</a> | 
    7.47 +	<a href="index.html">Table des matières</a>
    7.48 +</div>
    7.49 +
    7.50 +<div id="copy">
    7.51 +    Copyright © 2007 <a href="http://www.slitaz.org/">SliTaz</a> -
    7.52 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
    7.53 +    Documentation publiées sous
    7.54 +    <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
    7.55 +    et codée en <a href="http://validator.w3.org/">xHTML 1.0 valide</a>.
    7.56 +</div>
    7.57 +
    7.58 +</body>
    7.59 +</html>