• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1body {
2    font-family:Arial;
3    background-color:White;
4    color:Black;
5}
6hr {
7    color:Black;
8    background-color:Black;
9    height:1px;
10    border:0;
11}
12h1 {
13    margin-bottom:0px;
14    padding-bottom:0px;
15    font-size:1.625em;
16}
17
18.diff_tbl tr { }
19.diff_tbl td {
20    white-space: pre;
21    font-family: "DejaVu Sans Mono", "Droid Sans Mono", Monaco, Monospace;
22    vertical-align: top;
23    font-size: 14px;
24}
25
26.diff_tbl th {
27    font-size: 16px;
28}
29
30.small  { font-size: 0.6em; font-style: italic; font-family: Verdana, Helvetica, sans-serif; }
31.left   { background-color: #EEE; }
32.right  { background-color: #FFF; }
33.diff   { background-color: #CCF; }
34.lblock { background-color: #BFB; }
35.rblock { background-color: #FF8; }
36.insert { background-color: #8FF; }
37.delete { background-color: #ACF; }
38.void   { background-color: #FFB; }
39.cont   { background-color: #EEE; }
40.linebr { background-color: #AAA; }
41.lineno { color: red; background-color: #FFF; font-size: 0.7em; text-align: right; padding: 0 2px; }
42.elipsis{ background-color: #AAA; }
43.left .cont { background-color: #DDD; }
44.right .cont { background-color: #EEE; }
45.lblock .cont { background-color: #9D9; }
46.rblock .cont { background-color: #DD6; }
47.insert .cont { background-color: #0DD; }
48.delete .cont { background-color: #8AD; }
49.stats, .stats td, .stats th { background-color: #EEE; padding: 2px 0; }
50