-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalibration.css
87 lines (69 loc) · 1.01 KB
/
calibration.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
BODY {
margin-top: 30px;
}
.min-answer > INPUT, .max-answer > INPUT {
text-align: center;
}
.correct TD {
background-color: #cfc;
}
.incorrect TD {
background-color: #fcc;
}
.incorrect .correct-answer {
color: #600;
}
.correct .correct-answer {
color: #060;
}
.correct-answer {
font-size: larger;
font-weight: bold;
margin-right: 20px;
}
.result {
text-align: center;
}
.note {
padding: 20px;
margin 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.note h4 {
margin-top: 0;
margin-bottom: 5px;
}
.note P:last-child {
margin-bottom: 0;
}
.note-warning {
border-left-color: #f93;
}
.note-warning H4 {
color: #f93;
}
.note-ok {
border-left-color: #060;
}
.note-ok H4 {
color: #060;
}
.source {
font-size: smaller;
text-align: left !important;
}
.result-header-source {
text-align: left !important;
}
#jumbotron UL {
margin-top: 40px;
padding: 0;
list-style-type: none;
font-size: larger;
font-style: italic;
}
#jumbotron LI > .glyphicon {
margin-right: 10px;
}