MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 22: | Zeile 22: | ||
.mw-message-box { | .mw-message-box { | ||
background-color: whitesmoke; | background-color: whitesmoke; | ||
margin: 0px; | |||
margin: | |||
padding: 5px; | padding: 5px; | ||
width: 100%; | width: 100%; | ||
Zeile 34: | Zeile 33: | ||
fieldset { | fieldset { | ||
background-color: whitesmoke; | background-color: whitesmoke; | ||
margin: | margin: 0px; | ||
padding: 5px; | padding: 5px; | ||
border: none; | border: none; | ||
text-align: left; | text-align: left; | ||
outline: none; | outline: none; | ||
max-width: 500px; | max-width: 500px; | ||
Version vom 27. Juni 2024, 07:25 Uhr
/* All CSS here will be loaded for users of the MinervaNeue skin */ /* Style of the radio buttons in the vote */ .vote-radio-span{ display: inline-block; width:13px; } .vote-radio{ width:11px; height:11px; margin-left:1px; } input { background-color: white; } .mw-message-box { background-color: whitesmoke; margin: 0px; padding: 5px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } fieldset { background-color: whitesmoke; margin: 0px; padding: 5px; border: none; text-align: left; outline: none; max-width: 500px; } fieldset p { margin: 1em; } legend { color: white; background-color: grey; float: right; padding: 0.2em 1.5em; border-bottom-left-radius: 0.5em; } select { background-color: white; max-width:250px; white-space: pre; text-overflow: ellipsis; } .mw-collapsible { background-color: whitesmoke; cursor: pointer; margin: 5px; padding: 5px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .mw-collapsible-content { padding: 5px; display: none; overflow: hidden; background-color: whitesmoke; }