Diferencia entre revisiones de «MediaWiki:Vector.css»
De Documentación
Línea 35: | Línea 35: | ||
div#mw-head { | div#mw-head { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #left-navigation { | ||
+ | top: 1em; | ||
} | } |
Revisión del 10:28 15 abr 2016
/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */ .subtitle{ font-family: "Linux Libertine",Georgia,Times,serif; font-weight: normal !important; border-bottom: 1px solid #aaa; } .image{ max-width: 85%; padding: 3px 10px; border: #312782 2px solid; border-radius: 10px; } .paragraph{ font-size: 16px !important; } /** Hide sidebar **/ div#mw-panel { display: none; } #left-navigation { left: 1em; } #mw-head-base, div#content, div#footer { margin-left: 1em; } /** Hide sidebar **/ div#mw-head { display: none; } #left-navigation { top: 1em; }