|
Server IP : 127.0.0.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586 User : GerbangSIPAD ( 0) PHP Version : 5.6.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : C:/xampp8.1/php/docs/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
/**
* Default stylesheet used by the HTML renderer of PHP_CompatInfo
*
* @category PHP
* @package PHP_CompatInfo
* @author Laurent Laville <pear@laurent-laville.org>
* @copyright 2008 Laurent Laville
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: pci.css,v 1.2 2008/06/16 21:24:22 farell Exp $
* @since File available since Release 1.8.0b4
* @link http://www.cssplay.co.uk/menu/tablescroll.html
*/
.outer {
position:relative;
padding:4em 0 7em 0;
width:750px;
background:#eee;
margin:0 auto 3em auto;
border: 1px solid #666;
}
.inner {
overflow:auto;
width:750px;
height:20em;
background:#eee;
}
.outer thead td {
background:#666;
color: #fff;
}
.outer thead tr {
position:absolute;
left:0;
top:1.5em;
height:1.5em;
}
.outer thead td {
text-align:center;
font-weight:bold;
}
.outer tfoot tr {
position:absolute;
width:730px;
border:0;
bottom:0;
left:0;
}
.outer tfoot td {
text-align:left;
background:#666;
color:#fff;
}
.outer td {
text-align:left;
font-family:Arial,Verdana;
}
.outer .even {
background-color:#fff;
}
.outer td.dirname {
width: 44em;
color:#666;
}