-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathstyle.css
68 lines (59 loc) · 925 Bytes
/
style.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
65
66
67
68
#collapseTrigger{
color:#fff;
display: block;
text-decoration: none;
}
#submitButton{
white-space: normal;
}
#instructionBody table{
font-size: 14px;
margin-top: 10px;
}
#instructionBody table caption{
text-align: left;
padding: 0 0 5px 0;
}
#choice{
display: block;
margin-top: 10px;
}
.content{
margin-bottom: 15px;
}
.question{
margin-left: 15px;
padding-left: 10px;
border-left: double;
}
.radio:first-of-type{
margin-top: -5px;
}
.ann {
font-size: 20px;
}
.disp {
font-size: 20px;
}
.ann > span.token {
cursor: pointer;
}
.ann > span.token:hover {
text-decoration: underline;
}
.ann > strong.annotation:hover {
text-decoration: line-through;
}
.annotation {
font-weight: normal;
background-color: #EAD379;
}
.btn-ann {
font-size: 10px;
}
input[disabled] {
color: #000
}
#key-name {
background-color: #EAD379;
}