MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
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; | ||
} | } | ||
Zeile 52: | Zeile 49: | ||
background-color: grey; | background-color: grey; | ||
float: right; | float: right; | ||
padding: 0.2em | padding: 0.2em 1em; | ||
border-bottom-left-radius: 0.5em; | border-bottom-left-radius: 0.5em; | ||
} | } | ||
Zeile 58: | Zeile 55: | ||
select { | select { | ||
background-color: white; | background-color: white; | ||
max-width: | max-width:200px; | ||
white-space: pre; | white-space: pre; | ||
text-overflow: ellipsis; | text-overflow: ellipsis; | ||
Zeile 67: | Zeile 64: | ||
cursor: pointer; | cursor: pointer; | ||
margin: 5px; | margin: 5px; | ||
width: 100%; | width: 100%; | ||
border: none; | border: none; | ||
Zeile 82: | Zeile 78: | ||
overflow: hidden; | overflow: hidden; | ||
background-color: whitesmoke; | background-color: whitesmoke; | ||
} | |||
.tooltip .tooltiptext { | |||
background-color: #DDD; | |||
color: #000; | |||
border-width:4px; | |||
border-radius:6px; | |||
padding: 5px; | |||
border: 1px solid #555; | |||
z-index: 10002; | |||
width:300px; | |||
font-size: 1rem; | |||
position: fixed; | |||
top: 50%; | |||
left: 50%; | |||
margin-left:-150px; | |||
bottom: 125%; | |||
text-align: left; | |||
white-space: normal; | |||
opacity: 0; | |||
transition: opacity 0.5s; | |||
display:inline-block; | |||
height: fit-content; | |||
user-select: none; | |||
} | } |