website diff es/doc/releases/3.0/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/3.0/book.css	Tue Apr 13 20:59:56 2010 +0100
     1.3 @@ -0,0 +1,195 @@
     1.4 +/* 
     1.5 +	CSS style for SliTaz GNU/Linux *book.
     1.6 +	Pankso 2007 - www.slitaz.org
     1.7 +*/
     1.8 +
     1.9 +html {
    1.10 +	height:  102%;
    1.11 +}
    1.12 +
    1.13 +body {
    1.14 +	font: 13px sans-serif, vernada, arial;
    1.15 +	background: #ffffff;
    1.16 +	color: black;
    1.17 +	margin: 0;
    1.18 +}
    1.19 +
    1.20 +#header {
    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 +	text-align: right;
    1.34 +	font-size: 12px;
    1.35 +	color: #666666;
    1.36 +	background-color: #eaeaea;
    1.37 +	padding: 4px 2px;
    1.38 +	font-weight: bold;
    1.39 +}
    1.40 +
    1.41 +#quicknav a {
    1.42 +	color: #0F314E;
    1.43 +	background: inherit;
    1.44 +	text-decoration: none;
    1.45 +	padding: 0px 2px;
    1.46 +}
    1.47 +
    1.48 +#quicknav a:hover {
    1.49 +	color: #DF8F06;
    1.50 +	text-decoration: none;
    1.51 +}
    1.52 +
    1.53 +/*  content. */
    1.54 +
    1.55 +#content {
    1.56 +	padding: 20px;
    1.57 +	margin: 0px 50px 0px 50px;
    1.58 +	width: auto;
    1.59 +	text-align: justify;
    1.60 +}
    1.61 +
    1.62 +#content li {
    1.63 +	line-height: 1.5em;
    1.64 +	text-align: left;
    1.65 +}
    1.66 +
    1.67 +/*  Footer. */
    1.68 +
    1.69 +#footer {
    1.70 +	font-size: 11px;
    1.71 +	color: black;
    1.72 +	height: 20px;
    1.73 +	padding: 0px 0px 0px 10px;
    1.74 +	margin: 0px;
    1.75 +	width: auto;
    1.76 +	text-align: center ;
    1.77 +}
    1.78 +
    1.79 +#footer a {
    1.80 +	background: #ffffff;
    1.81 +	color: #0F314E;
    1.82 +}
    1.83 +
    1.84 +#footer a:hover {
    1.85 +	background: #ffffff;
    1.86 +	color: blue;
    1.87 +}
    1.88 +
    1.89 +/* Legal informations */
    1.90 +
    1.91 +#copy {
    1.92 +	font-size: 11px ;
    1.93 +	text-align: center ;
    1.94 +	background: transparent;
    1.95 +	color: #a8a8a8;
    1.96 +	padding-top: 10px;
    1.97 +}
    1.98 +
    1.99 +#copy a {
   1.100 +	background: inherit;
   1.101 +	color: #a8a8a8;
   1.102 +}
   1.103 +
   1.104 +#copy a:hover {
   1.105 +	background: inherit;
   1.106 +	color: blue;
   1.107 +}
   1.108 +
   1.109 +/* Clouds */
   1.110 +
   1.111 +#cloud {
   1.112 +	padding: 10px 120px 10px 120px;
   1.113 +	line-height: 3em;
   1.114 +	text-align: center;
   1.115 +}
   1.116 +#cloud a { padding: 4px; color: #956411; }
   1.117 +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
   1.118 +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
   1.119 +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
   1.120 +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
   1.121 +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
   1.122 +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
   1.123 +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
   1.124 +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
   1.125 +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
   1.126 +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
   1.127 +
   1.128 +/* Div for round corners. */
   1.129 +
   1.130 +.content-right, .footer-right {
   1.131 +	width: 16px;
   1.132 +	color: white;
   1.133 +	background-color: #333333;
   1.134 +}
   1.135 +.content-right {
   1.136 +	background: url(images/css/content-tr.png) no-repeat top right;
   1.137 +	height: 16px;
   1.138 +	right: 50px;
   1.139 +	top: 82px;
   1.140 +	position: absolute;
   1.141 +}
   1.142 +
   1.143 +.footer-right {
   1.144 +	background: url(images/css/footer-br.png) no-repeat bottom right;
   1.145 +	height: 20px;
   1.146 +	float: right;
   1.147 +}
   1.148 +
   1.149 +/* General HTML entities for  content. */
   1.150 +
   1.151 +h1 {
   1.152 +	margin: 0px 0px 0px 16px;
   1.153 +}
   1.154 +
   1.155 +h2 {
   1.156 +	margin: 12px 0;
   1.157 +	color: #484B7C;
   1.158 +	background: white;
   1.159 +}
   1.160 +
   1.161 +h3 {
   1.162 +	font-weight: bold;
   1.163 +	color: #6c0023;
   1.164 +	background: white;
   1.165 +}
   1.166 +
   1.167 +a {
   1.168 +	text-decoration: underline;
   1.169 +}
   1.170 +a:hover {
   1.171 +	text-decoration: none;
   1.172 +}
   1.173 +
   1.174 +pre {
   1.175 +	padding: 5px;
   1.176 +	color: black;
   1.177 +	background: #e1e0b0;
   1.178 +}
   1.179 +pre.script {
   1.180 +	padding: 10px;
   1.181 +	color: black;
   1.182 +	background: #e8e8e8;
   1.183 +	border: 1px inset #333333;
   1.184 +}
   1.185 +
   1.186 +code {
   1.187 +	font-size: 12px;
   1.188 +	color: #669900;
   1.189 +	background: transparent;
   1.190 +}
   1.191 +
   1.192 +li {
   1.193 +	line-height: 1.4em;
   1.194 +}
   1.195 +
   1.196 +hr {
   1.197 +	border: 0pt none;
   1.198 +}