MediaWiki:Common.css

Da Wiki The-West IT.
Vai alla navigazione

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
/* Tooltip main */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #e7ded4;
    text-align: center;
    padding: 10px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 999999999;
    top: 0;
    left: 125%;
    margin-left: 0;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
    
    /*Box shadow*/
    box-shadow: 2px 2px 10px #000;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Grafica del popup */
.popup {
    position:relative;
    width:100%;
    bacground:none;
}

.popupbg1 {
    width:22px;
    height:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") top left;
}

.popupbg2 {
    height:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") top center;
}

.popupbg3 {
    width:22px;
    height:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") top right;
}

.popupbg4 {
    width:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") center left;
}

.popupbg5 {
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") center center;
}

.popupbg6 {
    width:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") center right;
}

.popupbg7 {
    width:22px;
    height:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom left;
}

.popupbg8 {
    height:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom center;
}

.popupbg9 {
    width:22px;
    height:22px;
    background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom right;
}