slitaz-doc diff slitaz/style.css @ rev 1

Add header image, css and template
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 13 12:24:20 2008 +0100 (2008-03-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz/style.css	Thu Mar 13 12:24:20 2008 +0100
     1.3 @@ -0,0 +1,57 @@
     1.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
     1.5 +body {
     1.6 +    font: 90% sans-serif, vernada, arial;
     1.7 +    margin: 0;
     1.8 +    }
     1.9 +/* Header */
    1.10 +#header{
    1.11 +    background: #f0ba08 url(images/header.png) repeat-x top;
    1.12 +    color: black;
    1.13 +    width: 100%;
    1.14 +    height: 50px ;
    1.15 +    border-top: 1px solid black;
    1.16 +    border-bottom: 1px solid black;
    1.17 +    }
    1.18 +#content {
    1.19 +	margin: 0px 50px 26px 50px;
    1.20 +	}
    1.21 +#footer {
    1.22 +	border-top: 1px solid black;
    1.23 +	}
    1.24 +a {
    1.25 +	text-decoration: underline;
    1.26 +	}
    1.27 +a:hover {
    1.28 +	text-decoration: none;
    1.29 +	}
    1.30 +h1 {
    1.31 +    margin: 10px 0px 0px 6px;
    1.32 +    }
    1.33 +h2 {
    1.34 +    margin: 12px 0;
    1.35 +    }
    1.36 +pre {
    1.37 +    padding: 5px;
    1.38 +    color: black;
    1.39 +    background: #e1e0b0;
    1.40 +    }
    1.41 +pre.script {
    1.42 +    padding: 10px;
    1.43 +    color: black;
    1.44 +    background: #e8e8e8;
    1.45 +    border: 1px inset #333333;
    1.46 +}
    1.47 +li {
    1.48 +    line-height: 1.4em;
    1.49 +    }
    1.50 +code {
    1.51 +    font-size: 100%;
    1.52 +    color: #669900;
    1.53 +    background: transparent;
    1.54 +    }
    1.55 +hr {
    1.56 +	color: white;
    1.57 +    background-color: white;
    1.58 +    height: 1px;
    1.59 +    border: 0;
    1.60 +	}