1
0
Fork 0
satnogs-db/db/static/css/app.css

393 lines
6.6 KiB
CSS
Raw Normal View History

2015-04-22 05:05:30 -06:00
/* Fonts
==================== */
@font-face {
2017-02-12 10:47:28 -07:00
font-family: ClearSans;
2015-04-22 05:05:30 -06:00
src: url('../fonts/ClearSans-Regular.eot');
src: url('../fonts/ClearSans-Regular.eot?#iefix') format('embedded-opentype'),
2017-02-12 10:47:28 -07:00
url('../fonts/ClearSans-Regular.woff') format('woff'),
url('../fonts/ClearSans-Regular.ttf') format('truetype'),
url('../fonts/ClearSans-Regular.svg#open_sans') format('svg');
2015-04-22 05:05:30 -06:00
font-weight: normal;
font-style: normal;
}
@font-face {
2017-02-12 10:47:28 -07:00
font-family: ClearSans;
2015-04-22 05:05:30 -06:00
src: url('../fonts/ClearSans-Bold.eot');
src: url('../fonts/ClearSans-Bold.eot?#iefix') format('embedded-opentype'),
2017-02-12 10:47:28 -07:00
url('../fonts/ClearSans-Bold.woff') format('woff'),
url('../fonts/ClearSans-Bold.ttf') format('truetype'),
url('../fonts/ClearSans-Bold.svg#open_sansbold') format('svg');
2015-04-22 05:05:30 -06:00
font-weight: bold;
font-style: normal;
}
@font-face {
2017-02-12 10:47:28 -07:00
font-family: ClearSans;
2015-04-22 05:05:30 -06:00
src: url('../fonts/ClearSans-BoldItalic.eot');
src: url('../fonts/ClearSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
2017-02-12 10:47:28 -07:00
url('../fonts/ClearSans-BoldItalic.woff') format('woff'),
url('../fonts/ClearSans-BoldItalic.ttf') format('truetype'),
url('../fonts/ClearSans-BoldItalic.svg#open_sansbold_italic') format('svg');
2015-04-22 05:05:30 -06:00
font-weight: bold;
font-style: italic;
}
@font-face {
2017-02-12 10:47:28 -07:00
font-family: ClearSans;
2015-04-22 05:05:30 -06:00
src: url('../fonts/ClearSans-Italic.eot');
src: url('../fonts/ClearSans-Italic.eot?#iefix') format('embedded-opentype'),
2017-02-12 10:47:28 -07:00
url('../fonts/ClearSans-Italic.woff') format('woff'),
url('../fonts/ClearSans-Italic.ttf') format('truetype'),
url('../fonts/ClearSans-Italic.svg#open_sansitalic') format('svg');
2015-04-22 05:05:30 -06:00
font-weight: normal;
font-style: italic;
}
/* Generic
==================== */
body {
2017-02-12 10:47:28 -07:00
font-size: 14px;
2015-04-22 05:05:30 -06:00
line-height: 1.3;
2017-02-12 10:47:28 -07:00
font-family: ClearSans;
2015-04-22 05:05:30 -06:00
}
.alert-debug {
color: black;
background-color: white;
border-color: #d6e9c6;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-warning {
color: black;
background-color: orange;
border-color: #d6e9c6;
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
2015-07-17 11:21:35 -06:00
.error {
2017-02-12 10:47:28 -07:00
margin-top: 40px auto 0 auto;
2015-07-17 11:21:35 -06:00
width: 500px;
text-align: center;
}
2015-08-12 05:54:10 -06:00
.label-default {
background-color: #999;
}
2015-04-22 05:05:30 -06:00
.img-avatar {
border: 2px solid white;
border-radius: 50px;
float: left;
margin: 0 auto;
margin-top: -7px;
margin-right: 5px;
}
#main-navbar {
margin-top: 2%;
}
#navbar-logo {
width: 80px;
}
2017-02-12 10:47:28 -07:00
.statistics {
2015-04-22 05:05:30 -06:00
text-align: center;
2017-02-12 10:47:28 -07:00
text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.77);
2015-08-12 05:54:10 -06:00
margin-top: 12px;
}
2017-02-12 10:47:28 -07:00
.statistics > img {
2015-08-12 05:54:10 -06:00
max-width: 20px;
2015-04-22 05:05:30 -06:00
}
.panel-satellite {
margin-top: 20px;
}
.panel-satellite > div {
margin-bottom: 10px;
}
2015-08-12 05:54:10 -06:00
.satellite-info {
min-height: 100px;
}
.satellite-group-item {
margin-top: 20px;
}
a.satellite-item {
min-height: 120px;
padding: 10px;
2017-02-12 10:47:28 -07:00
border: 1px solid #ffffff;
2015-08-12 05:54:10 -06:00
cursor: pointer;
display: block;
2017-02-12 10:47:28 -07:00
background-image: linear-gradient(to bottom, #ffffff 0, #f4f4f4 100%);
2015-08-12 05:54:10 -06:00
color: black;
text-decoration: none;
2017-02-12 10:47:28 -07:00
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
2015-08-12 05:54:10 -06:00
border-radius: 5px;
}
a.satellite-item:hover {
2017-02-12 10:47:28 -07:00
box-shadow: 0 2px 5px #808080;
2015-08-12 05:54:10 -06:00
transition: all 0.3s ease-out 0s;
}
2015-04-22 05:05:30 -06:00
.satellite-title {
font-weight: bold;
font-size: 1.2em;
display: inline-block;
min-height: 30px;
padding-top: 5px;
}
.satellite-title .badge {
margin-top: -3px;
}
.satellite-names {
font-size: 1.1em;
margin-bottom: 10px;
font-weight: normal;
float: right;
margin-top: 5px;
}
#map {
width: 100%;
height: 250px;
border-radius: 5px;
}
.leaflet-left {
display: none;
}
.mapbox-improve-map {
display: none;
}
.satellite-suggest {
display: inline-block;
2015-08-12 05:54:10 -06:00
}
.satellite-img {
max-width: 70px;
2015-09-27 07:59:21 -06:00
max-height: 70px;
2015-08-12 05:54:10 -06:00
border-radius: 10px;
padding: 5px;
}
.satellite-img-full {
width: 100%;
max-height: 250px;
border-radius: 5px;
}
2015-08-12 05:54:10 -06:00
.satellite-transmitters {
position: absolute;
2017-02-12 10:47:28 -07:00
bottom: 0;
2015-08-12 05:54:10 -06:00
}
.satellite-transmitters > span {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100px;
2015-04-22 05:05:30 -06:00
}
2015-07-23 06:48:58 -06:00
.panel-transmitter {
2017-02-12 10:47:28 -07:00
margin: 20px 0;
2015-06-10 15:17:09 -06:00
}
.panel-first {
2015-04-22 05:05:30 -06:00
margin-top: 20px;
}
2015-07-23 06:48:58 -06:00
.suggest-transmitter {
2015-04-22 05:05:30 -06:00
margin-top: -6px;
}
.suggestions-counter {
display: inline-block;
2015-09-27 07:59:21 -06:00
font-size: 0.9em;
}
2015-07-23 06:48:58 -06:00
.label-transmitter-suggestions {
2015-04-22 05:05:30 -06:00
margin-right: 10px;
color: white;
}
2015-07-23 06:48:58 -06:00
.transmitter-element {
margin: 10px;
2015-04-22 05:05:30 -06:00
}
2015-07-23 06:48:58 -06:00
.transmitter-element-suggest {
2015-04-22 05:05:30 -06:00
margin-bottom: 10px;
}
.info {
margin-top: 30px;
margin-bottom: 30px;
}
2015-07-02 05:39:27 -06:00
.text {
max-width: 900px;
}
.faq > li {
margin-top: 20px;
}
2015-04-22 05:05:30 -06:00
footer {
margin-bottom: 10px;
}
.stage-notice {
2017-02-12 10:47:28 -07:00
background-color: #d74545;
color: white;
2015-07-11 12:25:26 -06:00
padding: 5px;
text-align: center;
font-size: 0.9em;
2015-07-11 12:25:26 -06:00
z-index: 20;
width: 100%;
position: fixed;
2017-02-12 10:47:28 -07:00
top: 0;
left: 0;
}
.stage-notice a {
color: #ffff00;
}
2017-02-12 10:47:28 -07:00
@media screen and (max-width: 768px) {
#map {
margin-top: 10px;
}
.satellite-img-full {
max-width: 300px;
}
}
/* Statistics page
==================== */
2017-02-12 10:47:28 -07:00
.stats {
padding-top: 20px;
padding-bottom: 20px;
}
.stats-hud {
2017-02-12 10:47:28 -07:00
padding: 15px;
}
.stats-hud-num {
display: block;
2017-02-12 10:47:28 -07:00
font-size: 2em;
font-weight: bold;
}
/* Telemetry D3 visualisation
============================= */
.chart text {
color: #333;
font-size: 12px;
}
svg.chart {
margin: 10px 50px;
}
#telemetry {
display: none;
}
#telemetry-descriptors {
padding: 0;
}
2016-11-20 10:14:31 -07:00
.telemetry-key {
cursor: pointer;
}
.circle {
fill: #286090;
cursor: pointer;
}
.chart-tooltip {
position: absolute;
background: #286090;
color: #fff;
2017-02-12 10:47:28 -07:00
font-family: ClearSans;
font-size: 12px;
text-align: center;
padding: 5px 5px 6px 5px;
2017-02-12 10:47:28 -07:00
border: 0;
border-radius: 3px;
}
.tick line, .domain {
2017-02-12 10:47:28 -07:00
fill: none;
stroke: #ddd;
}
.line {
fill: none;
stroke: #286090;
stroke-width: 2;
}
/* Telemetry Datepicker */
.datepicker {
border-radius: 3px;
padding-bottom: 25px;
}
.datepicker input {
2017-02-12 10:47:28 -07:00
font-family: ClearSans;
font-size: 13px;
padding: 5px 10px;
border: none;
2017-02-12 10:47:28 -07:00
box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
cursor: pointer;
}
.datepicker .input-group-addon {
background: #777;
color: #fff;
border: none;
}
.daterangepicker {
font-size: 13px;
}