Diferencia entre revisiones de «Common.css»
De La Venciclopedia
mSin resumen de edición |
mSin resumen de edición |
||
Línea 29: | Línea 29: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | } | ||
table {border-collapse: separate;} | |||
/*alineacion*/ | /*alineacion*/ | ||
.tope {vertical-align:top;} | .tope {vertical-align:top;} |
Revisión del 20:34 6 nov 2020
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
@import url('https://d1kwjvh454s9jx.cloudfront.net/templates/purity_iii/fonts/BebasNeue/stylesheet.css');
/*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%;}
/*
<pre>
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;}
/* da formato a los popups de la barra de herramientas (si funciona)
.XEBPopupTitle
{
background-color: #FFFAEF;
padding: 5px;
font-size: medium;
text-align: center
/* opacity: 0.9; */
}
.XEBMnuItm
{
}
*/
/*
</pre>
*/