-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kuis.css
90 lines (76 loc) · 923 Bytes
/
Kuis.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
88
89
90
/*
for more supported tags please visit this link
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/StyleSheet.html
*/
a:link, a:visited
{
color: #8D8D8D;
text-decoration: none;
}
a:hover, a:active
{
color: #565656;
text-decoration: underline;
}
.green
{
color:#aa00aa;
}
.violet
{
color:#aa00aa;
}
.black
{
color:#000000;
}
.grey
{
color:#a0a0a0;
}
.grey-darker
{
color:#585858;
}
.red
{
color:#be4921;
}
.lbl
{
color:#8f8e8e;
}
.details
{
color: #cacaca;
font-style: normal;
}
.score
{
font-family: Arial;
font-size: 12;
color:#585858;
}
.total
{
font-family: Arial;
font-size: 16;
color:#000000;
}
.startQuiz
{
font-family: Aller;
font-size: 14;
color:#585858;
}
.result
{
font-family: Arial;
font-size: 16;
color:#a0a0a0;
}
.title
{
color:#aa00aa;
font-size: 18;
}