flavors-stable diff proxy/rootcd/style.css @ rev 158

Add Proxy (squid + sqduidclamav + SquidGuard + sarg)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Mar 15 00:56:34 2012 +0100 (2012-03-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/proxy/rootcd/style.css	Thu Mar 15 00:56:34 2012 +0100
     1.3 @@ -0,0 +1,77 @@
     1.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
     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 +}
    1.26 +
    1.27 +#header h1 {
    1.28 +	margin: 0;
    1.29 +	padding: 8px 0 0 8px;
    1.30 +	width: 250px;
    1.31 +	color: white;
    1.32 +	font-size: 20px;
    1.33 +	font-style: italic;
    1.34 +}
    1.35 +
    1.36 +#header h1 a { 
    1.37 +	color: white; 
    1.38 +	text-decoration: none;
    1.39 +	font-size: 20px;
    1.40 +	font-style: italic;
    1.41 +}
    1.42 +
    1.43 +#header h1 a:hover, #network a:hover { 
    1.44 +	color: #d66018;
    1.45 +}
    1.46 +
    1.47 +#network { 
    1.48 +	float: right; 
    1.49 +	padding: 12px 5px 0; 
    1.50 +	font-size: 12px;
    1.51 +}
    1.52 +
    1.53 +#network a { padding: 0 6px; }
    1.54 +
    1.55 +#network a { 
    1.56 +	color: #fff; 
    1.57 +	font-weight: bold;
    1.58 +	text-decoration: none;
    1.59 +}
    1.60 +
    1.61 +#block { 
    1.62 +	min-height: 8px; 
    1.63 +	background: #d66018; 
    1.64 +	padding: 0;
    1.65 +	border-bottom: 1px solid #f5f5f5;
    1.66 +}
    1.67 +
    1.68 +#content {
    1.69 +	padding: 30px 80px;
    1.70 +	text-align: justify;
    1.71 +}
    1.72 +
    1.73 +#footer {
    1.74 +	text-align: center;
    1.75 +	border-top: 1px solid #ddd;
    1.76 +	padding: 40px;
    1.77 +	color: #666;
    1.78 +}
    1.79 +
    1.80 +#footer a { color: #666; padding: 0 2px; }