Acciones

MediaWiki

MediaWiki:Common.css

De La Venciclopedia

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */

/*--------------------GENERAL--------------------*/
body {font-family:"Helvetica Neue", Helvetica, Arial!important; color:#3e3e3e;}
/**********ICONO DE LINK A PDF**********/ 
.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;}
/**********HIDE TITLE**********/ 
body.page-Help_Main_Page.action-view h1.firstHeading, body.page-Help_Main_Page.action-submit h1.firstHeading { display: none; }
/**********HIDE TAGLINE**********/
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
    display: none;
}
/**********OCULTA CONTENIDO INNECESARIO CUANDO SE IMPRIME**********/ 
 @media print {#privacy, #about, #disclaimer {display:none;} }
 
/**********PAD ADSENSE BOX IN PORTLET IN SIDEBAR**********/ 
#p-googleadsense .pBody {padding-top: 5px;text-align:  center;}

/**********OCULTA FLECHAS EN CIERTOS ENLACES EXTERNOS**********/ 
.plainlinksneverexpand a {background:none !important;padding:0 !important;}

/**********STRIPED TABLES**********/ 
table.zebra tr.odd {background-color: #eee;}

/*--------------------FONTS--------------------*/

/**********BEBAS NEUE**********/ 
@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;}

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

/**********TITULOS**********/ 
h1, h2, h3, h4, h5, h6 {font-family: 'BebasNeue'!important;margin: 0; color:#3e3e3e;}

/*----------ACTIONS BUTTONS----------*/ 
.show-for-medium-up {font-family: 'BebasNeue'!important;}

/*----------CHANGE ENCABEZADOS TO BEBAS----------*/ 
.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;}
/******************************HACKS******************************/

/*----------PARCHE PARA TABLAS EN PANTALLAS PEQUEÑA----------*/ 
@media (max-width: 720px) {.content table {display: table;}}


/*--------------------MUSICA--------------------*/

/*----------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:collapse; background:#f9f9f9; margin-left:2em; margin-bottom:2em; display:table;}
.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: collapse;}
/*----------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;}
/*----------MAKE IMAGES RESPONSIVE----------*/
img {max-width:100%;height:auto;}
/*----------DOTTENT UNDERLINE BELOW 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;}}
/*----------SPACING BEFORE BOTTOM AD----------*/
#p-cactions {margin-bottom: 120px;}
/*----------REMOVE SUBTITLE EN MAIN PAGE----------*/
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {display: none;}