templates/header.tmpl
changeset 172 e9b1147db448
parent 168 65cf1b0cfe86
child 583 415054ea31c1
equal deleted inserted replaced
171:75dddd697ed4 172:e9b1147db448
     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 a { text-decoration:none; }
     7 a { text-decoration:none; }
     8 .parity0 { background-color: #eeeeee; }
     8 .parity0 { background-color: #dddddd; }
     9 .parity1 { background-color: #f8f8f8; }
     9 .parity1 { background-color: #eeeeee; }
    10 .lineno { width: 60px; color: #cccccc; font-size: smaller; }
    10 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
    11 .plusline { color: green; }
    11 .plusline { color: green; }
    12 .minusline { color: red; }
    12 .minusline { color: red; }
    13 .atline { color: purple; }
    13 .atline { color: purple; }
    14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
    14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
    15 .buttons a {
    15 .buttons a {