cookutils diff web/style.css @ rev 123
web: add color to WARNING in logs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 10 02:03:23 2011 +0200 (2011-05-10) |
parents | 923bd9254ecf |
children | c41b34790f44 |
line diff
1.1 --- a/web/style.css Sat May 07 23:00:41 2011 +0200 1.2 +++ b/web/style.css Tue May 10 02:03:23 2011 +0200 1.3 @@ -13,24 +13,38 @@ 1.4 font-size: 96%; 1.5 } 1.6 1.7 +/* Header */ 1.8 + 1.9 #header { 1.10 background: #351a0a; 1.11 height: 40px; 1.12 border-bottom: 8px solid #d66018; 1.13 } 1.14 1.15 +#header h1 { 1.16 + margin: 0; 1.17 + /* padding: 8px 0 0 42px; */ 1.18 + width: 250px; 1.19 +} 1.20 + 1.21 +#header h1 a { 1.22 + color: white; 1.23 + text-decoration: none; 1.24 + font-size: 20px; 1.25 + font-style: italic; 1.26 +} 1.27 + 1.28 +#header h1 a:hover { 1.29 + color: #d66018; 1.30 +} 1.31 + 1.32 +/* Content */ 1.33 + 1.34 #content { 1.35 margin: 40px 80px; 1.36 text-align: justify; 1.37 } 1.38 1.39 -#footer { 1.40 - text-align: center; 1.41 - padding: 20px; 1.42 - border-top: 1px solid #ddd; 1.43 - font-size: 90%; 1.44 -} 1.45 - 1.46 .span-ok { color: green; } 1.47 .span-error { color: red; } 1.48 .span-sky { color: blue; } 1.49 @@ -73,3 +87,14 @@ 1.50 -webkit-border-radius: 4px; */ 1.51 border-radius: 4px; 1.52 } 1.53 + 1.54 +/* Footer */ 1.55 + 1.56 +#footer { 1.57 + text-align: center; 1.58 + padding: 20px; 1.59 + border-top: 1px solid #ddd; 1.60 + font-size: 90%; 1.61 +} 1.62 + 1.63 +#footer a { padding: 0 2px; }