MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung |
||
| (15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 6: | Zeile 6: | ||
font-optical-sizing: auto; | font-optical-sizing: auto; | ||
font-style: normal; | font-style: normal; | ||
} | |||
.firstHeading { | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
.mw-heading { | |||
text-align: center; | |||
} | } | ||
| Zeile 12: | Zeile 21: | ||
} | } | ||
.thumb, | .thumb, | ||
.thumbinner, | .thumbinner, | ||
.mw-file-element { | .mw-file-element { | ||
background: transparent !important; | background: transparent !important; | ||
} | |||
ol { | |||
padding-left: 0; | |||
} | |||
table.smwtable-clean { | |||
width: 100%; | |||
table-layout: auto; | |||
} | |||
.smwtable-clean tr > th { | |||
text-align: left !important; | |||
} | |||
.mw-redirectedfrom, | |||
#footer-poweredbysmwico { | |||
display: none; | |||
} | } | ||