slitaz-forge diff mirror/root/dir-generator.php @ rev 168

Leave CSS style into dir-gen* since it may be used on oher mirrors I guess
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 20 15:55:07 2012 +0100 (2012-03-20)
parents e5baa4584135
children 2790f1cb8c13
line diff
     1.1 --- a/mirror/root/dir-generator.php	Tue Mar 20 15:51:06 2012 +0100
     1.2 +++ b/mirror/root/dir-generator.php	Tue Mar 20 15:55:07 2012 +0100
     1.3 @@ -160,7 +160,23 @@
     1.4  	<meta name="author" content="SliTaz Contributors" />
     1.5  	<link rel="shortcut icon" href="http://mf.slitaz.org//favicon.ico" />
     1.6  	<link rel="stylesheet" type="text/css" href="http://mf.slitaz.org/css/slitaz.css" />
     1.7 -	<link rel="stylesheet" type="text/css" href="http://mf.slitaz.org/css/mirror.css" />
     1.8 +	<!--<link rel="stylesheet" type="text/css" href="http://mf.slitaz.org/css/mirror.css" />-->
     1.9 +	<style type="text/css">
    1.10 +	#header { color: #ffffff; }
    1.11 +	div.list { background-color: white; padding-bottom: 14px;}
    1.12 +	table { width: 100% ;}
    1.13 +	th, td { font: 90% monospace; text-align: left;}
    1.14 +	th { font-weight: bold; padding-right: 14px; padding-bottom: 3px;}
    1.15 +	td {padding-right: 14px;}
    1.16 +	td.s, th.s {text-align: right;}
    1.17 +	
    1.18 +	#mirrors {
    1.19 +		padding: 10px;
    1.20 +		text-align: center;
    1.21 +		background: #f1f1f1;
    1.22 +		border: 2px solid #ddd;
    1.23 +	}
    1.24 +	</style>
    1.25  </head>
    1.26  <body>
    1.27