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

De InfoSUS
Ir para: navegação, pesquisa
Linha 1: Linha 1:
 
/* Código CSS colocado aqui afectará os utilizadores do tema Vector */
 
/* Código CSS colocado aqui afectará os utilizadores do tema Vector */
 
div#mw-panel {
 
div#mw-panel {
    font-size: inherit !important;
 
    position: absolute !important;
 
 
     top: 211px !important;
 
     top: 211px !important;
     padding-top: 16em !important;
+
     padding-top: 1em !important;
    width: 10em !important;
 
    left: 0 !important;
 
 
}
 
}
  
 
#p-logo a {
 
#p-logo a {
    display: block !important;
 
    width: 10em !important;
 
 
     height: 248px !important;
 
     height: 248px !important;
    background-repeat: no-repeat !important;
 
    background-position: center center !important;
 
    text-decoration: none !important;
 
 
}
 
}
  
 
div#mw-panel #p-logo + div.portal {
 
div#mw-panel #p-logo + div.portal {
    background-image: none !important;
 
 
     margin-top: 72px !important;
 
     margin-top: 72px !important;
 
}
 
}
Linha 25: Linha 15:
 
div#mw-head {
 
div#mw-head {
 
     background: #DDEFC9 !important;
 
     background: #DDEFC9 !important;
    position: absolute !important;
 
    top: 0 !important;
 
    right: 0 !important;
 
    width: 100% !important;
 
 
}
 
}

Edição das 20h20min de 14 de março de 2017

/* Código CSS colocado aqui afectará os utilizadores do tema Vector */
div#mw-panel {
    top: 211px !important;
    padding-top: 1em !important;
}

#p-logo a {
    height: 248px !important;
}

div#mw-panel #p-logo + div.portal {
    margin-top: 72px !important;
}

div#mw-head {
    background: #DDEFC9 !important;
}