-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
124 lines (107 loc) · 1.95 KB
/
styles.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
/*input[type="number"] {
max-width: 80%;
}*/
/*.leaflet-popup-content {
width:280px;
}*/
#currentImage, #modisLegend {
width:375px;
height:225px;
background-color: rgba(0, 0, 0, 0.0);
border-color:rgba(0, 0, 0, 0.0);
border-color: rgba(0, 0, 0, 0.0);
}
#plotpanel {
background-color: rgba(0, 0, 0, 0.0);
border-color:rgba(0, 0, 0, 0.0);
border-color: rgba(0, 0, 0, 0.0);
z-index: 11;
}
#showImage, #hidePlot {
z-index: 10;
position:absolute;
height:15px;
width:15px;
font-size: 8px;
padding: 0px 0px;
}
#showROIimage{
z-index:10;
position:absolute;
height:15px;
font-size:8px;
left: 20px;
padding:0px 10px;
}
.leaflet-right .leaflet-control {
margin-right: 130px;
}
.navbar {
height:40;
}
.img {
width:375px;
height:225px;
}
.roi {
width:375px;
height:225px;
}
div.outer {
position: fixed;
top: 41px;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 0;
}
/* Customize fonts */
body, label, input, button, select {
font-family: 'Helvetica Neue', Helvetica;
font-weight: 200;
}
h1, h2, h3, h4 { font-weight: 400;}
#siteTitle {
/* Appearance */
padding: 0px 10px 0px 10px;
z-index: 5;
border-width: 3px;
border-color: rgba(155, 155, 155, 1);
}
#mouseBox, #mouse {
background-color: rgba(0, 0, 0, 0.0);
border-color: rgba(0, 0, 0, 0.0);
box-shadow: none;
z-index: 4;
color:white;
}
#controls {
/* Appearance */
background-color: 'white';
padding: 0 20px 20px 20px;
cursor: move;
/* Fade out while not hovering */
opacity: 0.90;
zoom: 0.9;
transition: opacity 500ms 1s;
z-index: 5;
border-width: 3px;
border-color: rgba(155, 155, 155, 1);
}
#controls:hover {
/* Fade in while hovering */
opacity: 0.90;
transition-delay: 0;
}
/* Position and style citation */
#cite {
position: absolute;
bottom: 10px;
left: 10px;
font-size: 12px;
}
/* If not using map tiles, show a white background */
.leaflet-container {
background-color: white !important;
}