MediaWiki:Common.css

Aus Volksabstimmung

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
.mw-editsection { display:none!important; }

/* Style of the radio buttons in the vote */
.vote-radio-span{
  display: inline-block;
  width:25px;
}

.vote-radio{
  margin-left:7px;
}


.tooltip {
  position: relative;
  display: inline-block;
  color:#0000FF;
  z-index: 10000;
}


.tooltip .tooltiptext {
 line-height: normal;
  visibility: hidden;
  width: 300px;
  background-color: #DDD;
  color: #000;
  text-align: left;
  text-wrap: wrap;
  padding: 3px;
  border-radius:6px;
  border: 1px solid #555;



  position: absolute;
  z-index: 10000;
  bottom: 125%;
  left: 50%;
  margin-left: -180px;


  opacity: 0;
  transition: opacity 1s all ease;
transition-delay: .25s;


}


.tooltip .tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 60%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}