File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / contrib / dnslist / dhcp.css
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 29 19:37:40 2013 UTC (10 years, 11 months ago) by misho
Branches: elwix, dnsmasq, MAIN
CVS tags: v8_2p1, v2_84, v2_76p1, v2_71, v2_66p0, v2_66, HEAD
dnsmasq

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; }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>