-
Notifications
You must be signed in to change notification settings - Fork 1
/
testres.css
51 lines (43 loc) · 851 Bytes
/
testres.css
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
body {
background-color: #f3f2f2;
font-size: 11pt;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 60%;
margin-left: auto;
margin-right: auto;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
text-align: center;
vertical-align: middle;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.td-date {
font-weight: 600;
font-size: 14pt;
}
.footer {
position: absolute;
left: 50%;
margin-left: -100px;
}
.label {
font-size: 12pt;
padding: 6px;
border-radius: 10%;
margin-right: 2px;
}
.pass {background-color: #4CAF50;} /* green */
.fail {background-color: #FF0000;} /* red */
.skip {background-color: #6C6C6C;} /* grey */
input {
font-size: 16pt;
}