aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/skpdiff/viewer_style.css
blob: 48a295c7bbdd9e2a57477cdb2af2acab2a0812db (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
body, img, div {
    font-family: Verdana;
    margin: 0;
    padding: 0;
}

table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 8px;
}

td {
    border-top: 1px solid #DDD;
    padding: 8px;
}
thead > tr > td {
    border: none;
}

.gm-image {
    width:300px;
}

.baseline-image {
    float: right;
}

.test-image {
    text-align: right;
}

.result {
    padding: 8px;
    cursor: default;
    opacity: 0.7;
}

.result:hover {
    border: 2px dotted #DDD;
    padding: 6px;
    opacity: 1.0;
}

.result-0 {
    background-color: #268bd2;
}

.result-1 {
    background-color: #d33682;
}

.result-2 {
    background-color: #b58900;
}

.result-3 {
    background-color: #cb4b16;
}

.result-4 {
    background-color: #6c71c4;
}

.result-5 {
    background-color: #dc322f;
}

.result-6 {
    background-color: #2aa198;
}

.result-7 {
    background-color: #859900;
}