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 |
||
(No se muestran 27 ediciones intermedias del mismo usuario) | |||
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 */ | ||
@font-face{ | |||
font-family: 'BebasNeue'; | |||
src: url('fonts/BebasNeue/BebasNeue-webfont.eot'); | |||
src: url('fonts/BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), | |||
url('fonts/BebasNeue/BebasNeue-webfont.woff') format('woff'), | |||
url('fonts/BebasNeue/BebasNeue-webfont.woff2') format('woff2'), | |||
url('fonts/BebasNeue/BebasNeue-webfont.ttf') format('truetype'), | |||
url('fonts/BebasNeue/BebasNeue-webfont.svg#webfont') format('svg'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
/*cajas de discos*/ | |||
.caratula {width:100%;} | |||
.politico-electo p {margin: 0;} | |||
.politico-electo br {display: none;} | |||
.etiqueta {font-weight:bold;vertical-align:top; padding-left:5px;} | |||
.caratulas {font-size: 0.9em; font-weight:bold; color: #2f2f2f; text-align:center; background: #e0e0e0;} | |||
.seccion-artista {font-size: 1.2em; color: #2f2f2f; text-align:center; font-family:BebasNeue,sans-serif; background:#f6d55c;} | |||
.seccion-disco {font-size: 1.2em; color: #2f2f2f; text-align:center; font-family:BebasNeue,sans-serif; background: #b0daf7;} | |||
.caja {width:350px; float:right; border: 1px solid #ccc; border-spacing:5px; border-collapse:separate; background:#f9f9f9; margin-left:2em!important; margin-bottom:2em!important; display:table;} | |||
/*parche para tabla en pantallas pequeñas*/ | |||
@media (max-width: 720px) {.content table {display: table;}} | |||
/*Tabla de pistas*/ | /*Tabla de pistas*/ | ||
.mw-headline {font-family: 'BebasNeue';} | |||
.mw-body-content h3, .mw-body-content h4 {font-weight: 400;} | |||
.pre-content h1,.content h1,.content h2{font-family:'BebasNeue','Georgia','Times',serif} | |||
.firstHeading {font-family: BebasNeue, sans-serif;color:#2f2f2f;} | |||
#firstHeading {font-family: BebasNeue, sans-serif;color:#2f2f2f;} | |||
.tope {vertical-align:top;} | |||
.centro {text-align:center;} | |||
.derecha {text-align:right;} | |||
.izquierda {text-align:left;} | |||
.centro-tope {text-align:center;vertical-align:top;} | .centro-tope {text-align:center;vertical-align:top;} | ||
/* To make images responsive */ | /* To make images responsive */ | ||
img {max-width:100%;height:auto;} | img {max-width:100%;height:auto;} | ||
/* dotted underline of links */ | /* dotted underline of links */ | ||
.mw-parser-output a {border-bottom: 1px dotted #647f9c;} | .mw-parser-output a {border-bottom: 1px dotted #647f9c;} |
Revisión actual - 05:18 21 nov 2020
/* CSS colocados aquí afectará a los usuarios del sitio móvil */
@font-face{
font-family: 'BebasNeue';
src: url('fonts/BebasNeue/BebasNeue-webfont.eot');
src: url('fonts/BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/BebasNeue/BebasNeue-webfont.woff') format('woff'),
url('fonts/BebasNeue/BebasNeue-webfont.woff2') format('woff2'),
url('fonts/BebasNeue/BebasNeue-webfont.ttf') format('truetype'),
url('fonts/BebasNeue/BebasNeue-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
/*cajas de discos*/
.caratula {width:100%;}
.politico-electo p {margin: 0;}
.politico-electo br {display: none;}
.etiqueta {font-weight:bold;vertical-align:top; padding-left:5px;}
.caratulas {font-size: 0.9em; font-weight:bold; color: #2f2f2f; text-align:center; background: #e0e0e0;}
.seccion-artista {font-size: 1.2em; color: #2f2f2f; text-align:center; font-family:BebasNeue,sans-serif; background:#f6d55c;}
.seccion-disco {font-size: 1.2em; color: #2f2f2f; text-align:center; font-family:BebasNeue,sans-serif; background: #b0daf7;}
.caja {width:350px; float:right; border: 1px solid #ccc; border-spacing:5px; border-collapse:separate; background:#f9f9f9; margin-left:2em!important; margin-bottom:2em!important; display:table;}
/*parche para tabla en pantallas pequeñas*/
@media (max-width: 720px) {.content table {display: table;}}
/*Tabla de pistas*/
.mw-headline {font-family: 'BebasNeue';}
.mw-body-content h3, .mw-body-content h4 {font-weight: 400;}
.pre-content h1,.content h1,.content h2{font-family:'BebasNeue','Georgia','Times',serif}
.firstHeading {font-family: BebasNeue, sans-serif;color:#2f2f2f;}
#firstHeading {font-family: BebasNeue, sans-serif;color:#2f2f2f;}
.tope {vertical-align:top;}
.centro {text-align:center;}
.derecha {text-align:right;}
.izquierda {text-align:left;}
.centro-tope {text-align:center;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;}