An error occurred while loading the file. Please try again.
Montreal3DViewer.css 2.62 KiB
#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;
table {
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
    border-color: grey;
.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;
.credit1 { 
   	width: 75px;
	height: 75px;
	overflow: hidden;
    position: fixed;
    z-index: 99999;
    background: url(Images/hft.jpg) no-repeat;
    background-size: 75px;
    bottom: 70px;
    left: 10px;
	box-shadow: 0 0 10px 1px #000;    
.credit2 {
   	width: 75px;
	height: 75px;
overflow: hidden; position: fixed; z-index: 99999; background: url(Images/CU.jpg) no-repeat; background-size: 75px; bottom: 150px; left: 10px; box-shadow: 0 0 10px 1px #000; } .credit3 { width: 75px; height: 75px; overflow: hidden; position: fixed; z-index: 99999; background: url(Images/stt.png) no-repeat; background-size: 75px; bottom: 70px; left: 90px; box-shadow: 0 0 10px 1px #000; } .credit4 { width: 75px; height: 75px; overflow: hidden; position: fixed; z-index: 99999; background: url(Images/email.jpg) no-repeat; background-size: 75px; bottom: 1500px; left: 90px; box-shadow: 0 0 10px 1px #000; } #spinner { width: 287px; height: 141px; overflow: hidden; position: fixed; z-index: 99999; background-color: white; top: 50%; left: 50%; margin-top: -50px; margin-left: -100px; box-shadow: 0 0 10px 1px #000; } .credit-bar { position: fixed; bottom: 35px; left: 6px; font-size: 14px; color: white; background: rgba(0, 0, 0, 0.7); padding: 6px 12px; border-radius: 5px; z-index: 99999; box-shadow: 0 0 10px #000; font-family: sans-serif; } .credit-bar a { color: #1DA1F2; /* LinkedIn blue */ text-decoration: none; font-weight: bold; } .credit-bar a:hover { text-decoration: underline; }