3DTilesViewer.css 1.38 KB
Newer Older
Rushikesh Padsala's avatar
Rushikesh Padsala committed
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


/*
html,
body,
*/

#Navbar {
    overflow: hidden;
}

html,
body,
#cesiumContainer {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

/*for chart*/


table {
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
    border-color: grey;
}

.apexcharts-tooltip {
    background: #C0C0C0 !important;
    color: black;
}




.backdrop {
    display: inline-block;
    background: rgba(42, 42, 42, 0.7);
    border-radius: 5px;
    border: 1px solid #444;
    color: #fff;
    line-height: 150%;
    font-size: small;
	box-shadow: 0 0 10px 1px #000;
}

button.cesium-infoBox-camera {
    display: none;
}

.cesium-infoBox {

    width: 80%;
    height: auto;
    right: 5px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    border: 1px solid #444;
    padding: 5px 10px;
    color: #fff;
    font: 1em "Fira Sans", sans-serif;
    float: right;
}

.cesium-infoBox-title {
    background: rgba(0, 0, 0, 0);
    font: 1em "Fira Sans", sans-serif;
}

.cesium-infoBox-close {
    z-index: 99999;
}

.credit {
   
	width: 100px;
	height: 100px;
	overflow: hidden;
    position: fixed;
    z-index: 99999;
    background: url(Images/hft.jpg) no-repeat;
    background-size: 100px;
    bottom: 70px;
    left: 10px;
	box-shadow: 0 0 10px 1px #000;
    /*    left: 5px;*/
}