Annotation of embedaddon/dnsmasq/contrib/dnslist/dhcp.css, revision 1.1

1.1     ! misho       1: body
        !             2: {
        !             3:        font-family: sans-serif;
        !             4:        color: #000;
        !             5: }
        !             6: 
        !             7: h1
        !             8: {
        !             9:        font-size: medium;
        !            10:        font-weight: bold;
        !            11: }
        !            12: 
        !            13: h1 .updated
        !            14: {
        !            15:        color: #999;
        !            16: }
        !            17: 
        !            18: table
        !            19: {
        !            20:        border-collapse: collapse;
        !            21:        border-bottom: 2px solid #000;
        !            22: }
        !            23: 
        !            24: th
        !            25: {
        !            26:        background: #DDD;
        !            27:        border-top: 2px solid #000;
        !            28:        text-align: left;
        !            29:        font-weight: bold;
        !            30: }
        !            31: 
        !            32: /* Any row */
        !            33: 
        !            34: tr
        !            35: {
        !            36:        border-top: 2px solid #000;
        !            37: }
        !            38: 
        !            39: /* Any row but the first or second (overrides above rule) */
        !            40: 
        !            41: tr + tr + tr
        !            42: {
        !            43:        border-top: 2px solid #999;
        !            44: }
        !            45: 
        !            46: tr.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; }

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