2019-10-08 19:58:46 +02:00
|
|
|
html * {
|
|
|
|
font-family: Courier New, Andale Mono, monospace;
|
|
|
|
font-size: 10pt;
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
h4 {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5.card-title {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-header {
|
2019-10-08 19:58:46 +02:00
|
|
|
padding: 0 20px;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-left: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
#wrapper #content-wrapper #content {
|
|
|
|
background-color: #000;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.topbar {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.nav-tabs .nav-link.active,
|
|
|
|
.nav-tabs .nav-link {
|
|
|
|
font-size: 1.0rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs>li.active>a,
|
|
|
|
.nav-tabs>li.active>a:focus,
|
|
|
|
.nav-tabs>li.active>a:hover,
|
|
|
|
.nav-tabs .nav-link:hover,
|
|
|
|
.input-group-addon {
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
cursor: default;
|
|
|
|
background-color: #000;
|
2019-10-20 22:58:53 +02:00
|
|
|
border: 1px solid #2ee600;
|
|
|
|
border-bottom-color: #2ee600;
|
2019-10-20 19:24:56 +02:00
|
|
|
border-radius: inherit;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs>li>a,.nav-tabs>li>a:hover {
|
2019-10-20 22:58:53 +02:00
|
|
|
border: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs {
|
2019-10-20 22:58:53 +02:00
|
|
|
border-bottom: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.navbar-default .navbar-brand,
|
|
|
|
.navbar-default .navbar-brand:hover {
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-toggle {
|
2019-10-20 22:58:53 +02:00
|
|
|
border-color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .navbar-toggle .icon-bar {
|
2019-10-20 22:58:53 +02:00
|
|
|
background-color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.navbar-default .navbar-toggle:focus,
|
|
|
|
.navbar-default .navbar-toggle:hover {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.nav-tabs .nav-link.active {
|
|
|
|
color: #000;
|
2019-10-20 22:58:53 +02:00
|
|
|
background-color: #2ee600;
|
|
|
|
border-color: #2ee600;
|
2019-10-20 19:24:56 +02:00
|
|
|
border-radius: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-brand-icon {
|
2019-10-08 19:58:46 +02:00
|
|
|
visibility: collapse;
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:focus, a:hover {
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.card>.card-header {
|
2019-10-20 22:58:53 +02:00
|
|
|
border-color: #2ee600;
|
|
|
|
background-color: #2ee600;
|
2019-10-20 19:24:56 +02:00
|
|
|
color: #000;
|
|
|
|
border-radius: unset;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
font-weight: bold;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.card>.card-header .fa {
|
2019-10-08 19:58:46 +02:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.card-header [class^="fa"] {
|
2019-10-08 19:58:46 +02:00
|
|
|
color: #000;
|
2019-10-20 19:24:56 +02:00
|
|
|
font-size: 1.0rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.col {
|
|
|
|
color: #000;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card, .card-body {
|
2019-10-08 19:58:46 +02:00
|
|
|
margin-bottom: 20px;
|
2019-10-20 22:58:53 +02:00
|
|
|
border: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
border-radius: 0px;
|
|
|
|
background-color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2019-10-20 22:58:53 +02:00
|
|
|
border-top: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-header {
|
|
|
|
font-size: 24pt;
|
|
|
|
margin: 10px 0 20px;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-bottom: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.sidebar-brand-text {
|
|
|
|
text-transform: none;
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-20 19:24:56 +02:00
|
|
|
font-size: 2.0rem;
|
|
|
|
font-weight: 500;
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-light #sidebarToggle {
|
2019-10-20 22:58:53 +02:00
|
|
|
background-color: #2ee600;
|
2019-10-20 19:24:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-light #sidebarToggle::after {
|
|
|
|
color: #000;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.sidebar-light .nav-item .nav-link:hover i {
|
|
|
|
color: #81ff61;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-light #sidebarToggle:hover {
|
|
|
|
background-color: #81ff61;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-footer {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-top: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.card>.card-header::before, .navbar-default::before {
|
2019-10-08 19:58:46 +02:00
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
|
|
|
|
z-index: 2;
|
|
|
|
background-size: 100% 2px, 3px 100%;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.sidebar-light, .sticky-footer {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.sidebar-light .nav-item .nav-link i {
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.sidebar .nav-item .nav-link {
|
|
|
|
padding: 0.6rem;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.sidebar-light hr.sidebar-divider {
|
2019-10-20 22:58:53 +02:00
|
|
|
border-top: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.topbar .topbar-divider {
|
2019-10-20 22:58:53 +02:00
|
|
|
border-right: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.info-item-wifi {
|
|
|
|
width: 6rem;
|
|
|
|
float: left;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.label-warning {
|
2019-10-20 22:58:53 +02:00
|
|
|
background-color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.label.label-warning {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.table>tbody>tr>td,
|
|
|
|
.table>tbody>tr>th,
|
|
|
|
.table>tfoot>tr>td,
|
|
|
|
.table>tfoot>tr>th,
|
|
|
|
.table>thead>tr>td,
|
|
|
|
.table>thead>tr>th {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
|
|
|
border-top: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table>thead>tr>th {
|
|
|
|
vertical-align: bottom;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-bottom: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
[class*="btn"], [class*="btn"]:focus, [class*="btn"]:disabled {
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-color: #2ee600;
|
|
|
|
border-color: #2ee600;
|
2019-10-20 19:24:56 +02:00
|
|
|
border-radius: 0px;
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
[class*="btn"]:hover {
|
|
|
|
background-color: #81ff61;
|
|
|
|
border-color: #81ff61;
|
|
|
|
border-color: #81ff61;
|
2019-10-08 19:58:46 +02:00
|
|
|
border-radius: 0px;
|
2019-10-20 19:24:56 +02:00
|
|
|
color: #000;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
[class*="btn"]:hover .disabled {
|
|
|
|
background-color:red;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
[class*="alert"] {
|
|
|
|
border-radius: 0px;
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
border: 1px dashed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: normal;
|
|
|
|
text-shadow: 0 0px 0 #000;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.form-control,
|
|
|
|
.form-control:focus {
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
background-color: #000;
|
2019-10-20 22:58:53 +02:00
|
|
|
border: 1px solid #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
border-radius: 0px;
|
|
|
|
transition: unset;
|
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.form-control:disabled,
|
|
|
|
.form-control[readonly] {
|
|
|
|
background-color: #000;
|
|
|
|
opacity: 0.5;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 22:58:53 +02:00
|
|
|
.form-control::-webkit-input-placeholder { color: #2ee600; }
|
|
|
|
.form-control:-moz-placeholder { color: #2ee600; }
|
|
|
|
.form-control::-moz-placeholder { color: #2ee600; }
|
|
|
|
.form-control:-ms-input-placeholder { color: #2ee600; }
|
|
|
|
.form-control::-ms-input-placeholder { color: #2ee600; }
|
2019-10-08 19:58:46 +02:00
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
input[type="text"]{
|
2019-10-20 22:58:53 +02:00
|
|
|
color: #2ee600 !important
|
2019-10-20 19:24:56 +02:00
|
|
|
}
|
|
|
|
|
2019-10-08 19:58:46 +02:00
|
|
|
.progress {
|
|
|
|
background-color: #000;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-bar {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-bar.progress-bar-info.progress-bar-striped.active {
|
2019-10-20 22:58:53 +02:00
|
|
|
background-color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-item {
|
|
|
|
width: 140px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logoutput {
|
|
|
|
width: 100%;
|
|
|
|
height: 300px;
|
|
|
|
background-color: #000;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.webconsole {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-10-20 22:58:53 +02:00
|
|
|
border-color: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
border-bottom: 1px solid;
|
|
|
|
border-left: 1px solid;
|
|
|
|
border-top: 0px;
|
|
|
|
border-right: 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#console {
|
|
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tspan, rect {
|
2019-10-20 22:58:53 +02:00
|
|
|
fill: #2ee600;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.service-status {
|
|
|
|
border-width: 0;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.service-status-running {
|
|
|
|
color: green;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
2019-10-20 19:24:56 +02:00
|
|
|
.service-status-stopped {
|
|
|
|
color: red;
|
|
|
|
animation: flash 1s linear infinite;
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
2019-10-20 19:24:56 +02:00
|
|
|
@keyframes flash {
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2019-10-08 19:58:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: #000;
|
|
|
|
border: #000;
|
|
|
|
}
|
2019-10-20 19:24:56 +02:00
|
|
|
|
|
|
|
.dhcp-static-leases {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dhcp-static-lease-row {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
2019-10-22 10:03:13 +02:00
|
|
|
.toggle-off.btn {
|
|
|
|
padding-left: 1.2rem;
|
|
|
|
font-size: 0.9rem!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-on.btn {
|
|
|
|
font-size: 0.9rem!important;
|
|
|
|
}
|
2019-10-20 19:24:56 +02:00
|
|
|
/* change transition animation when sidebar is toggled */
|
|
|
|
#accordionSidebar.toggled {
|
|
|
|
-webkit-transition-timing-function: ease;
|
|
|
|
-o-transition-timing-function: ease;
|
|
|
|
transition-timing-function: ease;
|
|
|
|
-webkit-transition-duration: .2s;
|
|
|
|
-o-transition-duration: .2s;
|
|
|
|
transition-duration: .2s;
|
|
|
|
}
|