templates/header.tmpl
changeset 168 65cf1b0cfe86
parent 155 083c38bdfa64
child 172 e9b1147db448
equal deleted inserted replaced
167:fad9ad1ec7c7 168:65cf1b0cfe86
     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: #eeeeee; }
     9 .parity1 { background-color: #ffffff; }
     9 .parity1 { background-color: #f8f8f8; }
    10 .lineno { width: 60px; color: #cccccc; font-size: smaller; }
    10 .lineno { width: 60px; color: #cccccc; 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; }