-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjquery-jvectormap.css
executable file
·89 lines (78 loc) · 1.51 KB
/
jquery-jvectormap.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
html, body{
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
background-color: #6bd4f0;
color: #fff;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
header{
font-weight: 100;
text-align: center;
display: inline;
width: 100%;
position: absolute;
z-index: 999;
}
h1, h2{
font-weight: 100;
width: auto;
margin: 0;
}
a{
color: #c6f0e9;
text-decoration: none;
}
label{
font-size: 1.2em;
display: inline-block;
background-color: #c6f0e9;
color: #000;
padding: .2em;
margin-bottom: .5em;
cursor: pointer;
border-radius: .3em;
}
label:hover{
background-color: #84a09b;
}
.options{
position: absolute;
bottom: 0;
left: 0;
}
.jvectormap-label {
position: absolute;
display: none;
border: solid 1px #CDCDCD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
position: absolute;
left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
padding: 3px;
color: white;
width: 10px;
height: 10px;
cursor: pointer;
line-height: 10px;
text-align: center;
}
.jvectormap-zoomin {
top: 10px;
}
.jvectormap-zoomout {
top: 30px;
}