summaryrefslogtreecommitdiff
path: root/templates/result.css
blob: 19bfedc8352c6e975d7321ed8b496aba31a7c98a (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

td {
	padding: 4pt;
}

th {
	padding: 4pt;
}

table {
	border: 0pt;
	border-collapse: collapse;
}

th {
	background-color: #c8c838
}

/* Second column (details) */
tr:nth-child(even) > td {
	background-color: #ffff95
}

tr:nth-child(odd) > td {
	background-color: #e1e183
}

/* First column (labels) */
tr:nth-child(even) > td:first-child {
	vertical-align: top;
	background-color: #ffff85;
}

tr:nth-child(odd) > td:first-child {
	vertical-align: top;
	background-color: #d1d173;
}