MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Klimahaupstadt Linz
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 88: Zeile 88:
margin-top:1rem;
margin-top:1rem;
margin-bottom:.5rem;
margin-bottom:.5rem;
}
.semorg-list-row-details {
color:#444;
font-size:14px;
}
}

Aktuelle Version vom 18. November 2024, 10:46 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;
}

.card-img, .card-img-bottom, .card-img-top {
width:50%;
margin-left:25%;
margin-top:1rem;
margin-bottom:.5rem;
}

.semorg-list-row-details {
color:#444;
font-size:14px;
}