earthtrek-core
Version:
Global Nominee NASA Space Apps Challenge 2017 Buenos Aires - Global Finalist (Best Use of Data) NASA Space Apps Challenge 2017 - 1D, 2D, 3D, Go! Challenge
77 lines (75 loc) • 1.67 kB
CSS
#left-toolbar {
top: 5%;
left: 2%;
max-width: 40%;
}
#satellite-toolbar-container img {
height: 80px;
}
#left-toolbar .slick-slide {
width: 100px;
}
#left-toolbar .slick-slide:hover {
background: rgba(80, 150, 200, 0.7);
}
#left-toolbar .satellite-selected {
background: rgba(80, 150, 200, 0.5);
}
#left-toolbar .popover {
background-color: rgba(58, 94, 107, 0.5);
}
#left-toolbar .popover-title {
background-color: rgba(3, 46, 67, 0.5);
}
#top-left-toolbar {
top: 1%;
left: 2%;
max-width: 50%;
}
.satellite-disabled img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}
#search-satellite {
text-align: right;
padding: 5px;
z-index: 1;
color: black;
}
#search-satellite button {
width: 30px;
height: 23px;
background-image: url("../images/mini-search.png");
background-repeat: no-repeat;
}
/**POPOVER*/
.satellite-popover {
text-transform: uppercase;
font-family: 'Myriad Pro Bold Condensed';
}
.popover-title img {
width: 34px;
heighti: 32px ;
}
.satellite-popover .satellite-description{
text-transform: none;
font-family: 'Myriad Pro Condensed';
}
.popover {
width: 200px;
font-family: 'Myriad Pro Condensed';
}
.satellite-options button {
width: 34px;
height: 32px;
margin-right: 5px;
}
button.satellite-zoom {
background-image: url("../images/zoom.png");
}
button.satellite-show {
background-image: url("../images/view.png");
}
button.satellite-hide {
background-image: url("../images/hide.png");
}