table_view.css
651 Bytes
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
#template-choice p, #preview-params p {
display: inline-block;
}
.scheme0 .table {
background-color: #ebf3ff;
}
.scheme0 .header {
background-color: #bfdbff;
}
.scheme1 .table {
background-color: #e2ffde;
}
.scheme1 .header {
background-color: #b7ffae;
}
.scheme2 .table {
background-color: #ffebde;
}
.scheme2 .header {
background-color: #ffdec7;
}
.scheme3 .table {
background-color: #f4deff;
}
.scheme3 .header {
background-color: #e8beff;
}
.scheme4 .table {
background-color: #eeeeee;
}
.scheme4 .header {
background-color: #aaaaaa;
}
.ending {
border: 1px solid gray;
margin: 1px;
}