Diferencia entre revisiones de «MediaWiki:Vector.css»

De Documentación
Saltar a: navegación, buscar
Línea 11: Línea 11:
 
/* Bring the text to 19px */
 
/* Bring the text to 19px */
 
.subtitulo {
 
.subtitulo {
  padding: 0;
 
  padding-top: 0px;
 
  padding-right: 0px;
 
  padding-bottom: 0px;
 
  padding-left: 0px;
 
 
   font-family: "Linux Libertine",Georgia,Times,serif;
 
   font-family: "Linux Libertine",Georgia,Times,serif;
 
   font-size: 19px;
 
   font-size: 19px;
Línea 24: Línea 19:
 
   border-bottom-style: solid;
 
   border-bottom-style: solid;
 
   border-bottom-color: rgb(170, 170, 170);
 
   border-bottom-color: rgb(170, 170, 170);
 +
  background: none;
 +
  background-image: none;
 +
  background-position-x: initial;
 +
  background-position-y: initial;
 +
  background-size: initial;
 +
  background-repeat-x: initial;
 +
  background-repeat-y: initial;
 +
  background-attachment: initial;
 +
  background-origin: initial;
 +
  background-clip: initial;
 +
  background-color: initial;
 +
  font-weight: normal;
 +
  margin: 0;
 +
  margin-top: 0px;
 +
  margin-right: 0px;
 +
  margin-bottom: 0px;
 +
  margin-left: 0px;
 +
  overflow: hidden;
 +
  overflow-x: hidden;
 +
  overflow-y: hidden;
 +
  padding-top: .5em;
 +
  padding-bottom: .17em;
 
}
 
}

Revisión del 15:13 1 feb 2016

/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */

/* Bring the text to 15px */
.parrafo {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  font-weight: normal; 
  color: black;
}

/* Bring the text to 19px */
.subtitulo {
  font-family: "Linux Libertine",Georgia,Times,serif;
  font-size: 19px;
  font-weight: normal; 
  color: #0645AD;
  border-bottom: 1px solid rgb(170, 170, 170);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(170, 170, 170);
  background: none;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  font-weight: normal;
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: .5em;
  padding-bottom: .17em;
}