slitaz-forge rev 229

Up cook CSS and header.html
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 18:24:00 2012 +0200 (2012-04-05)
parents 5e1b4ca65e96
children fc752f65180f
files cook/header.html cook/style.css
line diff
     1.1 --- a/cook/header.html	Thu Apr 05 00:00:46 2012 +0200
     1.2 +++ b/cook/header.html	Thu Apr 05 18:24:00 2012 +0200
     1.3 @@ -12,11 +12,12 @@
     1.4  <div id="header">
     1.5  	<div id="logo"></div>
     1.6  	<div id="network">
     1.7 -		<a href="http://www.slitaz.org/">Website</a>
     1.8 -		<a href="http://pkgs.slitaz.org/">Packages</a>
     1.9 +		<a href="http://www.slitaz.org/">Home</a>
    1.10 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.11 +		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.12  		<a href="http://tank.slitaz.org/">Tank</a>
    1.13  		<a href="http://hg.slitaz.org/wok/">Hg</a>
    1.14 -		<a href="http://cook.slitaz.org/">Cook</a>
    1.15 +		<a href="http://cook.slitaz.org/">Cook</a>:
    1.16  		<a href="/cookiso.cgi">ISO</a>
    1.17  		<a href="/undigest/">Undigest</a>
    1.18  	</div>
     2.1 --- a/cook/style.css	Thu Apr 05 00:00:46 2012 +0200
     2.2 +++ b/cook/style.css	Thu Apr 05 18:24:00 2012 +0200
     2.3 @@ -35,7 +35,7 @@
     2.4  	font-style: italic;
     2.5  }
     2.6  
     2.7 -#header h1 a:hover, #network a:hover { 
     2.8 +#header h1 a:hover { 
     2.9  	color: #d66018;
    2.10  }
    2.11  
    2.12 @@ -57,15 +57,18 @@
    2.13  	float: right; 
    2.14  	padding: 12px 5px 0; 
    2.15  	font-size: 12px;
    2.16 +	color: #fff;
    2.17  }
    2.18  
    2.19  #network a {
    2.20 -	padding: 0 6px;
    2.21 +	padding: 0 4px;
    2.22  	color: #fff; 
    2.23  	font-weight: bold;
    2.24  	text-decoration: none;
    2.25  }
    2.26  
    2.27 +#network a:hover { color: #cfcfcf; }
    2.28 +
    2.29  /* Content */
    2.30  
    2.31  #content {
    2.32 @@ -90,7 +93,7 @@
    2.33  	color: #000;
    2.34  }
    2.35  
    2.36 -a.button, .pctbar  {
    2.37 +a.button {
    2.38  	text-decoration: none;
    2.39  	color: #666;
    2.40  }
    2.41 @@ -100,12 +103,17 @@
    2.42  	border: 1px solid #999;
    2.43  }
    2.44  
    2.45 +/* Progress bar */
    2.46 +
    2.47  .pct { background: #9dff4a; padding: 2px 4px; }
    2.48  
    2.49 -.button, .pctbar {
    2.50 +.pctbar {
    2.51  	margin: 0;
    2.52 +	color: #666;
    2.53  	background: #f1f1f1;
    2.54  	border: 1px solid #ddd;
    2.55 +	overflow: hidden;
    2.56 +	clear: both;
    2.57  }
    2.58  
    2.59  /* Round corner */