templates/header.tmpl
changeset 583 415054ea31c1
parent 172 e9b1147db448
child 585 51626d888526
equal deleted inserted replaced
582:df8a5a0098d4 583:415054ea31c1
     2 
     2 
     3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     4 <html>
     4 <html>
     5 <head>
     5 <head>
     6 <style type="text/css">
     6 <style type="text/css">
       
     7 <!--
     7 a { text-decoration:none; }
     8 a { text-decoration:none; }
     8 .parity0 { background-color: #dddddd; }
     9 .parity0 { background-color: #dddddd; }
     9 .parity1 { background-color: #eeeeee; }
    10 .parity1 { background-color: #eeeeee; }
    10 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
    11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
    11 .plusline { color: green; }
    12 .plusline { color: green; }
    22 .metatag {
    23 .metatag {
    23   background-color: #888888;
    24   background-color: #888888;
    24   color: white;
    25   color: white;
    25   text-align: right; 
    26   text-align: right; 
    26 }
    27 }
    27 
    28 -->
    28 </style>
    29 </style>