# HG changeset patch # User Christophe Lincoln # Date 1304935700 -7200 # Node ID 47705cb85d12f8e009d1616dacd764c87098d4c1 # Parent 04281d86095766ca445f5a30df08a591669e6eaf web: a bit more CSS and link to slitaz website as well as Cooker documentation diff -r 04281d860957 -r 47705cb85d12 web/cooker.cgi --- a/web/cooker.cgi Mon May 09 10:42:51 2011 +0200 +++ b/web/cooker.cgi Mon May 09 12:08:20 2011 +0200 @@ -257,7 +257,10 @@ diff -r 04281d860957 -r 47705cb85d12 web/style.css --- a/web/style.css Mon May 09 10:42:51 2011 +0200 +++ b/web/style.css Mon May 09 12:08:20 2011 +0200 @@ -13,24 +13,38 @@ font-size: 96%; } +/* Header */ + #header { background: #351a0a; height: 40px; border-bottom: 8px solid #d66018; } +#header h1 { + margin: 0; + /* padding: 8px 0 0 42px; */ + width: 250px; +} + +#header h1 a { + color: white; + text-decoration: none; + font-size: 20px; + font-style: italic; +} + +#header h1 a:hover { + color: #d66018; +} + +/* Content */ + #content { margin: 40px 80px; text-align: justify; } -#footer { - text-align: center; - padding: 20px; - border-top: 1px solid #ddd; - font-size: 90%; -} - .span-ok { color: green; } .span-error { color: red; } .span-sky { color: blue; } @@ -73,3 +87,14 @@ -webkit-border-radius: 4px; */ border-radius: 4px; } + +/* Footer */ + +#footer { + text-align: center; + padding: 20px; + border-top: 1px solid #ddd; + font-size: 90%; +} + +#footer a { padding: 0 2px; }