Diferencia entre revisiones de «MediaWiki:Vector.css»
De Documentación
Línea 24: | Línea 24: | ||
#left-navigation { | #left-navigation { | ||
− | left: | + | left: 1em; |
} | } | ||
#mw-head-base, | #mw-head-base, | ||
div#content, | div#content, | ||
div#footer { | div#footer { | ||
− | margin-left: | + | margin-left: 1em; |
− | margin-top: | + | margin-top: 1em; |
} | } |
Revisión del 10:35 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; margin-top: 1em; }