MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 80: | Zeile 80: | ||
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: 99; | |||
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; | |||
} | } |