Diferencia entre revisiones de «Common.css»
De La Venciclopedia
mSin resumen de edición |
mSin resumen de edición |
||
Línea 1: | Línea 1: | ||
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */ | /* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */ | ||
/******CUSTOM*******/ | |||
/* 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;} | ||
/* background top menu elements */ | |||
#p-personal li {background: lavender;padding: 5px;border-radius: 10%;} | |||
/* | /* | ||
<pre> | <pre> | ||
Línea 17: | Línea 22: | ||
#bodyContent a[href*=".PDF?"].external, | #bodyContent a[href*=".PDF?"].external, | ||
#bodyContent a[href*=".PDF#"].external { | #bodyContent a[href*=".PDF#"].external { | ||
background: url( | background: url(https://www.venciclopedia.org/images/7/74/Icono_pdf_mini.png) center right no-repeat; | ||
padding-right: 16px; | padding-right: 16px; | ||
} | } | ||
/* Cambia el icono de los enlaces externos a uno de Adobe cuando se la clase PDFlink */ | /* Cambia el icono de los enlaces externos a uno de Adobe cuando se la clase PDFlink */ | ||
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */ | /* is used (notably Template:PDFlink). This works in IE, unlike the above. */ |
Revisión del 13:51 10 oct 2020
/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
/******CUSTOM*******/
/* 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;}}
/* Cambia el icono de los enlaces externos a uno de Adobe para todos los PDF */
/* (en navegadores compatibles con estas opciones de CSS, como Mozilla y Opera) */
#bodyContent a[href$=".pdf"].external,
#bodyContent a[href*=".pdf?"].external,
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external,
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external {
background: url(https://www.venciclopedia.org/images/7/74/Icono_pdf_mini.png) center right no-repeat;
padding-right: 16px;
}
/* Cambia el icono de los enlaces externos a uno de Adobe cuando se la clase PDFlink */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
background: url(https://www.venciclopedia.org/images/7/74/Icono_pdf_mini.png) center right no-repeat !important;
padding-right: 17px !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>
*/