-
Notifications
You must be signed in to change notification settings - Fork 4
/
quiz.css
76 lines (72 loc) · 1.04 KB
/
quiz.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
body {
margin-left: 0px;
margin-top: 0px;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
color: #990000;
font-weight: bold;
}
.style4 {
color: #000000;
font-weight: bold;
}
.style5 {color: #990033}
.style6 {color: #ECE9D8}
.style7 {
color: #993300;
font-weight: bold;
}
.style8 {
color: #1BA9BD;
font-weight: italic;
font-size: 20px;
}
a:link {
color: #330066;
text-decoration: none;
}
a:hover {
color: #FFCC00;
text-decoration: underline;
}
a:visited {
color: #330066;
text-decoration: none;
}
.head1 {
font-family: Verdana;
font-size: 28px;
color: #D8544E;
text-align: center;
}
.errors {
color: #FF0000;
font-weight: bold;
}
.tot {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
}
.tot {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}
.tans {
font-family: Verdana;
font-size: 18px;
font-weight: italic;
color:#0E890A ;
}
.fans {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color:#FF0000 ;
}