'update'
[qomet.git] / public / stylesheets / statements.css
CommitLineData
43828378
BA
1button.sendAnswer {
2 display: block;
3 margin: 0 auto;
4}
5
73609d3b
BA
6.questionGroup {
7 /* TODO */
8}
9
43828378
BA
10.question {
11 margin: 20px 5px;
12 padding: 15px 0;
13}
14
73609d3b
BA
15.question:not(:last-child) {
16 border-bottom: 1px solid black;
17}
18
43828378
BA
19.question label {
20 color: black;
21}
22
23.question .choiceCorrect {
24 background-color: lightgreen;
25}
26
27.question .choiceWrong {
28 background-color: peachpuff;
29}
30
31.question .wording {
32 margin-bottom: 10px;
33 overflow: auto;
34}
35
36.question .option {
37 margin-left: 15px;
38}
39
40.question p {
41 margin-top: 10px;
42}
43
44.questionInactive {
45 background-color: lightgrey;
46}
47
48.introduction {
49 padding: 20px 5px;
50}
51
52.timer {
53 font-size: 2rem;
54}
55
56table.in-question {
57 border: 1px solid black;
58 width: auto;
59 margin: 10px auto;
60}
61
62table.in-question th, table.in-question td {
63 padding: 7px;
64 border-bottom: 1px solid grey;
65}
66
67/*table { border: none; border-collapse: collapse; }*/
68table.in-question td { border-left: 1px solid grey; }
69table.in-question td:first-child { border-left: none; }