MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 12: | Zeile 12: | ||
overflow: visible; | overflow: visible; | ||
position: relative; | position: relative; | ||
background-color: whitesmoke; | |||
border: none; | |||
} | } | ||
fieldset { | |||
background-color: whitesmoke; | |||
margin-bottom: 5px; | |||
padding: 5px; | |||
border: none; | |||
text-align: left; | |||
outline: none; | |||
} | |||
fieldset p { | |||
margin: 1em; | |||
} | |||
legend { | |||
color: white; | |||
background-color: grey; | |||
float: right; | |||
padding: 0.2em 1em; | |||
border-bottom-left-radius: 0.5em; | |||
font-weight: bold; | |||
} | |||
.vote-radio{ | .vote-radio{ | ||
Zeile 24: | Zeile 50: | ||
color:#0000FF; | color:#0000FF; | ||
z-index: auto; | z-index: auto; | ||
font-weight: normal; | |||
} | } | ||