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.
body {background: #000000 url("https://wiki.the-west.it/skins/thewest/images/bg.jpg") no-repeat fixed center top !important;}
#wrapper { width: 1200px; }
#container { width: 900px; }
#contentTop { width: 900px; background-size: 100% 77px; }
#content { width: 870px; background-size: 100%; }
#contentFooter { background-size: 101%; z-index: 0;}
#p-cactions { width: 850px; }





.striscia-espandibile {
    background:url("https://wiki.the-west.it/images/2/2f/Striscia.png") center top no-repeat !important;
    position:relative;
    text-align:left;
}
.mw-changeslist-legend, .mw-editfooter-list {
    background: none !important;
}

.set_icona {
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin-top: 3px;
    position: relative;
    width: 60px;
    overflow: hidden;
}

.set_icona_item1{
    bottom: 8px;
    left: -5px;
    position: absolute;
}

.set_icona_item1 img {
    height: 45px;
    width: 45px;
}

.set_icona_item2{
    position: absolute;
    right: 1px;
    top: 3px;
}

.set_icona_item3{
    bottom: 3px;
    position: absolute;
    right: 1px;
}

.set_icona_item2 img, .set_icona_item3 img {
    height: 30px;
    width: 30px;
}

.set_icona_arma1{
    left: 1px;
    position: absolute;
    top: 5px;
}

.set_icona_arma2{
    position: absolute;
    right: 1px;
    top: 5px;
}

.set_icona_arma1 img, .set_icona_arma2 img {
    height: 39px;
    width: 26px;
}

.set_icona_arma1{
    left: 1px;
    position: absolute;
    top: 8px;
}

.set_icona_arma2{
    position: absolute;
    right: 1px;
    top: 8px;
}

.set_icona_arma1 img, .set_icona_arma2 img {
    height: 45px;
    width: 45px;
}

div.item_container {
    /*background-image: url("https://wiki.the-west.it/images/e/e5/Bgitem.png");*/
    background-image: url("https://wiki.the-west.net/images/e/ec/Item_box.png");
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    padding: 3px;
    text-align: left;
}

div.item_container div.popup_window {
    display: none;
    margin: 0;
    min-width: 200px;
    position: absolute;
    white-space: nowrap;
    line-height: 1.3;
}

.popup_window {
    text-align: left;
}

div.item_container:hover > div.popup_window {
    display: block;
    left: 120%;
    top: 10px;
    z-index: 10;
}

div.popup_contents {
    font-family: Arial,Verdana,sans-serif;
    margin: 25px;
}

div.tw_popup_bg_tl, div.tw_popup_bg_tr, div.tw_popup_bg_bl, div.tw_popup_bg_br {
    background-image: url("https://wiki.the-west.net/images/6/68/Popup.png");
    position: absolute;
    z-index: -1;
}

.tw_popup_bg_tl {
    background-position: left top;
    bottom: 50%;
    left: 0;
    right: 50%;
    top: 0;
}

.tw_popup_bg_tr {
    background-position: right top;
    bottom: 50%;
    right: 0;
    top: 0;
    width: 50%;
}

.tw_popup_bg_bl {
    background-position: left bottom;
    bottom: 0;
    height: 50%;
    left: 0;
    right: 50%;
}

.tw_popup_bg_br {
    background-position: right bottom;
    bottom: 0;
    height: 50%;
    right: 0;
    width: 50%;
}

div.popup_image {
    background-image: url("https://wiki.the-west.net/images/e/ec/Item_box.png");
    background-repeat: no-repeat;
    height: 79px;
    margin: auto;
    width: 79px;
}

div.popup_image p img {
    margin: 3px;
}

p.txtspeed, p.txtid, p.txtdeg, p.txtset, p.tipoitem, p.txtinfo, p.txtinfo1, p.txtame, p.nomeitem, p.txtquete {
    display: inline;
}

p.nomeitem {
    color: #007700;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

p.tipoitem {
    color: #000000;
    font-size: 11px;
}

div.set {
    border: 0 solid #ff0000;
    padding: 5px 10px 0;
    text-align: center;
}

p.txtdanni {
    color: #000000;
}












/* 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: -50%;
    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 your mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; 
}

/* Grafica del popup */

div.popupbg_tl, div.popupbg_tr, div.popupbg_bl, div.popupbg_br {
    background-image: url("https://wiki.the-west.it/images/6/68/Popup.png");
    position: absolute;
    z-index: -1;
}

.popupbg_tl {
    background-position: left top;
    bottom: 50%;
    left: 0;
    right: 50%;
    top: 0;
}

.popupbg_tr {
    background-position: right top;
    bottom: 50%;
    right: 0;
    top: 0;
    width: 50%;
}

.popupbg_bl {
    background-position: left bottom;
    bottom: 0;
    height: 50%;
    left: 0;
    right: 50%;
}

.popupbg_br {
    background-position: right bottom;
    bottom: 0;
    height: 50%;
    right: 0;
    width: 50%;
}






.popup {
    position:relative;
    width:100%;
    background: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;
}

#input_level {display:inline-block;}

/*#switch {
    position: absolute;
    top: 30px;
    left: 195px;
    cursor: pointer;
}*/

.per_level:after {
    content: " (per Livello)";
}



#input_search {
    display: inline-block;
    /*background: url(https://westzzs.innogamescdn.com/images/tw2gui/textfield/textfield.png)  top left no-repeat;*/
    height: 30px;
    width: 12px;
}
#input_search {
    position: absolute;
    right: 250px;
}