wok diff busybox/stuff/www/style.css @ rev 10818

busybox: add HTTPD_OPTIONS and start httpd as www user (+ add files forgot in previews commit)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 06 00:44:11 2011 +0200 (2011-06-06)
parents
children 307866ad479e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/busybox/stuff/www/style.css	Mon Jun 06 00:44:11 2011 +0200
     1.3 @@ -0,0 +1,44 @@
     1.4 +/* CSS style for SliTaz GNU/Linux. */
     1.5 +
     1.6 +html { min-height: 102%; }
     1.7 +
     1.8 +body {
     1.9 +	background: #ffffff;
    1.10 +	color: black;
    1.11 +	font: 13px sans-serif, vernada, arial;
    1.12 +	margin: 0;
    1.13 +	min-width: 640px;
    1.14 +}
    1.15 +
    1.16 +a { text-decoration: underline; color: #215090; }
    1.17 +a:hover { text-decoration: none; color: blue; }
    1.18 +img { border: 0pt none; vertical-align: middle; }
    1.19 +h2 { color: #444; }
    1.20 +h3 { color: #666; font-size: 140%; }
    1.21 +
    1.22 +#header {
    1.23 +	height: 40px;
    1.24 +	background: #351a0a;
    1.25 +	border-bottom: 8px solid #d66018;
    1.26 +}
    1.27 +
    1.28 +#header h1 {
    1.29 +	margin: 0;
    1.30 +	padding: 8px 0 0 8px;
    1.31 +	color: white;
    1.32 +	font-size: 20px;
    1.33 +}
    1.34 +
    1.35 +#content {
    1.36 +	padding: 30px 80px;
    1.37 +	text-align: justify;
    1.38 +}
    1.39 +
    1.40 +#footer {
    1.41 +	text-align: center;
    1.42 +	border-top: 1px solid #ddd;
    1.43 +	padding: 40px;
    1.44 +	color: #666;
    1.45 +}
    1.46 +
    1.47 +#footer a { color: #666; padding: 0 2px; }