wok diff lighttpd/stuff/var/www/style.css @ rev 5884
unfs3: add CONFIG_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 21 15:02:43 2010 +0200 (2010-07-21) |
parents | |
children | df2e8a2acb97 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lighttpd/stuff/var/www/style.css Wed Jul 21 15:02:43 2010 +0200 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 + }