Acciones

MediaWiki

Diferencia entre revisiones de «Common.css»

De La Venciclopedia

mSin resumen de edición
mSin resumen de edición
Línea 90: Línea 90:
/* toc font */
/* toc font */
#mw-toc-heading {font-family: 'BebasNeue'; padding: 5px;}
#mw-toc-heading {font-family: 'BebasNeue'; padding: 5px;}
/* titulos */
.title {font-family: 'BebasNeue';}

Revisión del 13:19 20 feb 2022

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
/*striped tables*/
table.zebra tr.odd {background-color: #eee;}

@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; margin-bottom:2em; display:table;}
/*parche para tabla en pantallas pequeñas*/
@media (max-width: 720px) {.content table {display: table;}}
/*encabezados bebas neue*/
.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;}
.datos {
	border: 1px solid #ccc; 
	width: 350px;
	background: #f9f9f9; 
	float: right; 
	margin-left: 2em; 
	margin-bottom: 2em; 
	display: table;
	}
/*cajas de datos*/
.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
}
table {border-collapse: separate;}
/*alineacion*/
.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;}
/* background top menu elements */
#p-personal li {background: lavender;padding: 5px;border-radius: 10%;}

/*Arreglando tablas para version movil */ 
@media (max-width: 720px){.content table {display:table;}}

.PDFlink a {
    background: url(https://www.venciclopedia.org/images/7/74/Icono_pdf_mini.png) center right no-repeat !important;
    padding-left: 17px !important;
    padding-right: 25px !important;
}

/* oculta contenido innecesario cuando se imprime */
 @media print {#privacy, #about, #disclaimer {display:none;} }

/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {padding-top: 5px;text-align:  center;}

/* oculta flechas en determinados enlaces externos */
.plainlinksneverexpand a {background:none !important;padding:0 !important;}

/* spacing before bottom ad */
#p-cactions {margin-bottom: 120px;}

/* toc font */
#mw-toc-heading {font-family: 'BebasNeue'; padding: 5px;}

/* titulos */
.title {font-family: 'BebasNeue';}