Diferencia entre revisiones de «MediaWiki:Vector.css»
De Documentación
| Línea 30: | Línea 30: | ||
div#footer { | div#footer { | ||
margin-left: 1em; | margin-left: 1em; | ||
| − | |||
} | } | ||
Revisión del 10:55 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;
}