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;
|
|
|
|
font-size: 1.1rem;
|
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;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:26:01 +02:00
|
|
|
#wrapper,#page-wrapper,
|
|
|
|
#wrapper #content-wrapper,
|
|
|
|
.nav>li>a,.nav {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
width: 140px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.fas.fa-circle.service-status-running {
|
2019-10-08 19:58:46 +02:00
|
|
|
color: green;
|
|
|
|
}
|
2019-10-20 12:04:26 +02:00
|
|
|
|
|
|
|
i.fas.fa-circle.service-status-stopped {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-status-stopped {
|
2019-10-08 19:58:46 +02:00
|
|
|
animation: flash 1s linear infinite;
|
|
|
|
}
|
|
|
|
@keyframes flash {
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|