website diff es/doc/releases/book.css @ rev 633

es: add release notes (thanks Eduardo)
author Paul Issott <paul@slitaz.org>
date Tue Apr 13 20:59:56 2010 +0100 (2010-04-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/es/doc/releases/book.css	Tue Apr 13 20:59:56 2010 +0100
     1.3 @@ -0,0 +1,189 @@
     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: auto;
    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: white;
    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 informations */
    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 +/* Clouds */
   1.104 +
   1.105 +#cloud {
   1.106 +	padding: 10px 120px 10px 120px;
   1.107 +	line-height: 3em;
   1.108 +	text-align: center;
   1.109 +}
   1.110 +#cloud a { padding: 4px; color: #956411; }
   1.111 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
   1.112 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
   1.113 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
   1.114 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
   1.115 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
   1.116 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
   1.117 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
   1.118 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
   1.119 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
   1.120 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
   1.121 +
   1.122 +/* Div for round corners. */
   1.123 +
   1.124 +.content-right, .footer-right {
   1.125 +	width: 16px;
   1.126 +	color: white;
   1.127 +	background-color: #333333;
   1.128 +}
   1.129 +.content-right {
   1.130 +	background: url(images/css/content-tr.png) no-repeat top right;
   1.131 +	height: 16px;
   1.132 +	right: 50px;
   1.133 +	top: 82px;
   1.134 +	position: absolute;
   1.135 +}
   1.136 +
   1.137 +.footer-right {
   1.138 +	background: url(images/css/footer-br.png) no-repeat bottom right;
   1.139 +	height: 20px;
   1.140 +	float: right;
   1.141 +}
   1.142 +
   1.143 +/* General HTML entities for  content. */
   1.144 +
   1.145 +h1 {
   1.146 +	margin: 0px 0px 0px 16px;
   1.147 +}
   1.148 +
   1.149 +h2 {
   1.150 +	margin: 12px 0;
   1.151 +	color: #484B7C;
   1.152 +	background: white;
   1.153 +}
   1.154 +
   1.155 +h3 {
   1.156 +	font-weight: bold;
   1.157 +	color: #6c0023;
   1.158 +	background: white;
   1.159 +}
   1.160 +
   1.161 +a {
   1.162 +	text-decoration: underline;
   1.163 +}
   1.164 +a:hover {
   1.165 +	text-decoration: none;
   1.166 +}
   1.167 +
   1.168 +pre {
   1.169 +	padding: 5px;
   1.170 +	color: black;
   1.171 +	background: #e1e0b0;
   1.172 +}
   1.173 +pre.script {
   1.174 +	padding: 10px;
   1.175 +	color: black;
   1.176 +	background: #e8e8e8;
   1.177 +	border: 1px inset #333333;
   1.178 +}
   1.179 +
   1.180 +code {
   1.181 +	font-size: 12px;
   1.182 +	color: #669900;
   1.183 +	background: transparent;
   1.184 +}
   1.185 +
   1.186 +li {
   1.187 +	line-height: 1.4em;
   1.188 +}
   1.189 +
   1.190 +hr {
   1.191 +	border: 0pt none;
   1.192 +}