Diferencia entre revisiones de «MediaWiki:Vector.css»

De Documentación
Saltar a: navegación, buscar
Línea 2: Línea 2:
  
 
/* Bring the text to 15px */
 
/* Bring the text to 15px */
.parrafo {
+
p {
 
   font-family: Tahoma, Verdana, Segoe, sans-serif;
 
   font-family: Tahoma, Verdana, Segoe, sans-serif;
   font-size: 15px;
+
   font-size: 16px;
 
   font-weight: normal;  
 
   font-weight: normal;  
 
   color: black;
 
   color: black;
Línea 32: Línea 32:
  
 
h2 {
 
h2 {
   font-size: 2.5em !important;
+
   font-size: 2.5em;
 
}
 
}

Revisión del 16:25 3 feb 2016

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

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

/* Bring the text to 19px */
.subtitulo {
  font-family: "Linux Libertine",Georgia,Times,serif;
  font-size: 2.0em !important;
  font-weight: normal !important;
  color: #0544AB;
  border-bottom: 1px solid rgb(170, 170, 170);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(170, 170, 170);
}

img {
  padding: 3px 10px; 
  border: #0544AB 5px solid; 
  border-radius: 20px; 
}

h1 {
  font-size: 3.0em !important;
}

h2 {
  font-size: 2.5em;
}