flavors diff core-basic/rootcd/style.css @ rev 86

*/rootcd: Update style.css (minimal), index.html and README
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 29 15:33:04 2011 +0200 (2011-03-29)
parents 9e09d46bfec1
children
line diff
     1.1 --- a/core-basic/rootcd/style.css	Fri Nov 12 11:57:18 2010 +0100
     1.2 +++ b/core-basic/rootcd/style.css	Tue Mar 29 15:33:04 2011 +0200
     1.3 @@ -1,57 +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 -    font: 90% sans-serif, vernada, arial;
    1.10 -    margin: 0;
    1.11 -    }
    1.12 -/* Header */
    1.13 -#header{
    1.14 -    background: #BFB06B url(images/header.png) repeat-x top;
    1.15 -    color: black;
    1.16 -    width: 100%;
    1.17 -    height: 50px ;
    1.18 -    border-top: 1px solid black;
    1.19 -    border-bottom: 1px solid black;
    1.20 -    }
    1.21 +	background: #ffffff;
    1.22 +	color: black;
    1.23 +	font: 13px sans-serif, vernada, arial;
    1.24 +	margin: 0;
    1.25 +	min-width: 640px;
    1.26 +}
    1.27 +
    1.28 +a { text-decoration: underline; color: #215090; }
    1.29 +a:hover { text-decoration: none; color: blue; }
    1.30 +img { border: 0pt none; vertical-align: middle; }
    1.31 +h2 { color: #444; }
    1.32 +h3 { color: #666; font-size: 140%; }
    1.33 +
    1.34 +#header { 
    1.35 +	height: 40px; 
    1.36 +	background: #351a0a;
    1.37 +}
    1.38 +
    1.39 +#header h1 {
    1.40 +	margin: 0;
    1.41 +	padding: 8px 0 0 8px;
    1.42 +	width: 250px;
    1.43 +	color: white;
    1.44 +	font-size: 20px;
    1.45 +	font-style: italic;
    1.46 +}
    1.47 +
    1.48 +#header h1 a { 
    1.49 +	color: white; 
    1.50 +	text-decoration: none;
    1.51 +	font-size: 20px;
    1.52 +	font-style: italic;
    1.53 +}
    1.54 +
    1.55 +#header h1 a:hover, #network a:hover { 
    1.56 +	color: #d66018;
    1.57 +}
    1.58 +
    1.59 +#network { 
    1.60 +	float: right; 
    1.61 +	padding: 12px 5px 0; 
    1.62 +	font-size: 12px;
    1.63 +}
    1.64 +
    1.65 +#network a { padding: 0 6px; }
    1.66 +
    1.67 +#network a { 
    1.68 +	color: #fff; 
    1.69 +	font-weight: bold;
    1.70 +	text-decoration: none;
    1.71 +}
    1.72 +
    1.73 +#block { 
    1.74 +	min-height: 8px; 
    1.75 +	background: #d66018; 
    1.76 +	padding: 0;
    1.77 +	border-bottom: 1px solid #f5f5f5;
    1.78 +}
    1.79 +
    1.80  #content {
    1.81 -	margin: 0px 50px 26px 50px;
    1.82 -	}
    1.83 +	padding: 30px 80px;
    1.84 +	text-align: justify;
    1.85 +}
    1.86 +
    1.87  #footer {
    1.88 -	border-top: 1px solid black;
    1.89 -	}
    1.90 -a {
    1.91 -	text-decoration: underline;
    1.92 -	}
    1.93 -a:hover {
    1.94 -	text-decoration: none;
    1.95 -	}
    1.96 -h1 {
    1.97 -    margin: 10px 0px 0px 6px;
    1.98 -    }
    1.99 -h2 {
   1.100 -    margin: 12px 0;
   1.101 -    }
   1.102 -pre {
   1.103 -    padding: 5px;
   1.104 -    color: black;
   1.105 -    background: #e1e0b0;
   1.106 -    }
   1.107 -pre.script {
   1.108 -    padding: 10px;
   1.109 -    color: black;
   1.110 -    background: #e8e8e8;
   1.111 -    border: 1px inset #333333;
   1.112 +	text-align: center;
   1.113 +	border-top: 1px solid #ddd;
   1.114 +	padding: 40px;
   1.115 +	color: #666;
   1.116  }
   1.117 -li {
   1.118 -    line-height: 1.4em;
   1.119 -    }
   1.120 -code {
   1.121 -    font-size: 100%;
   1.122 -    color: #669900;
   1.123 -    background: transparent;
   1.124 -    }
   1.125 -hr {
   1.126 -	color: white;
   1.127 -    background-color: white;
   1.128 -    height: 1px;
   1.129 -    border: 0;
   1.130 -	}
   1.131 +
   1.132 +#footer a { color: #666; padding: 0 2px; }