169e67db8c440675f86377f3b06a28c29fce7b10
[qomet.git] / public / stylesheets / statements.css
1 button.sendAnswer {
2 display: block;
3 margin: 0 auto;
4 }
5
6 .question {
7 margin: 20px 5px;
8 padding: 15px 0;
9 }
10
11 .question label {
12 color: black;
13 }
14
15 .question .choiceCorrect {
16 background-color: lightgreen;
17 }
18
19 .question .choiceWrong {
20 background-color: peachpuff;
21 }
22
23 .question .wording {
24 margin-bottom: 10px;
25 overflow: auto;
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 .timer {
45 font-size: 2rem;
46 }
47
48 table.in-question {
49 border: 1px solid black;
50 width: auto;
51 margin: 10px auto;
52 }
53
54 table.in-question th, table.in-question td {
55 padding: 7px;
56 border-bottom: 1px solid grey;
57 }
58
59 /*table { border: none; border-collapse: collapse; }*/
60 table.in-question td { border-left: 1px solid grey; }
61 table.in-question td:first-child { border-left: none; }