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

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: 
1.3     ! js         23: a:visited {
1.1       js         24:   background: transparent;
1.3     ! js         25:   color: #cc8800;
        !            26:   text-decoration: none;
1.1       js         27:   font-weight: bold;
                     28: }
                     29: 
1.3     ! js         30: a:hover {
1.1       js         31:   background: transparent;
1.3     ! js         32:   color: #ffff00;
        !            33:   text-decoration: underline;
1.1       js         34:   font-weight: bold;
                     35: }
                     36: 
1.2       js         37: div[id=menu] {
                     38:   background: #111111;
1.1       js         39:   border: thin solid #444444;
                     40:   padding: 10px;
                     41: }

LinuxTV legacy CVS <linuxtv.org/cvs>