Commit | Line | Data |
---|---|---|
e99c53fb BA |
1 | a#rightButton { |
2 | position: absolute; | |
3 | top: 0; | |
4 | right: 0; | |
5 | } | |
6 | ||
7 | .question { | |
8 | margin: 20px 5px; | |
9 | padding: 15px 0; | |
10 | } | |
11 | ||
e99c53fb BA |
12 | .question label { |
13 | color: black; | |
14 | } | |
15 | ||
16 | .question .choiceCorrect { | |
17 | background-color: lightgreen; | |
18 | } | |
19 | ||
20 | .question .choiceWrong { | |
21 | background-color: peachpuff; | |
22 | } | |
23 | ||
24 | .question .wording { | |
25 | margin-bottom: 10px; | |
26 | } | |
27 | ||
28 | .question .option { | |
29 | margin-left: 15px; | |
30 | } | |
31 | ||
32 | .question p { | |
33 | margin-top: 10px; | |
34 | } | |
35 | ||
36 | .questionInactive { | |
37 | background-color: lightgrey; | |
38 | } | |
39 | ||
40 | .introduction { | |
41 | padding: 20px 5px; | |
42 | } | |
43 | ||
44 | .conclusion { | |
45 | padding: 20px 5px; | |
46 | } | |
47 | ||
48 | .timer { | |
49 | font-size: 2rem; | |
50 | } |