Annotation of embedaddon/ntp/html/drivers/scripts/style.css, revision 1.1

1.1     ! misho       1: body {background: #FDF1E1;
        !             2:       color: #006600;
        !             3:       font-family: "verdana", sans-serif;
        !             4:       text-align: justify;
        !             5:       margin-left: 5px;}
        !             6: 
        !             7: p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
        !             8: li.inline {text-align: left; margin-top: 0; margin-bottom: 0}
        !             9: 
        !            10: ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
        !            11: 
        !            12: dt {margin-top: .6em}
        !            13: dd {margin-bottom: .6em}
        !            14: 
        !            15: div.header {text-align: center;
        !            16:             font-style: italic;}
        !            17: 
        !            18: div.footer {text-align: center;         
        !            19:             font-size: 60%;}
        !            20: 
        !            21: img.cell {align: left;}
        !            22: 
        !            23: td.sidebar {width: 40px; align: center; valign: top;}
        !            24: img.sidebar {align: center; margin-top: 5px;}
        !            25: h4.sidebar {align: center;}
        !            26: 
        !            27: p.top {background: #FDF1E1;
        !            28:        color: #006600;
        !            29:        position: absolute;
        !            30:        margin-left: -90px;
        !            31:        text-align: center;}
        !            32: 
        !            33: a:link.sidebar {background: transparent;
        !            34:                 color: #990033;
        !            35:                 font-weight: bold;}
        !            36: 
        !            37: a:visited.sidebar {background: transparent;
        !            38:                    color: #990033;
        !            39:                    font-weight: bold;}
        !            40: 
        !            41: a:hover.sidebar {background: #FDF1E1;
        !            42:                  color: #006600;}
        !            43: 
        !            44: img {margin: 5px;}
        !            45: 
        !            46: div {text-align: center;}
        !            47: 
        !            48: h1 {text-align: center;
        !            49:     font-size: 250%;}
        !            50: 
        !            51: caption {background: #EEEEEE;
        !            52:          color: #339999;}
        !            53:          
        !            54: tx {text-align: center;}
        !            55: 
        !            56: th {background: #FFFFCC;
        !            57:     color: #006600;
        !            58:     text-align: center;
        !            59:     text-decoration: underline;
        !            60:     padding-top: 5px;}
        !            61: 
        !            62: th.caption {background: #EEEEEE;
        !            63:             color: #006600;
        !            64:             text-align: center;}

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