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

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: }
1.4       js         42: 
                     43: 
                     44: div.news {
                     45:   padding: 0;
                     46:   margin: 1em 0 .1em 0;
                     47: }
                     48: 
                     49: div.newsbody {
                     50:   border: 1px solid #283840;
                     51:   padding: 0;
                     52:   margin: 2px 0;
                     53:   background-color: #182830;
                     54: }
                     55: 
                     56: div.news h3 {
                     57:   font-size: 90%;
                     58:   font-weight: bold;
                     59:   background-color: #203850;
                     60:   margin: 0;
                     61:   padding: 0 0 0 .4em;
                     62: }
                     63: 
                     64: div.news p {
                     65:   margin: .1em 0 0 0;
                     66:   padding: .2em .3em .2em .4em;
                     67: }
                     68: 
                     69: span.newsdate {
                     70:   font-size: 80%;
                     71:   float: right;
                     72:   color: #c0d0e0;
                     73:   background-color: #304048;
                     74:   padding: .2em .3em .2em .5em;
                     75:   border-left: 2px solid #102020;
                     76:   border-bottom: 2px solid #102020;
                     77: }
                     78: 
                     79: span.newscaption {
                     80:   color: #90c0f0;
                     81:   padding: .2em .3em .2em 0;
                     82: }
                     83: 
                     84: p.newsauthor {
                     85:   font-size: 80%;
                     86:   text-align: right;
                     87:   color: #b0c0d0;
                     88: }
                     89: 
1.6     ! js         90: 
1.5       ralf       91: #inter1 {
1.6     ! js         92:   /* hide link spam */
        !            93:   position: absolute;
        !            94:   top: -400px;
        !            95:   left: -1300px;
        !            96:   font: normal 0.6em arial, sans-serif;
        !            97: }

LinuxTV legacy CVS <linuxtv.org/cvs>