MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Klimahaupstadt Linz
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 72: | Zeile 72: | ||
#footer-custom li:first-child { | #footer-custom li:first-child { | ||
float:right; | float:right; | ||
} | |||
#footer-custom li:last-child { | |||
float:left; | |||
} | } |
Version vom 2. November 2024, 13:39 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.leaflet-tile-pane {
filter:grayscale() contrast(0.7) brightness(1.2);
}
@media screen {
.mw-parser-output a.extiw, .mw-parser-output a.external {
color: var(--bs-link-color) !important;
}
}
.semorg-detail-heading {
font-weight:bold;
}
.step-counter {
vertical-align: middle !important;
}
@media (min-width: 768px) {
.step-counter .step-number {
margin-left: 10px;
margin-right: 20px;
}
}
.step-counter .step-number {
color: #fff;
font-weight: bold;
width: 0;
height: 0;
display: inline-block;
text-align: center;
font-size: 15px;
margin-left: 5px;
margin-right: 15px;
border-left: 25px solid #97d1ab;
border-top: 23px solid transparent;
border-bottom: 15px solid transparent;
}
.step-counter .step-number-text {
display: block;
margin-left: -33px;
font-weight: bold;
font-size: 15px;
margin-top: -14px;
}
.step-text {
vertical-align: middle !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.steps p:last-child {
margin-bottom:0;
}
.semorg-detail-heading {
line-height:1.2;
}
.action-attributes {
margin-bottom:2rem;
}
.action-attributes .fa {
color:#666;
}
#footer-custom li:first-child {
float:right;
}
#footer-custom li:last-child {
float:left;
}