fmsReVo
https://fmsrevo.it/forum_old/

[RISOLTO]Problema visualizzazione status giocatori
https://fmsrevo.it/forum_old/viewtopic.php?f=16&t=2326
Pagina 1 di 1

Autore:  anth3000 [ 17/09/2012, 16:00 ]
Oggetto del messaggio:  [RISOLTO]Problema visualizzazione status giocatori

Volevo comunicare che nella v. 2.10 e nella v.2.11 ho notato questo inestetismo (vi allego lo screen così capite subito da soli). In pratica lo sfondo del riquadro info è trasparente e non grigio quando va in overlap con il campo da gioco. Grazie

Immagine

Autore:  puffin [ 17/09/2012, 16:24 ]
Oggetto del messaggio:  Re: Problema visualizzazione status giocatori

Hai ragione, nel file skin/originalReVo/css/layout.css

cambia questo:
Codice:
div.if_campo {
    background-image:url(../img/campo.png);
    background-position:12px 83px;
    background-repeat:no-repeat;
    height:485px;
    width:468px;
    float:left;
    margin-left:20px;
    z-index:10000;
    padding:0;   
    position: relative;
}

div.if_campo_V {
    background-image:url(../img/campoV.png);
    background-position:12px 83px;
    background-repeat:no-repeat;
    height:485px;
    width:468px;
    float:left;
    margin-left:20px;
    z-index:10000;
    padding:0;   
    position: relative;
}


con questo:
Codice:
div.if_campo {
    background-image:url(../img/campo.png);
    background-position:12px 83px;
    background-repeat:no-repeat;
    height:485px;
    width:468px;
    float:left;
    margin-left:20px;
    z-index:1000;
    padding:0;   
    position: relative;
}

div.if_campo_V {
    background-image:url(../img/campoV.png);
    background-position:12px 83px;
    background-repeat:no-repeat;
    height:485px;
    width:468px;
    float:left;
    margin-left:20px;
    z-index:1000;
    padding:0;   
    position: relative;
}

Autore:  anth3000 [ 17/09/2012, 16:32 ]
Oggetto del messaggio:  Re: Problema visualizzazione status giocatori

Tutto risolto! Si può chiudere, grazie mille. :D

Pagina 1 di 1 Tutti gli orari sono UTC + 1 ora [ ora legale ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/