1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Style tweaks

This commit is contained in:
billz 2020-02-03 18:54:58 +00:00
parent bffaee8ab9
commit 3394c9cecc

View File

@ -1,7 +1,7 @@
html * { html * {
font-family: Courier New, Andale Mono, monospace; font-family: Courier New, Andale Mono, monospace;
font-size: 1.0rem; font-size: 1.0rem;
color: #2ee600; color: #2bcb02;
} }
h4 { h4 {
@ -14,11 +14,16 @@ h5.card-title {
.page-header { .page-header {
padding: 0 20px; padding: 0 20px;
border-left: 1px solid #2ee600; border-left: .01rem solid #2bcb02;
}
.navbar-logo {
margin-top: 0.5em;
margin-left: 0.5em;
} }
.sidebar-light .nav-item.active .nav-link i { .sidebar-light .nav-item.active .nav-link i {
color: #2ee600; color: #2bcb02;
} }
.sidebar .nav-item.active .nav-link { .sidebar .nav-item.active .nav-link {
@ -54,33 +59,33 @@ h5.card-title {
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:hover,
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:hover,
.input-group-addon { .input-group-addon {
color: #2ee600; color: #2bcb02;
cursor: default; cursor: default;
background-color: #000; background-color: #000;
border: 1px solid #2ee600; border: .01rem solid #2bcb02;
border-bottom-color: #2ee600; border-bottom-color: #2bcb02;
border-radius: inherit; border-radius: inherit;
} }
.nav-tabs>li>a,.nav-tabs>li>a:hover { .nav-tabs>li>a,.nav-tabs>li>a:hover {
border: 1px solid #2ee600; border: .01rem solid #2bcb02;
} }
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #2ee600; border-bottom: .01rem solid #2bcb02;
} }
.navbar-default .navbar-brand, .navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover { .navbar-default .navbar-brand:hover {
color: #2ee600; color: #2bcb02;
} }
.navbar-default .navbar-toggle { .navbar-default .navbar-toggle {
border-color: #2ee600; border-color: #2bcb02;
} }
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color: #2ee600; background-color: #2bcb02;
} }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:focus,
@ -90,23 +95,22 @@ h5.card-title {
.nav-tabs .nav-link.active { .nav-tabs .nav-link.active {
color: #000; color: #000;
background-color: #2ee600; background-color: #2bcb02;
border-color: #2ee600; border-color: #2bcb02;
border-radius: inherit; border-radius: inherit;
} }
.sidebar-brand-icon { .sidebar-brand-icon {
filter: invert(65%) sepia(900%) saturate(536%) hue-rotate(68deg) brightness(100%) contrast(120%); filter: invert(65%) sepia(900%) saturate(536%) hue-rotate(68deg) brightness(100%) contrast(120%);
width: 30px;
} }
a:focus, a:hover { a:focus, a:hover {
color: #2ee600; color: #2bcb02;
} }
.card>.card-header { .card>.card-header {
border-color: #2ee600; border-color: #2bcb02;
background-color: #2ee600; background-color: #2bcb02;
color: #000; color: #000;
border-radius: unset; border-radius: unset;
font-size: 1.1rem; font-size: 1.1rem;
@ -128,31 +132,31 @@ a:focus, a:hover {
.card, .card-body { .card, .card-body {
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid #2ee600; border: .01rem solid #2bcb02;
border-radius: 0px; border-radius: 0px;
background-color: #000; background-color: #000;
} }
hr { hr {
border-top: 1px solid #2ee600; border-top: .01rem solid #2bcb02;
} }
.page-header { .page-header {
font-size: 24pt; font-size: 24pt;
margin: 10px 0 20px; margin: 10px 0 20px;
border-bottom: 1px solid #2ee600; border-bottom: .01rem solid #2bcb02;
} }
.sidebar-brand-text { .sidebar-brand-text {
text-transform: none; text-transform: none;
color: #2ee600; color: #2bcb02;
font-size: 2.0rem; font-size: 2.0rem;
font-weight: 500; font-weight: 500;
font-family: inherit; font-family: inherit;
} }
.sidebar-light #sidebarToggle { .sidebar-light #sidebarToggle {
background-color: #2ee600; background-color: #2bcb02;
} }
.sidebar-light #sidebarToggle::after { .sidebar-light #sidebarToggle::after {
@ -179,7 +183,7 @@ hr {
.card-footer { .card-footer {
background-color: #000; background-color: #000;
border-top: 1px solid #2ee600; border-top: .01rem solid #2bcb02;
} }
.card>.card-header::before, .navbar-default::before { .card>.card-header::before, .navbar-default::before {
@ -201,7 +205,7 @@ hr {
} }
.sidebar-light .nav-item .nav-link i { .sidebar-light .nav-item .nav-link i {
color: #2ee600; color: #2bcb02;
} }
.sidebar .nav-item .nav-link { .sidebar .nav-item .nav-link {
@ -209,11 +213,11 @@ hr {
} }
.sidebar-light hr.sidebar-divider { .sidebar-light hr.sidebar-divider {
border-top: 1px solid #2ee600; border-top: .01rem solid #2bcb02;
} }
.topbar .topbar-divider { .topbar .topbar-divider {
border-right: 1px solid #2ee600; border-right: .01rem solid #2bcb02;
} }
.info-item { .info-item {
@ -221,13 +225,19 @@ hr {
float: left; float: left;
} }
.info-item-xs {
font-family: Verdana, Arial, sans-serif;
font-size: 0.7rem;
margin-left: 0.3rem;
}
.info-item-wifi { .info-item-wifi {
width: 6rem; width: 6rem;
float: left; float: left;
} }
.label-warning { .label-warning {
background-color: #2ee600; background-color: #2bcb02;
} }
span.label.label-warning { span.label.label-warning {
@ -241,20 +251,20 @@ span.label.label-warning {
.table>thead>tr>td, .table>thead>tr>td,
.table>thead>tr>th { .table>thead>tr>th {
background-color: #000; background-color: #000;
border-top: 1px solid #000; border-top: .01rem solid #000;
} }
.table>thead>tr>th { .table>thead>tr>th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 1px solid #2ee600; border-bottom: .01rem solid #2bcb02;
} }
[class*="btn"], [class*="btn"]:focus, [class*="btn"]:disabled { [class*="btn"], [class*="btn"]:focus, [class*="btn"]:disabled {
background-color: #000; background-color: #000;
border-color: #2ee600; border-color: #2bcb02;
border-color: #2ee600; border-color: #2bcb02;
border-radius: 0px; border-radius: 0px;
color: #2ee600; color: #2bcb02;
} }
[class*="btn"]:hover { [class*="btn"]:hover {
@ -271,9 +281,9 @@ span.label.label-warning {
[class*="alert"] { [class*="alert"] {
border-radius: 0px; border-radius: 0px;
color: #2ee600; color: #2bcb02;
background-color: #000; background-color: #000;
border-color: #2ee600; border-color: #2bcb02;
border: 1px dashed; border: 1px dashed;
} }
@ -286,9 +296,9 @@ span.label.label-warning {
.form-control, .form-control,
.form-control:focus { .form-control:focus {
color: #2ee600; color: #2bcb02;
background-color: #000; background-color: #000;
border: 1px solid #2ee600; border: .01rem solid #2bcb02;
border-radius: 0px; border-radius: 0px;
transition: unset; transition: unset;
} }
@ -299,14 +309,14 @@ span.label.label-warning {
opacity: 0.5; opacity: 0.5;
} }
.form-control::-webkit-input-placeholder { color: #2ee600; } .form-control::-webkit-input-placeholder { color: #2bcb02; }
.form-control:-moz-placeholder { color: #2ee600; } .form-control:-moz-placeholder { color: #2bcb02; }
.form-control::-moz-placeholder { color: #2ee600; } .form-control::-moz-placeholder { color: #2bcb02; }
.form-control:-ms-input-placeholder { color: #2ee600; } .form-control:-ms-input-placeholder { color: #2bcb02; }
.form-control::-ms-input-placeholder { color: #2ee600; } .form-control::-ms-input-placeholder { color: #2bcb02; }
input[type="text"]{ input[type="text"]{
color: #2ee600 !important color: #2bcb02 !important
} }
.progress { .progress {
@ -319,24 +329,24 @@ color: #2ee600 !important
} }
.progress-bar.progress-bar-info.progress-bar-striped.active { .progress-bar.progress-bar-info.progress-bar-striped.active {
background-color: #2ee600; background-color: #2bcb02;
} }
.logoutput { .logoutput {
width: 100%; width: 100%;
height: 300px; height: 300px;
background-color: #000; background-color: #000;
border-color: #2ee600; border-color: #2bcb02;
} }
.webconsole { .webconsole {
width: 100%; width: 100%;
height: 100%; height: 100%;
border-color: #2ee600; border-color: #2bcb02;
border-bottom: 1px solid; border-bottom: .01rem solid;
border-left: 1px solid; border-left: .01rem solid;
border-top: 0px; border-top: 0px;
border-right: 1px solid; border-right: .01rem solid;
} }
#console { #console {
@ -344,7 +354,7 @@ color: #2ee600 !important
} }
tspan, rect { tspan, rect {
fill: #2ee600; fill: #2bcb02;
} }
.service-status { .service-status {
@ -357,11 +367,11 @@ span.text.service-status {
} }
i.fas.fa-circle.service-status-up { i.fas.fa-circle.service-status-up {
color: #2ee600; color: #2bcb02;
} }
i.fas.fa-circle.service-status-down { i.fas.fa-circle.service-status-down {
color: #2ee600; color: #2bcb02;
animation: flash 1s linear infinite; animation: flash 1s linear infinite;
} }
@keyframes flash { @keyframes flash {