-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser.css
More file actions
87 lines (69 loc) · 1.06 KB
/
Copy pathuser.css
File metadata and controls
87 lines (69 loc) · 1.06 KB
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
#classificationNames{
font-size:3em;
text-align:center;
}
.question{
margin-bottom:25px;
}
#questionHeading{
margin-bottom:35px;
}
ul{
font-size:1.2em;
}
#vocabularyContainer, #questionContainer{
border-left:double #C36F09;
}
.img-responsive{
border: double #C36F09;
}
body{
font-family:Georgia;
color:#710000;
background-image: url("cssImg/seamless_maple_leaves.jpg");
}
#questionContainer{
font-size:1.5em;
}
#headerSegment{
border: solid #C36F09 2px;
margin-top:3px;
background-color: #FF780C;
}
#heading{
font-size:4em;
font-family:Georgia;
}
.spacer{
min-height:10px;
}
#mainSegment{
border: solid #C36F09 2px;
padding:10px;
margin-top:3px;
background-color: #FFE80C;
}
#footerSegment{
border: solid #C36F09 2px;
margin-top:3px;
background-color: #FFB60C;
}
.vocabulary{
cursor: help;
}
#footerText{
background-color: #FF780C;
margin-top: 3px;
border: solid #C36F09 2px;
color: #710000;
}
#nameLink{
color: yellow;
}
#footerP{
margin-top: 2px;
margin-bottom: 2px;
}
.btn {
margin-top: 4px;
}