flavors-stable diff core/rootcd/style.css @ rev 85

core: Update rootcd html help to last style
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 28 17:34:21 2011 +0200 (2011-03-28)
parents 7e224e74f167
children 7d54b5d21171
line diff
     1.1 --- a/core/rootcd/style.css	Mon Aug 31 23:51:29 2009 +0200
     1.2 +++ b/core/rootcd/style.css	Mon Mar 28 17:34:21 2011 +0200
     1.3 @@ -1,57 +1,72 @@
     1.4  /* CSS style for SliTaz GNU/Linux generic xHTML files. */
     1.5 +
     1.6  body {
     1.7 -    font: 90% sans-serif, vernada, arial;
     1.8 -    margin: 0;
     1.9 -    }
    1.10 -/* Header */
    1.11 -#header{
    1.12 -    background: #BFB06B url(images/header.png) repeat-x top;
    1.13 -    color: black;
    1.14 -    width: 100%;
    1.15 -    height: 50px ;
    1.16 -    border-top: 1px solid black;
    1.17 -    border-bottom: 1px solid black;
    1.18 -    }
    1.19 +	background: #ffffff;
    1.20 +	color: black;
    1.21 +	font: 13px sans-serif, vernada, arial;
    1.22 +	margin: 0;
    1.23 +	min-width: 900px;
    1.24 +}
    1.25 +
    1.26 +a { text-decoration: underline; color: #215090; }
    1.27 +a:hover { text-decoration: none; color: blue; }
    1.28 +img { border: 0pt none; vertical-align: middle; }
    1.29 +h2 { color: #444; }
    1.30 +h3 { color: #666; font-size: 140%; }
    1.31 +h4 { color: #888; font-size: 120%; }
    1.32 +pre { 
    1.33 +	background-color: #f8f8f8; 
    1.34 +	border: 1px solid #ddd; 
    1.35 +	padding: 10px;
    1.36 +}
    1.37 +
    1.38 +#header { 
    1.39 +	height: 40px; 
    1.40 +	background: #351a0a;
    1.41 +}
    1.42 +
    1.43 +#header h1 {
    1.44 +	margin: 0;
    1.45 +	padding: 4px 0 0 42px;
    1.46 +	width: 250px;
    1.47 +	color: white;
    1.48 +}
    1.49 +
    1.50 +#header h1 a { 
    1.51 +	color: white; 
    1.52 +	text-decoration: none;
    1.53 +	font-size: 20px;
    1.54 +	font-style: italic;
    1.55 +}
    1.56 +
    1.57 +#header h1 a:hover, #network a:hover { 
    1.58 +	color: #d66018;
    1.59 +}
    1.60 +
    1.61 +#network { 
    1.62 +	float: right; 
    1.63 +	padding: 12px 5px 0; 
    1.64 +	font-size: 12px;
    1.65 +}
    1.66 +
    1.67 +#network a { padding: 0 6px; }
    1.68 +
    1.69 +#network a { 
    1.70 +	color: #fff; 
    1.71 +	font-weight: bold;
    1.72 +	text-decoration: none;
    1.73 +}
    1.74 +
    1.75  #content {
    1.76 -	margin: 0px 50px 26px 50px;
    1.77 -	}
    1.78 +	padding: 30px 80px;
    1.79 +	text-align: justify;
    1.80 +}
    1.81 +
    1.82  #footer {
    1.83 -	border-top: 1px solid black;
    1.84 -	}
    1.85 -a {
    1.86 -	text-decoration: underline;
    1.87 -	}
    1.88 -a:hover {
    1.89 -	text-decoration: none;
    1.90 -	}
    1.91 -h1 {
    1.92 -    margin: 10px 0px 0px 6px;
    1.93 -    }
    1.94 -h2 {
    1.95 -    margin: 12px 0;
    1.96 -    }
    1.97 -pre {
    1.98 -    padding: 5px;
    1.99 -    color: black;
   1.100 -    background: #e1e0b0;
   1.101 -    }
   1.102 -pre.script {
   1.103 -    padding: 10px;
   1.104 -    color: black;
   1.105 -    background: #e8e8e8;
   1.106 -    border: 1px inset #333333;
   1.107 +	text-align: center;
   1.108 +	border-top: 1px solid #ddd;
   1.109 +	padding: 40px;
   1.110 +	color: #666;
   1.111  }
   1.112 -li {
   1.113 -    line-height: 1.4em;
   1.114 -    }
   1.115 -code {
   1.116 -    font-size: 100%;
   1.117 -    color: #669900;
   1.118 -    background: transparent;
   1.119 -    }
   1.120 -hr {
   1.121 -	color: white;
   1.122 -    background-color: white;
   1.123 -    height: 1px;
   1.124 -    border: 0;
   1.125 -	}
   1.126 +
   1.127 +#footer a { color: #666; padding: 0 2px; }