superzip-py / styles.css
jcheng5's picture
Initial commit
bd02426
raw
history blame contribute delete
976 Bytes
input[type="number"] {
max-width: 80%;
}
div.outer {
position: fixed;
top: 55px;
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; }
#controls {
/* Appearance */
background-color: white;
padding: 0 20px 20px 20px;
cursor: move;
/* Fade out while not hovering */
opacity: 0.65;
zoom: 0.9;
transition: opacity 500ms 1s;
z-index: 700;
}
#controls:hover {
/* Fade in while hovering */
opacity: 0.95;
transition-delay: 0;
}
/* Position and style citation */
#cite {
position: absolute;
bottom: 10px;
left: 10px;
font-size: 12px;
z-index: 700;
}
/* If not using map tiles, show a white background */
.leaflet-container {
background-color: white !important;
}
/* FigureWidget doesn't support config?!? */
.plotly .modebar-container {
display: none;
}