Diferencia entre revisiones de «MediaWiki:Vector.css»

De Documentación
Saltar a: navegación, buscar
Línea 36: Línea 36:
 
div#mw-head {
 
div#mw-head {
 
   display: none;
 
   display: none;
}
 
 
#left-navigation {
 
  top: 1px;
 
 
}
 
}

Revisión del 10:34 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: 1px;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1px;
  margin-top: 1px;
}

/** Hide sidebar **/
div#mw-head {
  display: none;
}