Annotation of linuxtv.org/linuxtv.css, revision 1.1

1.1     ! js          1: /* stylesheet for linuxtv.org */
        !             2: 
        !             3: body {
        !             4:   background: black;
        !             5:   color: white;
        !             6:   font-family: arial,helvetica,sans-serif;
        !             7:   margin: 0px;
        !             8:   padding: 0px;
        !             9: }
        !            10: 
        !            11: h1 {
        !            12:   color: #ffcc00;
        !            13:   font-family: arial,helvetica,sans-serif;
        !            14: }
        !            15: 
        !            16: a {
        !            17:   background: transparent;
        !            18:   color: #ffcc00;
        !            19:   text-decoration: none;
        !            20:   font-weight: bold;
        !            21: }
        !            22: 
        !            23: a:hover {
        !            24:   background: transparent;
        !            25:   color: #ffff00;
        !            26:   text-decoration: underline;
        !            27:   font-weight: bold;
        !            28: }
        !            29: 
        !            30: a:visited {
        !            31:   background: transparent;
        !            32:   color: #cc4400;
        !            33:   text-decoration: none;
        !            34:   font-weight: bold;
        !            35: }
        !            36: 
        !            37: td[id=menu] {
        !            38:   background: #222222;
        !            39:   border: thin solid #444444;
        !            40:   padding: 10px;
        !            41: }

LinuxTV legacy CVS <linuxtv.org/cvs>