Acciones

MediaWiki

Diferencia entre revisiones de «Mobile.css»

De La Venciclopedia

(Página creada con «→‎CSS colocados aquí afectará a los usuarios del sitio móvil: →‎Tabla de pistas: .centro-tope {text-align:center;vertical-align:top;} .tope {vertical-align:top;} /*…»)
 
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 */
/*Tabla de pistas*/
/*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;}
.centro-tope {text-align:center;vertical-align:top;}
.tope {vertical-align:top;}
.tope {vertical-align:top;}

Revisión del 12:21 2 nov 2020

/* CSS colocados aquí afectará a los usuarios del sitio móvil */
/*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;}