-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
125 lines (109 loc) · 1.64 KB
/
styles.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
background-color:fffff;
font-family: 'Lato', sans-serif;
font-style:normal;
font-weight:300;
font-size:26pt;
color:#000000;
text-align:center;
}
a {
color:#3399FF;
}
p {
font-size:14pt;
margin-left:20px;
margin-right:20px;
padding-top:10px;
padding-bottom:10px;
}
ul, li {
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:50px;
list-style: none;
width:500px;
height:350px;
}
h2 {
margin-top:40px;
font-family: 'Lato', sans-serif;
font-style:italic;
font-weight:300;
}
.topbar {
margin:40px;
font-style:italic;
font-weight:300;
font-size:26pt;
}
.bottombar {
font-family: 'Lato', sans-serif;
font-style:italic;
font-weight:300;
font-size:18pt;
color:#000000;
font-color:#ffffff;
text-align:center;
bottom:20px;
height:auto;
}
.map {
height:500px;
width:750px;
margin:auto;
border: 4px solid #0000;
border-width:5px;
}
.red {
background-color:#9A3334;
border-color:#9A3334;
}
.ltblue {
background-color:#3399FF;
}
.dkblue {
background-color:#336699;
}
.silver {
background-color:#738F9B;
}
.yellow {
background-color:#EFDD6F;
}
.brown {
background-color:#7B4A12;
}
.purple {
background-color:#663399;
}
.green {
background-color:#009966;
}
.orange {
background-color:#FF6600;
}
.spacer {
background-color:rgba(0,0,0,.9);
font-family: 'Lato', sans-serif;
font-style:italic;
font-weight:300;
font-size:18pt;
color:#ffffff;
top:10px;
bottom:10px;
height:auto;
text-align:left;
}
.git {
background-color:rgba(0,0,0,.9);
font-family: 'Lato', sans-serif;
font-style:italic;
font-weight:700;
font-size:18pt;
color:#ffffff;
height:30px;
text-align:center;
}