-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommonhit.css
64 lines (63 loc) · 922 Bytes
/
commonhit.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
52
53
54
55
56
57
58
59
60
61
62
63
64
body {
font-family: Arial;
max-width: 750px;
width: 85%;
}
header h1 {
margin-bottom: 0;
font-size: 2em;
}
header p.subtitle {
margin-top: 0;
font-size: 1.5em;
font-weight: bold;
}
.qualityNotice {
font-style: italic;
display: block;
}
.consentNotice {
font-style: italic;
display: block;
}
.prequalifierNotice {
font-weight: bold;
}
.previewNotice {
font-style: italic;
color: red;
}
.previewNotice b {
color: red;
}
#questions {
border-top: 1px solid black;
}
div.question-group {
margin-bottom: 1em;
padding: 0.5em;
border-bottom: 1px solid black;
}
#problems {
margin-top: 2em;
}
.hit-data {
display: none;
}
.lll-heatmap {
display: inline-block;
}
.lll-heatmap canvas {
border: 1px solid black;
cursor: pointer;
}
.lll-heatmap .lll-timecode {
display: none;
background-color: gray;
padding: 5px;
}
.lll-heatmap:hover .lll-timecode {
display: block;
position: fixed;
overflow: hidden;
}