MediaWiki:Common.css: differenze tra le versioni

Da Wiki The-West IT.
Vai alla navigazione
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 47: Riga 47:
     height:22px;
     height:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") top left;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") top left;
    margin:0px;
    padding:0px;
}
}


Riga 52: Riga 54:
     height:22px;
     height:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") top center;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") top center;
    margin:0px;
    padding:0px;
}
}


Riga 58: Riga 62:
     height:22px;
     height:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") top right;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") top right;
    margin:0px;
    padding:0px;
}
}


Riga 63: Riga 69:
     width:22px;
     width:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") center left;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") center left;
    margin:0px;
    padding:0px;
}
}


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


Riga 72: Riga 82:
     width:22px;
     width:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") center right;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") center right;
    margin:0px;
    padding:0px;
}
}


Riga 78: Riga 90:
     height:22px;
     height:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom left;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom left;
    margin:0px;
    padding:0px;
}
}


Riga 83: Riga 97:
     height:22px;
     height:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom center;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom center;
    margin:0px;
    padding:0px;
}
}


Riga 89: Riga 105:
     height:22px;
     height:22px;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom right;
     background:url("https://wiki.the-west.it/images/6/68/Popup.png") bottom right;
    margin:0px;
    padding:0px;
}
}

Versione delle 10:55, 19 dic 2016

/* 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;
    margin:0px;
    padding:0px;
}

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

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

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

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

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

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

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

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