tazusb rev 204

remove doc/style.css
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 15 11:01:32 2020 +0000 (2020-08-15)
parents 041b77fb080b
children 8d3a1a983aae
files doc/style.css
line diff
     1.1 --- a/doc/style.css	Sun Aug 02 12:47:21 2020 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,48 +0,0 @@
     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 -}