Mudanças entre as edições de "MediaWiki:Vector.css"

De Gelo e Fogo wiki
Ir para navegação Ir para pesquisar

 

Linha 3: Linha 3:
  
 
#p-logo {
 
#p-logo {
         z-index: 3;
+
          
 
         position: absolute; /*needed to use z-index */
 
         position: absolute; /*needed to use z-index */
 
         top: 0px;
 
         top: 0px;
Linha 10: Linha 10:
 
         width: 200px;
 
         width: 200px;
 
         overflow: visible;
 
         overflow: visible;
}
 
 
#p-logo a,
 
#p-logo a:hover {
 
        display: block;
 
        height: 200px;
 
        width: 200px;
 
        background-repeat: no-repeat;
 
        background-position: 35% 50% !important;
 
        text-decoration: none;
 
 
}
 
}

Edição das 01h24min de 22 de junho de 2012

/* Código CSS colocado aqui afectará os utilizadores do tema Vector */


#p-logo {
        
        position: absolute; /*needed to use z-index */
        top: 0px;
        left: 0px;
        height: 200px;
        width: 200px;
        overflow: visible;
}