-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblu.css
120 lines (112 loc) · 1.95 KB
/
blu.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
html,
body,
#viewDiv {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
#homeDiv {
left: 15px;
top: 130px;
z-index: 35;
position: absolute;
}
.sub-nav {
background-image: linear-gradient(45deg, rgba(100,100,100,1.0), rgba(100,100,100,0.0)) !important;
}
.germany {
background-image: linear-gradient(black 33.3%, red 33.3%, red 66.6%, gold 66.6%);
}
#menuDiv span {
display:block;
}
.dijitButtonNode :hover {
background-color:#555;
}
.esri-popup__main-container {
max-height:1000px !important;
}
/* START own widgets */
.esride-camera-status {
padding:6px;
}
.esride-time-flies {
padding:6px;
min-width:400px;
}
.esride-time-flies a {
text-decoration:underline !important;
}
.esride-time-flies div {
display:inline-block;
}
.btn {
border:1px solid #eee;
}
.is-active {
background-color: transparent !important;
color:#0079c1 !important;
}
.popupbtn {
margin-bottom:5px;
display:block;
min-width:135px;
float:left;
}
.popupvid {
float:right;
}
@media all and (min-width: 800px) {
.popupvid {
width:400px;
height:300px;
}
.popupcontent {
min-width:600px;
}
}
@media all and (max-width: 800px) {
.popupvid {
width:300px;
height:225px;
}
.popupcontent {
min-width:500px;
}
}
@media all and (max-width: 500px) {
.popupvid {
width:200px;
height:150px;
}
.popupcontent {
min-width:400px;
}
}
.popupvid {
float:right;
}
.popupcontent {
margin-bottom:5px;
display:block;
}
.drive-viewer-video {
height:290px !important;
}
/* END own widgets */
/* START adjusting Calcite elements */
.loader {
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.7);
z-index: 500;
position: absolute !important;
}
.padding-leader-3 {
padding-top: 45% !important;
}
/* END adjusting Calcite elements */
#visualization {
background:#fff;
}