flavors rev 136

devel: Add CSS style file so we can check it from hgweb
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 23 08:04:40 2012 +0100 (2012-02-23)
parents d2ac803c7239
children 86cef8a6a986
files devel/rootfs/usr/share/doc/slitaz/style.css
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/devel/rootfs/usr/share/doc/slitaz/style.css	Thu Feb 23 08:04:40 2012 +0100
     1.3 @@ -0,0 +1,48 @@
     1.4 +/* CSS style for SliTaz Doc */
     1.5 +
     1.6 +html { min-height:  102%; }
     1.7 +body { font: 88% sans-serif, vernada, arial; margin: 0; }
     1.8 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     1.9 +h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
    1.10 +a:hover { text-decoration: none; }
    1.11 +img { border: 0pt none; vertical-align: middle; }
    1.12 +pre {
    1.13 +	background-color: #f8f8f8;
    1.14 +	border: 1px solid #ddd;
    1.15 +	padding: 10px;
    1.16 +	border-radius: 4px;
    1.17 +}
    1.18 +
    1.19 +#header {
    1.20 +	background: #351a0a;
    1.21 +	height: 40px;
    1.22 +	border-bottom: 8px solid #d66018;
    1.23 +}
    1.24 +
    1.25 +#content {
    1.26 +	margin: 40px 80px;
    1.27 +	text-align: justify;
    1.28 +}
    1.29 +
    1.30 +#footer {
    1.31 +	text-align: center;
    1.32 +	padding: 20px;
    1.33 +	border-top: 1px solid #ddd;
    1.34 +}
    1.35 +
    1.36 +/* Languages */
    1.37 +
    1.38 +#lang {
    1.39 +	float: right;
    1.40 +	padding: 6px;
    1.41 +	font-size: 11px;
    1.42 +}
    1.43 +
    1.44 +#lang a {
    1.45 +	text-decoration: none;
    1.46 +	padding: 0 2px;
    1.47 +}
    1.48 +
    1.49 +#lang a:hover {
    1.50 +	text-decoration: underline;
    1.51 +}