MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Klimahaupstadt Linz
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 65: Zeile 65:
.action-attributes {
.action-attributes {
margin-bottom:2rem;
margin-bottom:2rem;
}
span.me-3 {
white-space:nowrap;
}
}
.action-attributes .fa,
.action-attributes .fa,

Version vom 13. November 2024, 13:19 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;
}

span.me-3 {
white-space:nowrap;
}
.action-attributes .fa,
.action-attributes .fas {
color:#666;
}

#footer-custom li:first-child {
float:right;
}

#footer-custom li:last-child {
float:left;
}