Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
/**
2
 * Default stylesheet used by the HTML renderer of PHP_CompatInfo
3
 *
4
 * @category  PHP
5
 * @package   PHP_CompatInfo
6
 * @author    Laurent Laville <pear@laurent-laville.org>
7
 * @copyright 2008 Laurent Laville
8
 * @license   http://www.php.net/license/3_01.txt  PHP License 3.01
9
 * @version   CVS: $Id: pci.css,v 1.2 2008/06/16 21:24:22 farell Exp $
10
 * @since     File available since Release 1.8.0b4
11
 * @link      http://www.cssplay.co.uk/menu/tablescroll.html
12
 */
13
 
14
.outer {
15
  position:relative;
16
  padding:4em 0 7em 0;
17
  width:750px;
18
  background:#eee;
19
  margin:0 auto 3em auto;
20
  border: 1px solid #666;
21
}
22
.inner {
23
  overflow:auto;
24
  width:750px;
25
  height:20em;
26
  background:#eee;
27
}
28
.outer thead td {
29
  background:#666;
30
  color: #fff;
31
}
32
.outer thead tr {
33
  position:absolute;
34
  left:0;
35
  top:1.5em;
36
  height:1.5em;
37
}
38
.outer thead td {
39
  text-align:center;
40
  font-weight:bold;
41
}
42
.outer tfoot tr {
43
  position:absolute;
44
  width:730px;
45
  border:0;
46
  bottom:0;
47
  left:0;
48
}
49
.outer tfoot td {
50
  text-align:left;
51
  background:#666;
52
  color:#fff;
53
}
54
.outer td {
55
  text-align:left;
56
  font-family:Arial,Verdana;
57
}
58
.outer .even {
59
  background-color:#fff;
60
}
61
.outer td.dirname {
62
  width: 44em;
63
  color:#666;
64
}