-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
520 lines (422 loc) · 8.81 KB
/
main.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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
/*-----------------
* Type Style Finder Urban Colors:
*
* #616161 light grey
* #005c66 dark grey
* #246017 green
* #3d281a brown
* #664626 light brown
* #f0f0c6 off-white
* #ff3800 orange
* #679e8b light blue
* #abb8ab even lighter grey
*
* Color combos
*
* black-light grey-brown
* dark grey-light grey-black
* brown-light brown-light grey
* light brown-off white-orange
* light blue-dark grey-black
* even lighter grey-green-off white
*/
/* =============================================================================
HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
nav,
header,
hgroup,
nav,
section,
summary {
display: block;
}
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/* =============================================================================
Base
========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
html,
button,
input,
select,
textarea {
font-family: sans-serif;
color: #222;
}
body {
margin: 0;
padding: 0;
font-size: 1em;
width: 100%;
height: 100%;
position: absolute;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
*/
::-moz-selection {
background: #abb8ab;
text-shadow: none;
}
::selection {
background: #abb8ab;
text-shadow: none;
}
/* =============================================================================
Links
========================================================================== */
a {
/* color: #00e;*/
text-decoration: none;
color: #005c66;
}
header a {
text-decoration: none;
color: white;
}
header a:hover {
color: green;
text-decoration: underline;
}
a:hover {
color: #06e;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
}
/*
* Improve readability when focused and hovered in all browsers: h5bp.com/h
*/
a:hover,
a:active {
outline: 0;
}
/* =============================================================================
Typography
========================================================================== */
small {
font-size: 85%;
}
/* =============================================================================
Lists
========================================================================== */
ul,
ol {
margin: 1em 0;
padding: 0 0 0 40px;
}
nav ul,
nav ol, {
list-style: none;
list-style-image: none;
display: inline;
margin: 0;
padding: 0;
}
nav li {
display: inline;
margin: 0;
padding: 0;
font-weight: bold;
}
nav li:after {
content: " | ";
}
nav li.last:after {
content: "";
}
/* =============================================================================
Embedded content
========================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/
img {
border: 0;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) {
overflow: hidden;
}
/* =============================================================================
Figures
========================================================================== */
figure {
margin: 0;
}
/* =============================================================================
Forms
========================================================================== */
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Indicate that 'label' will shift focus to the associated form element
*/
label {
cursor: pointer;
}
/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend {
border: 0;
padding: 0;
white-space: normal;
*margin-left: -7px;
}
/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button,
input {
line-height: normal;
}
/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
}
/*
* Re-set default cursor for disabled elements
*/
button[disabled],
input[disabled] {
cursor: default;
}
/*
* Consistent box sizing and appearance
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
/* =============================================================================
Tables
========================================================================== */
table {
border-collapse: collapse;
border-spacing: 0;
}
td {
vertical-align: top;
}
/* =============================================================================
Chrome Frame Prompt
========================================================================== */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
Author:
========================================================================== */
.map {
height: 100%;
width: 100%;
border: 1px solid black;
position: absolute; top: 50px; left: 0;
background-color: #ddd;
}
#popup_contentDiv h1 {
font-size: 1em;
text-decoration: underline;
}
#popup_contentDiv h2 {
font-size: 0.8em;
}
#popup_contentDiv a {
font-size: 0.7em;
}
/*
.log_container {
position: absolute; bottom: 0px;
width: 100%;
height: 15%;
overflow: auto;
/* floating near the top
margin-right: 100px;
position: relative;
/*
position: absolute; top: 20px; left: 60px;
width: 400px;
padding: 5px;
background: white;
/*width: 100%;
height:15%;
background-color: white;
}
*/
#bldg_info {
width: 250px;
height: 90%;
overflow: auto;
position: absolute; top: 50px; right: 0px;
background: white;
padding-bottom: 1em;
padding-left: 1em;
border: 1px solid black;
border-radius: 5px;
box-shadow: 2px 2px 5px gray;
}
#bldg_info h1 {
font-size: 1em;
}
#bldg_info h2 {
font-size: 0.8em;
}
#bldg_info p {
font-size: 0.8em;
}
#bldg_info li {
font-size: 0.7em;
display: block;
list-style: none;
border: 2px dotted #ccc;
margin-bottom: 1em;
padding-top: 1em;
padding-bottom: 1em;
}
header {
border-bottom: 1px solid #333;
background-color: black;
color: white;
position: absolute;
width: 100%;
height: 50px;
}
.search {
width: 20%;
float: left;
}
.hood_jump {
width: 33%;
float: left;
}
.login {
width: 13%;
float: left;
}
nav {
width: 34%;
float: left;
font-size: 0.6em;
}
nav ul {
list-style: none;
}
nav li {
display: inline;
padding: 0 4px;
}
nav li.first {
font-weight: bold;
}
nav li.first:before {
content: '';
padding-right: 0;
}
#selected_building h1 {
font-size: 1em;
}
#selected_building h2 {
font-size: 0.8em;
}
/* ==|== media queries ======================================================
EXAMPLE Media Query for Responsive Design.
This example overrides the primary ('mobile first') styles
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}