MediaWiki:Common.css
De Dksoft Wiki
(Diferença entre revisões)
Linha 4: | Linha 4: | ||
#p-tb { display:none !important; } | #p-tb { display:none !important; } | ||
− | #globalWrapper { | + | #globalWrapper { |
− | + | max-width: 600px; | |
− | + | margin-left: auto; | |
− | width: | + | margin-right: auto; |
− | margin-left:auto; | + | |
− | margin-right:auto | + | |
− | + | ||
} | } |
Edição das 15h55min de 8 de maio de 2014
/** o código CSS colocado aqui será aplicado a todos os temas */ /* Remover a Toolbox da sidebar */ #p-tb { display:none !important; } #globalWrapper { max-width: 600px; margin-left: auto; margin-right: auto; }