cookutils diff doc/style.css @ rev 297

Generate ID file, which allow tazpkg to check for changes in a package repository before recharging
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 29 22:53:03 2012 +0100 (2012-02-29)
parents
children 0e5af63ef050
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/style.css	Wed Feb 29 22:53:03 2012 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +/* CSS style for SliTaz Doc */
     1.5 +
     1.6 +body { font: 88% sans-serif, vernada, arial; margin: 0; }
     1.7 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     1.8 +h2 { color: #444; } h3 { color: #666; font-size: 140%; }
     1.9 +a:hover { text-decoration: none; }
    1.10 +pre {
    1.11 +	background-color: #f8f8f8;
    1.12 +	border: 1px solid #ddd;
    1.13 +	padding: 10px;
    1.14 +	border-radius: 4px;
    1.15 +}
    1.16 +
    1.17 +#header {
    1.18 +	background: #351a0a;
    1.19 +	height: 40px;
    1.20 +	border-bottom: 8px solid #d66018;
    1.21 +}
    1.22 +
    1.23 +#content {
    1.24 +	margin: 40px 80px;
    1.25 +	text-align: justify;
    1.26 +}
    1.27 +
    1.28 +#footer {
    1.29 +	text-align: center;
    1.30 +	padding: 20px;
    1.31 +	border-top: 1px solid #ddd;
    1.32 +}