2020-03-06 19:40:47 +01:00
|
|
|
/*
|
|
|
|
Theme Name: HackerNews
|
|
|
|
Author: @billz
|
|
|
|
Author URI: https://github.com/billz
|
|
|
|
Description: A theme inspired by HackerNews for RaspAP
|
|
|
|
License: GNU General Public License v3.0
|
|
|
|
*/
|
|
|
|
|
2019-10-08 19:58:46 +02:00
|
|
|
html * {
|
|
|
|
font-family: Verdana, Geneva, sans-serif;
|
2019-10-20 12:04:26 +02:00
|
|
|
font-size: 0.9rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
color: #828282;
|
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
body {
|
|
|
|
color: #212529;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a:focus, a:hover {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:26:01 +02:00
|
|
|
h4 {
|
2019-10-20 12:04:26 +02:00
|
|
|
font-size: 1.3rem;
|
2019-10-20 14:22:23 +02:00
|
|
|
color: #212529;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5.card-title {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
color: #212529;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.card {
|
2019-10-08 19:58:46 +02:00
|
|
|
border-radius: 1px;
|
|
|
|
border-color: #ff6600;
|
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.card>.card-header {
|
2019-10-08 19:58:46 +02:00
|
|
|
border-color: #ff6600;
|
|
|
|
background-color: #ff6600;
|
|
|
|
color: #000;
|
2019-10-20 14:22:23 +02:00
|
|
|
font-size: 1.0rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
font-weight: bold;
|
2019-10-20 12:04:26 +02:00
|
|
|
border-radius: unset;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.card-header .col {
|
|
|
|
color: #212529;
|
2019-11-01 10:11:48 +01:00
|
|
|
font-size: 1.0rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 14:22:23 +02:00
|
|
|
.card-header [class^="fa"] {
|
2019-10-08 19:58:46 +02:00
|
|
|
color: #fff;
|
2019-10-20 12:04:26 +02:00
|
|
|
font-size: 1.0rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-brand-text {
|
|
|
|
text-transform: none;
|
|
|
|
color: #212529;
|
|
|
|
font-size: 2.0rem;
|
|
|
|
font-weight: 500;
|
|
|
|
font-family: Verdana, Geneva, sans-serif;
|
|
|
|
}
|
|
|
|
|
2019-10-24 23:45:51 +02:00
|
|
|
|
2019-10-20 19:26:01 +02:00
|
|
|
ul.nav-tabs, .nav-tabs .nav-link {
|
|
|
|
background-color: #f6f6ef;
|
|
|
|
border-bottom: 1px solid #dddfeb;
|
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.sidebar .nav-item .nav-link {
|
|
|
|
padding: 0.6rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-24 23:45:51 +02:00
|
|
|
.sidebar-light .nav-item.active .nav-link {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2019-10-08 19:58:46 +02:00
|
|
|
.page-header {
|
|
|
|
font-size: 26pt;
|
|
|
|
margin: 10px 0 20px;
|
|
|
|
}
|
|
|
|
|
2020-02-03 13:33:31 +01:00
|
|
|
.navbar-logo {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:26:01 +02:00
|
|
|
#wrapper,#page-wrapper,
|
|
|
|
#wrapper #content-wrapper,
|
|
|
|
.nav>li>a,.nav {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2019-11-01 10:11:48 +01:00
|
|
|
/* Small devices (portrait phones, up to 576px) */
|
|
|
|
@media (max-width: 576px) {
|
|
|
|
.container-fluid, .card-body, .col-md-6 { padding-left: 0.5rem; padding-right: 0.5rem; }
|
|
|
|
.card .card-header { padding: .75rem .5rem; font-size: 1.0rem; }
|
|
|
|
.row { margin-left: 0rem; margin-right: 0rem; }
|
|
|
|
.col-lg-12 { padding-right: 0.25rem; padding-left: 0.25rem; }
|
|
|
|
.form-group.col-md-6 { margin-left: -0.5rem; }
|
|
|
|
.js-wifi-stations { margin-left: -0.5rem; margin-right: -0.5rem; }
|
|
|
|
h4.mt-3 { margin-left: 0.5rem; }
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:26:01 +02:00
|
|
|
.card-body {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #f6f6ef;
|
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.card-footer {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.alert-success {
|
|
|
|
background-color: #d4edda;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary, .btn-primary:hover {
|
|
|
|
color: #828282;
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #828282;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.btn-warning {
|
|
|
|
color: #333;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-bar {
|
|
|
|
color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-item {
|
2019-11-17 13:01:36 +01:00
|
|
|
width: 10rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2020-02-03 13:33:31 +01:00
|
|
|
.info-item-xs {
|
|
|
|
font-size: 0.7rem;
|
|
|
|
margin-left: 0.3rem;
|
|
|
|
}
|
|
|
|
|
2019-10-20 14:22:23 +02:00
|
|
|
.info-item-wifi {
|
|
|
|
width: 6rem;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2019-10-08 19:58:46 +02:00
|
|
|
.logoutput {
|
|
|
|
width: 100%;
|
2019-10-22 10:03:13 +02:00
|
|
|
height: 20rem;
|
|
|
|
border: 1px solid #d1d3e2;
|
|
|
|
border-radius: .35rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.service-status {
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
2020-02-03 13:33:31 +01:00
|
|
|
.service-status-up {
|
|
|
|
color: #a1ec38!important;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
2019-10-20 12:04:26 +02:00
|
|
|
|
2020-02-03 13:33:31 +01:00
|
|
|
.service-status-warn {
|
|
|
|
color: #f6f044!important;
|
2019-10-20 12:04:26 +02:00
|
|
|
}
|
|
|
|
|
2019-11-01 10:11:48 +01:00
|
|
|
.service-status-down {
|
2020-02-03 13:33:31 +01:00
|
|
|
color: #f80107!important;
|
2019-10-08 19:58:46 +02:00
|
|
|
animation: flash 1s linear infinite;
|
|
|
|
}
|
|
|
|
@keyframes flash {
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-02-03 13:33:31 +01:00
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.logoutput {
|
|
|
|
width:100%;
|
|
|
|
height:300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre.unstyled {
|
|
|
|
border-width: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dhcp-static-leases {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dhcp-static-lease-row {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading-spinner {
|
|
|
|
background: url("../../app/img/loading-spinner.gif") no-repeat scroll center center transparent;
|
|
|
|
min-height: 150px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js-reload-wifi-stations {
|
|
|
|
min-width: 10rem;
|
|
|
|
}
|
|
|
|
|
2019-10-29 19:30:07 +01:00
|
|
|
.sidebar.toggled .nav-item .nav-link {
|
|
|
|
text-align: center;
|
|
|
|
padding: .6rem 1rem;
|
|
|
|
width: 6.5rem;
|
|
|
|
}
|
|
|
|
|
2019-10-20 12:04:26 +02:00
|
|
|
.sidebar.toggled .nav-item .nav-link span {
|
|
|
|
display: none;
|
|
|
|
} .sidebar .nav-item .nav-link i,
|
|
|
|
.sidebar .nav-item .nav-link span {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-warning:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2019-10-22 10:03:13 +02:00
|
|
|
.toggle-off.btn {
|
|
|
|
padding-left: 0.9rem;
|
|
|
|
font-size: 0.9rem!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-on.btn {
|
|
|
|
font-size: 0.9rem!important;
|
|
|
|
}
|
|
|
|
|
2020-02-03 10:34:17 +01:00
|
|
|
canvas#divDBChartBandwidthhourly {
|
|
|
|
height: 350px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart-container {
|
|
|
|
height: 150px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
.table {
|
|
|
|
margin-bottom: 0rem;
|
|
|
|
}
|
2020-03-31 02:04:52 +02:00
|
|
|
|
|
|
|
.check-hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-updated {
|
|
|
|
opacity: 0;
|
|
|
|
color: #1cc88a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-progress {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|