%PDF- %PDF-
| Direktori : /backups/router/usr/local/opnsense/www/themes/opnsense-dark/build/css/ |
| Current File : //backups/router/usr/local/opnsense/www/themes/opnsense-dark/build/css/dns-overview.css |
.tab-content {
padding: 10px;
border-top: 1px solid #1a1d27;
}
.banner {
width: 25%;
}
.stats-element {
height: 5em;
background: #1a1d27;
overflow: hidden;
display: flex;
justify-content: flex-start;
border-radius: 0.3em;
margin: auto;
border: 1px solid rgba(217, 79, 0, 0.2);
}
.stats-icon {
height: auto;
width: 50%;
object-fit: cover;
background: rgba(217, 79, 0, 0.2);
border-radius: 0 2em 2em 0/0 3em 3em 0;
box-shadow: 3px 5px 1px 3px rgba(217, 79, 0, 0.25);
}
.large-icon {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2em;
}
.stats-text {
height: 5em;
width: 15em;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
flex-direction: column;
}
.stats-counter-text {
margin: 0;
padding: 0;
text-align: center;
font-size: 15px;
}
.stats-inner-text {
margin: 0;
padding: 0;
text-align: center;
font-size: 15px;
}
#bannersub {
text-align: center;
margin: 5px;
}
.list-group-wrapper {
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
.list-item-domain {
height: 2.5em;
}
.list-group-item-border {
border: 1px solid #ddd;
}
.list-group-item-border:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 2px solid black;
}
.list-group-item-border:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.btn.pull-right {
margin-left: 3px;
}
.odd-bg {
background: #373736;
}
.top-item {
display: flex;
white-space: nowrap;
}
.group-p {
overflow: hidden;
height: 20px;
margin-right: 5px;
text-overflow: ellipsis;
}
.counter {
position: relative;
top: -3px;
font-size: 14px;
line-height: 1.4;
flex: 1;
text-align: right;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.query-success {
background-color: #018786;
}
.query-info {
background-color: #BB9AB1;
}
.query-danger {
background-color: #C5705D;
}
.query-warning {
background-color: #E8B86D;
}
.query-error {
background-color: #cf6679;
}
#searchFilter {
display: inline-block;
margin: 0 20px 0 0;
vertical-align: middle;
}
.tag {
font-size: 14px;
padding: 0.3em 0.4em 0.4em;
margin: 0 0.1em;
}
.tag a {
color: #bbb;
cursor: pointer;
opacity: 0.9;
}
.tag a {
margin: 0 0 0 0.3em;
}
.tag a fa-times {
color: #373736;
margin-bottom: 2px;
}
.tooltip-inner {
max-width: 1000px !important;
}