MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (4 dazwischenliegende Versionen von einem anderen Benutzer werden 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; | |||
} | } | ||
| Zeile 38: | Zeile 65: | ||
border-radius:6px; | border-radius:6px; | ||
border: 1px solid #555; | border: 1px solid #555; | ||
position: absolute; | position: absolute; | ||
bottom: 125%; | bottom: 125%; | ||
left: 50%; | left: 50%; | ||
margin-left: -180px; | margin-left: -180px; | ||
opacity: 0; | opacity: 0; | ||
transition: opacity 1s all ease; | transition: opacity 1s all ease; | ||
transition-delay: .25s; | transition-delay: .25s; | ||
} | |||
.tooltip .rightsidetooltiptext { | |||
margin-left: -300px; | |||
} | |||
.tooltiptext{ | .tooltiptext{ | ||
z-index: 10000; | z-index: 10000; | ||
| Zeile 86: | Zeile 111: | ||
.tile { | .tile { | ||
flex: 1 0 300px; | flex: 1 0 300px; | ||
background-color: # | background-color: #FCFCFC; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0. | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); | ||
padding: 15px; | padding: 15px; | ||
border-radius: 10px; | border-radius: 10px; | ||
| Zeile 97: | Zeile 122: | ||
transform: scale(1.05); | transform: scale(1.05); | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
.vector-main-menu-action-opt-out { | |||
display: none !important; | |||
} | } | ||