-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
319 lines (281 loc) · 6.07 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
@import 'https://fonts.googleapis.com/css?family=Raleway';
*{
/* Universal reset: */
margin:0;
padding:0;
}
body{
/* Setting the default text color, size, page background and a font stack: */
font-size:1em;
color:#323232;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}
/* Hyperlink Styles: */
button {
color:#323232;
text-decoration:none;
outline:none;
}
a img{
border:none;
}
/* Headings: */
h1,h2,h3{
font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
/* #SHADOWS# text-shadow:0 1px 1px black; */
}
#headerbar{
background-color: #38354B;
font-size: 5.5em;
padding-left: 16.8%;
padding-right: 2em;
padding-top: 0.2em;
padding-bottom: 0.2em;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
h1{
/* The logo text */
font-size:3.5em;
font-family:Raleway;
text-transform:uppercase;
color: #E8DCCE;
}
.right{
width:30%;
background-color: #FFFFFF;
color: #54494B;
height: 52.6em;
z-index: 1;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
h3{
/* The slogan text */
font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
font-size:2em;
font-weight:normal;
}
h2{
font-size:2.2em;
font-weight:normal;
letter-spacing:0.01em;
text-transform:uppercase;
padding-top: 50%;
padding-left: 10%;
padding-right: 10%;
}
p{
font-family: "Helvetica";
font-size: 1.2em;
line-height:1.5em;
padding-left: 10%;
padding-bottom: 2.3em;
}
c{
font-family: "Helvetica";
font-size:1.1em;
padding-bottom:1em;
line-height:1.5em;
}
#poutside{
padding-bottom: 1em;
padding-left:20%;
padding-right: 20%;
}
.bonus {
padding-left: 2em;
padding-right: 2em;
padding-bottom:1em;
}
.line{
/* The dividing line: */
height:0.5px;
background-color:#24404c;
border-bottom:1px solid #416371;
margin: 0;
overflow:hidden;
}
div.article .line{
/* The dividing line inside of the article is darker: */
background-color:#15242a;
border-bottom-color:#204656;
margin:1.3em 0;
}
div.footer .line{
margin:2em 0;
}
/*.continent {
width:90em;
box-shadow: rgba(0.1), rgba(0.11);
}
*/
.container{
background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
padding-top:0.5em;
padding-bottom:2.1em;
border:0px solid #FCFCFC;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.container button{
border:none;
background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
color:#565656;
float:left;
font-size:110%;
font-weight:bold;
display: inline;
position:static;
padding-left:4.55%;
text-shadow:0 1px 1px white;
text-transform:uppercase;
}
.container button:hover{
color:#bbbbbb;
display:inline;
position:static;
float:left;
font-size:110%;
font-weight:bold;
text-shadow:0 1px 1px black;
text-transform:uppercase;
}
div.nav{
background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
padding:0 5px;
position:absolute;
right:7px;
top:50px;
width:425px;
height:50px;
font-size:0.23em;
border:1px solid #FCFCFC;
-moz-box-shadow:0 1px 1px #333333;
-webkit-box-shadow:0 1px 1px #333333;
box-shadow:0 1px 1px #333333;
}
/* The clearfix hack to clear the floats: */
.clear:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* The navigation styling: */
div.nav ul li{
display:inline;
}
div.nav ul li a,
div.nav ul li a:visited{
color:#565656;
display:block;
float:left;
font-size:1.35em;
font-weight:bold;
margin:5px 2px;
padding:7px 10px 4px;
text-shadow:0 1px 1px white;
text-transform:uppercase;
}
div.nav ul li a:hover{
text-decoration:none;
background-color:#f0f0f0;
}
div.nav, div.article, div.nav ul li a,div.figure{
/* Applying CSS3 rounded corners: */
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
/* Article styles: */
#map{
height:50em;
width: auto;
/*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
z-index: 0;
}
.column{
float:left;
word-wrap: break-word;
}
.left{
width:70%;
}
#page{
width:100%;
margin: 0;
padding: 2em,2em,2em,2em;
position:relative;
}
div.figure{
border:1px solid #142830;
height:20%;
overflow:hidden;
width:95%;
}
/*=================================*/
.circle-white {
height: 1em; /*change this and the width
for the size of your initial circle*/
width:1em;
border-radius: 50%;
/*make it pretty*/
background: #fff;
color: #000;
border: 0.5px solid #000
}
.circle-yellow {
display: table-cell;
height:1em; /*change this and the width
for the size of your initial circle*/
width:1em;
border-radius: 50%;
/*make it pretty*/
background: #FFFF24;
color: #000;
border: 0.5px solid #000
}
.circle-orange {
display: table-cell;
height: 1em; /*change this and the width
for the size of your initial circle*/
width:1em;
border-radius: 50%;
/*make it pretty*/
background: #F58F00;
color: #000;
border: 0.5px solid #000
}
.circle-red{
display: table-cell;
height:1em; /*change this and the width
for the size of your initial circle*/
width:1em;
border-radius: 50%;
/*make it pretty*/
background: #FF0000;
color: #fff;
border: 0.5px solid #000
}
.circle-maroon {
display: table-cell;
height:1em; /*change this and the width
for the size of your initial circle*/
width:1em;
border-radius: 50%;
/*make it pretty*/
background: #620007;
color: #fff;
border: 0.5px solid #000
}
.circle-black {
display: table-cell;
height:1em; /*change this and the width
for the size of your initial circle*/
width:1em;
border-radius: 50%;
/*make it pretty*/
background: #000000;
color: #fff;
border: 0.5px solid #000
}