File: HeadersDiff.css

package info (click to toggle)
abi-tracker 1.11-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 4,430; javascript: 52; makefile: 19
file content (32 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.diff_tbl tr { } 
.diff_tbl td {
    white-space: pre;
    font-family: "DejaVu Sans Mono", "Droid Sans Mono", Monaco, Monospace;
    vertical-align: top;
    font-size: 14px;
}

.diff_tbl th {
    font-size: 16px;
}

.small  { font-size: 0.6em; font-style: italic; font-family: Verdana, Helvetica, sans-serif; } 
.left   { background-color: #EEE; } 
.right  { background-color: #FFF; } 
.diff   { background-color: #CCF; } 
.lblock { background-color: #BFB; } 
.rblock { background-color: #FF8; } 
.insert { background-color: #8FF; } 
.delete { background-color: #ACF; } 
.void   { background-color: #FFB; } 
.cont   { background-color: #EEE; } 
.linebr { background-color: #AAA; } 
.lineno { color: red; background-color: #FFF; font-size: 0.7em; text-align: right; padding: 0 2px; } 
.elipsis{ background-color: #AAA; } 
.left .cont { background-color: #DDD; } 
.right .cont { background-color: #EEE; } 
.lblock .cont { background-color: #9D9; } 
.rblock .cont { background-color: #DD6; } 
.insert .cont { background-color: #0DD; } 
.delete .cont { background-color: #8AD; } 
.stats, .stats td, .stats th { background-color: #EEE; padding: 2px 0; }