Diferencia entre revisiones de «Mobile.css»
De La Venciclopedia
mSin resumen de edición |
mSin resumen de edición |
||
Línea 1: | Línea 1: | ||
/* CSS colocados aquí afectará a los usuarios del sitio móvil */ | /* CSS colocados aquí afectará a los usuarios del sitio móvil */ | ||
@import url('https://d1kwjvh454s9jx.cloudfront.net/templates/purity_iii/fonts/BebasNeue/stylesheet.css'); | |||
/*Tabla de pistas*/ | /*Tabla de pistas*/ | ||
.mw-headline { | .mw-headline { |
Revisión del 12:22 2 nov 2020
/* CSS colocados aquí afectará a los usuarios del sitio móvil */
@import url('https://d1kwjvh454s9jx.cloudfront.net/templates/purity_iii/fonts/BebasNeue/stylesheet.css');
/*Tabla de pistas*/
.mw-headline {
font-family: 'BebasNeue';
}
.firstHeading {font-family: BebasNeue, sans-serif;color:#2f2f2f;}
#firstHeading {font-family: BebasNeue, sans-serif;color:#2f2f2f;}
.centro-tope {text-align:center;vertical-align:top;}
.tope {vertical-align:top;}
/* To make images responsive */
img {max-width:100%;height:auto;}
/* dotted underline of links */
.mw-parser-output a {border-bottom: 1px dotted #647f9c;}