raspap-webgui/app/css/custom.css

142 lines
2.0 KiB
CSS
Raw Normal View History

2019-10-11 21:39:35 +02:00
body {
color: #212529;
}
.page-header {
margin: 20px 0 20px;
}
.page-header .logo {
margin-right: 5px;
}
2019-10-11 21:39:35 +02:00
.card {
border-color: #c61931;
}
2019-10-11 21:39:35 +02:00
.sidebar-brand-text {
text-transform: none;
color: #212529;
2019-10-13 00:04:27 +02:00
font-size: 1.8rem;
2019-10-11 21:39:35 +02:00
font-weight: 500;
2019-10-13 00:04:27 +02:00
font-family: Helvetica, Arial, sans-serif;
2019-10-11 21:39:35 +02:00
}
.card .card-header {
border-color: #d8224c;
background-color: #d8224c;
2019-10-11 21:39:35 +02:00
color: #fff;
2019-10-13 01:22:10 +02:00
font-size: 1.2rem;
}
2019-10-11 21:39:35 +02:00
.card-footer {
background-color: #f2f1f0;
}
2019-10-11 21:39:35 +02:00
.nav-item {
font-size: 0.85rem;
}
.sidebar .nav-item .nav-link {
padding: 0.6rem;
}
.alert-success {
background-color: #d4edda;
}
.btn-primary {
color: #d8224c;
background-color: #fff;
border-color: #d8224c;
}
.btn-warning {
color: #333;
}
.btn-primary:hover {
background-color: #c61931;
border-color: #c61931;
}
.info-item {
width: 140px;
float: left;
}
.webconsole {
width:100%;
height:100%;
border:1px solid;
}
#console {
height:500px;
}
.systemtabcontent {
height:100%;
min-height:500px;
}
.service-status-running,
.service-status-stopped {
background-color: #fff;
color: #333;
text-transform: uppercase;
line-height: inherit;
}
.service-status-running:before,
.service-status-stopped:before {
display: inline-block;
height: 16px;
width: 16px;
content: "\2022";
font-size: 3.5em;
color: green;
line-height: 16px;
vertical-align: bottom;
margin-right: 2px;
}
.service-status-stopped:before {
color: red;
animation: flash 1s linear infinite;
}
@keyframes flash {
50% {
opacity: 0;
}
}
.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 {
2019-10-08 20:08:25 +02:00
background: url("../../app/img/loading-spinner.gif") no-repeat scroll center center transparent;
min-height: 150px;
width: 100%;
}
2019-10-13 00:04:27 +02:00
.js-wifi-stations .card-body {
min-height: 256px;
}