48 lines
727 B
CSS
48 lines
727 B
CSS
.navbar-brand {
|
|
display: grid;
|
|
grid-template-columns: 1fr auto;
|
|
}
|
|
|
|
.image-brand {
|
|
width: 5cm;
|
|
}
|
|
|
|
.kontrollelement {
|
|
grid-column: 2;
|
|
}
|
|
|
|
.metadata {
|
|
grid-template-columns: 0.4fr auto 0.4fr;
|
|
grid-template-rows: auto 1fr;
|
|
background-color: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
html[theme="f0ck95d"] .badge-dark {
|
|
border: none;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.steuerung {
|
|
font-size:x-large;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.steuerung a {
|
|
color: white;
|
|
}
|
|
|
|
.blahlol {
|
|
grid-column: 2;
|
|
}
|
|
|
|
span#favs {
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.badge-dark, #themeselector {
|
|
background-color: unset;
|
|
border: unset;
|
|
} |