forked from arscan/encom-globe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
69 lines (55 loc) · 903 Bytes
/
styles.css
File metadata and controls
69 lines (55 loc) · 903 Bytes
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
/* 775 by 363 */
body {
background-color: #000000;
font-family: 'Inconsolata', sans-serif;
color: #fff;
font-size: 8pt;
margin: 0;
overflow: hidden;
}
a {
color: #00eeee;
}
h3 {
font-size: 1.2em;
margin: 0;
padding: 5px 0;
}
#globe {
margin: 0;
padding: 0;
}
.wf-active #info-box{
visibility: visible;
}
@-webkit-keyframes pulsate {
0% {opacity: .3;}
50% {opacity: 1.0;}
100% {opacity: 0.3;}
}
@keyframes pulsate {
0% {opacity: 0.3;}
50% {opacity: 1.0;}
100% {opacity: 0.3;}
}
#canvas {
margin: 0;
padding: 0;
}
.button {
text-align: center;
border: 1px solid #1d2c33;
border-radius: 3px;
padding: 5px;
cursor: pointer;
}
.button:hover {
background-color: #111;
}
label {
/* clear: both; */
/* float:left; */
display: inline-block;
width: 120px;
margin-top: 12px;
}