Mudanças entre as edições de "MediaWiki:Vector.css"
De InfoSUS
(Criou página com '→Código CSS colocado aqui afectará os utilizadores do tema Vector: div#mw-panel { font-size: inherit; position: absolute; top: 211px; padding-top: 6em;...') |
|||
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; | + | font-size: inherit !important; |
− | position: absolute; | + | position: absolute !important; |
− | top: 211px; | + | top: 211px !important; |
− | padding-top: 6em; | + | padding-top: 6em !important; |
− | width: 10em; | + | width: 10em !important; |
− | left: 0; | + | left: 0 !important; |
} | } | ||
#p-logo a { | #p-logo a { | ||
− | display: block; | + | display: block !important; |
− | width: 10em; | + | width: 10em !important; |
− | height: 248px; | + | height: 248px !important; |
− | background-repeat: no-repeat; | + | background-repeat: no-repeat !important; |
− | background-position: center center; | + | background-position: center center !important; |
− | text-decoration: none; | + | text-decoration: none !important; |
} | } |
Edição das 19h59min de 14 de março de 2017
/* Código CSS colocado aqui afectará os utilizadores do tema Vector */ div#mw-panel { font-size: inherit !important; position: absolute !important; top: 211px !important; padding-top: 6em !important; width: 10em !important; left: 0 !important; } #p-logo a { display: block !important; width: 10em !important; height: 248px !important; background-repeat: no-repeat !important; background-position: center center !important; text-decoration: none !important; }