forked from species/transfor-map
-
Notifications
You must be signed in to change notification settings - Fork 4
/
demomaps.css
98 lines (84 loc) · 1.34 KB
/
demomaps.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
#content { box-sizing: border-box; }
body, html {
padding: 0;
margin: 0;
height: 100%;
font-family: "PT Sans", sans-serif, 'DejaVu';
overflow:hidden;
}
body {
background-color:#FBFCFA;
}
nav a {
text-decoration: none;
}
#map {
height: 100%;
overflow: hidden;
}
.mmmnavbar {
font-size: 14px;
background: #455473;
box-shadow: #AAAAAA 0px 3px 5px 0px;
height: 50px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index:1005;
color:#FFF;
font: normal normal 400 14px/20px "PT Sans";
font-family: "PT Sans", sans-serif;
vertical-align:middle;
text-align:center;
}
.mmmnavbar li a {
color: #DDDDDD;
height:100%;
display:block;
line-height:50px;
padding-left:10px;
padding-right:10px;
}
.mmmnavbar li:first-child a {
padding:0px;
}
.mmmnavbar a:hover {
text-decoration: none;
color:#FFF;
}
.mmmnavbar ul {
max-width:939px;
margin:0 0 0 -470px;
padding:0;
position:absolute;
top:0px;
left:50%;
height:50px;
}
.mmmnavbar ul li {
display: inline;
float:left;
height:50px;
/*padding:10px;*/
}
.mmmnavbar ul li:first-child {
float:normal;
}
.mmmnavbar ul li img {
vertical-align:middle;
margin:10px;
}
.mmmnavbar ul li:hover {
background: #444;
}
#tmapcontent {
position: absolute;
top: 50px;
bottom: 0px;
left:0;
right:0;
}
.startpage {
padding:0 20px;
}