MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 9: | Zeile 9: | ||
padding-bottom: 8px; | padding-bottom: 8px; | ||
padding-top: 8px; | padding-top: 8px; | ||
padding-left: | padding-left: 3px; | ||
padding-right: 10px; | padding-right: 10px; | ||
width: 170px; | width: 170px; | ||
height: 62px; | height: 62px; | ||
} | } | ||
Version vom 7. März 2023, 03:34 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.esys_rcorners {
border-radius: 10px;
border-color: black;
border-style: solid;
border-width: 0.5px;
background: white;
padding-bottom: 8px;
padding-top: 8px;
padding-left: 3px;
padding-right: 10px;
width: 170px;
height: 62px;
}