blob: 79cea39a8aaba9ae21b853a2cea7f84d2dbf0565 [file] [log] [blame]
Simon Kelleyfeba5c12004-07-27 20:28:58 +01001body
2{
3 font-family: sans-serif;
4 color: #000;
5}
6
7h1
8{
9 font-size: medium;
10 font-weight: bold;
11}
12
13h1 .updated
14{
15 color: #999;
16}
17
18table
19{
20 border-collapse: collapse;
21 border-bottom: 2px solid #000;
22}
23
24th
25{
26 background: #DDD;
27 border-top: 2px solid #000;
28 text-align: left;
29 font-weight: bold;
30}
31
32/* Any row */
33
34tr
35{
36 border-top: 2px solid #000;
37}
38
39/* Any row but the first or second (overrides above rule) */
40
41tr + tr + tr
42{
43 border-top: 2px solid #999;
44}
45
46tr.offline td.hostname
47{
48 color: #999;
49}
50
51.hostname { width: 10em; }
52.ip_addr { width: 10em; background: #DDD; }
53.ether_addr { width: 15em; }
54.client_id { width: 15em; background: #DDD; }
55.status { width: 5em; }
56.since { width: 10em; background: #DDD; }
57.lease { width: 10em; }