static/dhcp/hosts.css
author Tero Marttila <terom@paivola.fi>
Sun, 22 Dec 2013 19:03:57 +0200
changeset 336 edaa5d0aa57d
parent 184 eef756d892e9
permissions -rw-r--r--
version 0.6.1: pvl.hosts forward/reverse delegation, and include= support
/*
 * General
 */
a
{
    color: inherit;
}

/*
 * Host details
 */
div.info {
    width: 80%;

    border: 1px solid #aaa;

    padding: 1em;
    margin: 1em;
}

dl {
    width: 80%;
    
    margin: 1em;
}

dl dt {
    display: block;
    clear: both;

    font-weight: bold;
    
    margin-top: 0.5em;
}

dl dd {

}

/*
 * Hosts
 */
.id
{
    font-weight: bold;
    text-align: right;
}

.ip,
.mac
{
    font-family: monospace;
}

td.name
{
    /* Wrap */
    white-space: normal;
}


.seen
{
}

.dhcp-search {      background-color: #444488; }
.dhcp-ack {         background-color: #448844; }
.dhcp-nak {         background-color: #884444; }
.dhcp-release {     background-color: #335533; }
.dhcp-error {       background-color: #ff4444; }

/*
 * Leases 
 */
.ends.active {
    font-weight: bold;
}