MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
border-width: 0.5px; | border-width: 0.5px; | ||
background: white; | background: white; | ||
padding: 8px; | padding-bottom: 8px; | ||
padding-top: 8px; | |||
padding-left: 3px; | |||
padding-right: 3px; | |||
width: 170px; | width: 170px; | ||
height: 62px; | height: 62px; | ||
} | } |
Version vom 7. März 2023, 03:33 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: 3px; width: 170px; height: 62px; }