Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epsylon
GitHub Repository: epsylon/ufonet
Path: blob/master/core/js/style.css
1207 views
1
body{
2
font-family: 'SourceSansPro-Regular', Arial, serif;
3
font-size: 12px;
4
}
5
.header{
6
width: inherit;
7
height: 20px;
8
text-align: center;
9
color:red;
10
font-size: 14px;
11
}
12
13
#url{
14
top:50px;
15
font-size: 30px;
16
color:#7777;
17
font-family: 'SourceSansPro-Bold';
18
text-shadow: 0px 2px 3px rgba(150, 150, 150, 1)
19
}
20
21
#map {
22
z-index:1;
23
top: 0px;
24
left: 0px;
25
position:absolute;
26
}
27
28
.bar{
29
z-index:2;
30
top:0px;
31
left:0px;
32
width:20px;
33
height:100%;
34
position:absolute;
35
background-color:rgba(255, 255, 255, 0.8);
36
-webkit-box-shadow: 12px 0px 8px -4px rgba(0, 0, 0, 0.5);
37
box-shadow: 12px 0px 8px -4px rgba(0, 0, 0, 0.5);
38
overflow: auto;
39
}
40
41
#button{
42
z-index:4;
43
float:right;
44
width: 10px;
45
height: 90%;
46
padding: 5px;
47
font-size: 20px;
48
49
}
50
51
.info{
52
z-index: 3;
53
width:250;
54
position: absolute;
55
top: 0px;
56
z-index: 4;
57
color:black;
58
padding: 15px;
59
float: left;
60
overflow: auto;
61
62
}
63
.test{
64
background: repeat;
65
}
66
67
.divider{
68
font-size: 14;
69
text-align: center;
70
}
71
#footer{
72
bottom:0;
73
overflow: auto;
74
}
75
.info a {
76
color:#6cb9f7;
77
}
78
.info img{
79
top :0px;
80
}
81
.info p {
82
overflow: auto;
83
padding-left: 10px;
84
}
85
.info #info-text{
86
text-align: justify;
87
height:inherit;
88
overflow: auto;
89
90
}
91
.toggle{
92
text-align: center;
93
font-weight: 700;
94
cursor: pointer;
95
font-size: 14;
96
}
97
98
#metadata{
99
visibility: hidden;
100
}
101
102
.bc-custom-control {
103
background-color:rgba(255, 255, 255, 0.7);
104
box-shadow: 0 1px 7px rgba(0,0,0,0.65);
105
-webkit-border-radius: 4px;
106
border-radius: 4px;
107
font-color: black;
108
color: black;
109
border-radius: 4px;
110
margin: 10px;
111
padding: 10px;
112
}
113
114
.leaflet-container a{
115
font-weight:700;
116
}
117
118
#error{
119
text-align: center;
120
font-weight: 700;
121
cursor: pointer;
122
font-size: 14;
123
color:red;
124
margin:42px;
125
}
126
127