summaryrefslogtreecommitdiffstats
path: root/contrib/dnslist/dhcp.css
blob: 79cea39a8aaba9ae21b853a2cea7f84d2dbf0565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body
{
	font-family: sans-serif;
	color: #000;
}

h1
{
	font-size: medium;
	font-weight: bold;
}

h1 .updated
{
	color: #999;
}

table
{
	border-collapse: collapse;
	border-bottom: 2px solid #000;
}

th
{
	background: #DDD;
	border-top: 2px solid #000;
	text-align: left;
	font-weight: bold;
}

/* Any row */

tr
{
	border-top: 2px solid #000;
}

/* Any row but the first or second (overrides above rule) */

tr + tr + tr
{
	border-top: 2px solid #999;
}

tr.offline td.hostname
{
	color: #999;
}

.hostname   { width: 10em; }
.ip_addr    { width: 10em; background: #DDD; }
.ether_addr { width: 15em; }
.client_id  { width: 15em; background: #DDD; }
.status     { width: 5em;  }
.since      { width: 10em; background: #DDD; }
.lease      { width: 10em; }