Diferencia entre revisiones de «MediaWiki:Vector.css»
De Documentación
Línea 15: | Línea 15: | ||
font-weight: normal; | font-weight: normal; | ||
color: #0645AD; | 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); | ||
} | } |
Revisión del 14:59 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); }