cookutils diff web/style.css @ rev 5
Added: cooker.cgi web interface
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 03 22:32:00 2011 +0200 (2011-05-03) |
parents | |
children | b6bbe55cd15e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/web/style.css Tue May 03 22:32:00 2011 +0200 1.3 @@ -0,0 +1,37 @@ 1.4 +/* CSS style for SliTaz Cooker */ 1.5 + 1.6 +body { font: 96% sans-serif, vernada, arial; margin: 0; } 1.7 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; } 1.8 +h1 a { color: #fff; text-decoration: none; } 1.9 +h2 { color: #444; } h3 { color: #666; font-size: 140%; } 1.10 +a:hover { text-decoration: none; } 1.11 +pre { 1.12 + background-color: #f8f8f8; 1.13 + border: 1px solid #ddd; 1.14 + padding: 10px; 1.15 + border-radius: 4px; 1.16 +} 1.17 + 1.18 +#header { 1.19 + background: #351a0a; 1.20 + height: 40px; 1.21 + border-bottom: 8px solid #d66018; 1.22 +} 1.23 + 1.24 +#content { 1.25 + margin: 40px 80px; 1.26 + text-align: justify; 1.27 +} 1.28 + 1.29 +#footer { 1.30 + text-align: center; 1.31 + padding: 20px; 1.32 + border-top: 1px solid #ddd; 1.33 +} 1.34 + 1.35 +.span-ok { color: green; } 1.36 +.span-error { color: red; } 1.37 +.span-sky { color: blue; } 1.38 +.span-no { color: orange; } 1.39 +.span-line { color: #888; } 1.40 +.span-date { color: #666; font-size: 95%; }