-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (54 loc) · 1.26 KB
/
style.css
File metadata and controls
54 lines (54 loc) · 1.26 KB
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
html {
max-width: 1000px;
margin: 0 auto;
}
body { font-family: Calibri, sans-serif }
.libsection {
padding: 0 1em;
font-size: 10pt;
}
.libhosts {
border: 1px solid lightgray;
background-color: #EEEEE0;
float: left;
position: relative;
top: -6px;
margin-right: 1em;
padding: 5px;
}
table { border-spacing: 0 }
tr:nth-child(even) { background-color: #ECF1EF; }
td, th {
font-family: Consolas, monospace;
padding: 1px 0;
font-size: 10pt;
}
td.result { text-align: center }
td.fail a { background-color: lightcoral }
td.pass a { background-color: lightgreen }
td.result a {
display: inline-block;
margin: 0 1.2em;
width: 3em;
}
td.result a:link, td.result a:visited { text-decoration: unset; color: unset }
td.result a:hover { color: white }
td.report_mismatch:before { content: '\26a0'; color: red; position: absolute }
th {
height: 0;
padding: 0;
}
th div {
position: absolute;
height: 1.2em;
transform: translate(5.4em) rotate(90deg);
transform-origin: left top;
background-color: #ECF1EF;
padding: 0 0.3em;
}
th div span {
font-family: Verdana, sans-serif;
font-size: 8pt;
font-weight: bold;
white-space: nowrap;
}