Acciones

MediaWiki

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) */
/* To make images responsive */
/* To make images responsive */
img {
img {max-width:100%;height:auto;}
max-width:100%;
/*dotted underline of links*/
height:auto;
.mw-parser-output a {border-bottom: 1px dotted #647f9c;}
}
/*
/*
<pre>
<pre>
Línea 25: Línea 24:
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
span.PDFlink a {
     background: url(http://venciclopedia.com/images/7/74/Icono_pdf_mini.png) center right no-repeat !important;
     background: url(https://www.venciclopedia.org/images/7/74/Icono_pdf_mini.png) center right no-repeat !important;
     padding-right: 17px !important;
     padding-right: 17px !important;
}
}

Revisión del 13:40 10 oct 2020

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */
/* To make images responsive */
img {max-width:100%;height:auto;}
/*dotted underline of links*/
.mw-parser-output a {border-bottom: 1px dotted #647f9c;}
/*
<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(http://venciclopedia.com/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>
*/