flavors diff core/rootcd/style.css @ rev 168

Remove xfce buggy flavor
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:01:23 2012 +0200 (2012-04-10)
parents 949aeec8d082
children d6c4a32c57a2
line diff
     1.1 --- a/core/rootcd/style.css	Mon Mar 28 17:34:21 2011 +0200
     1.2 +++ b/core/rootcd/style.css	Tue Apr 10 13:01:23 2012 +0200
     1.3 @@ -1,11 +1,13 @@
     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: 900px;
    1.14 +	min-width: 640px;
    1.15  }
    1.16  
    1.17  a { text-decoration: underline; color: #215090; }
    1.18 @@ -13,12 +15,6 @@
    1.19  img { border: 0pt none; vertical-align: middle; }
    1.20  h2 { color: #444; }
    1.21  h3 { color: #666; font-size: 140%; }
    1.22 -h4 { color: #888; font-size: 120%; }
    1.23 -pre { 
    1.24 -	background-color: #f8f8f8; 
    1.25 -	border: 1px solid #ddd; 
    1.26 -	padding: 10px;
    1.27 -}
    1.28  
    1.29  #header { 
    1.30  	height: 40px; 
    1.31 @@ -27,9 +23,11 @@
    1.32  
    1.33  #header h1 {
    1.34  	margin: 0;
    1.35 -	padding: 4px 0 0 42px;
    1.36 +	padding: 8px 0 0 8px;
    1.37  	width: 250px;
    1.38  	color: white;
    1.39 +	font-size: 20px;
    1.40 +	font-style: italic;
    1.41  }
    1.42  
    1.43  #header h1 a { 
    1.44 @@ -57,6 +55,13 @@
    1.45  	text-decoration: none;
    1.46  }
    1.47  
    1.48 +#block { 
    1.49 +	min-height: 8px; 
    1.50 +	background: #d66018; 
    1.51 +	padding: 0;
    1.52 +	border-bottom: 1px solid #f5f5f5;
    1.53 +}
    1.54 +
    1.55  #content {
    1.56  	padding: 30px 80px;
    1.57  	text-align: justify;