Diferencia entre revisiones de «MediaWiki:Common.css»

sin resumen de edición
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
.rootpage-Página_principal .firstHeading {
.rootpage-Página_principal .firstHeading {
display: none;
display: none;
}
img {
max-width: 100%;
height: auto !important;
    clip: rect(auto, auto, auto, auto) !important;
}
/*
* New image thumb design
*
* @dependencies none
* @source en.wikipedia.org/wiki/MediaWiki:Gadget-NewImageThumb.css
* @revision 2
* @author: Edokter ([[User:Edokter]])
*/
.tocnumber {
    color: #333;
}
.toc, #toc,
.catlinks,
.mw-gallery-traditional li.gallerybox div.thumb,
div.thumbinner {
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #B1B1B1 #B1B1B1 #E0E0E0;
    box-shadow:  0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
}
div.thumbinner {
    padding: 0;
}
div.thumbinner.mp-thumb {
    box-shadow: none;
}
html .thumbimage {
    border: none;
}
html .thumbcaption {
    line-height: 1.5;
    padding: 0.5em;
}
img.thumbborder {
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #B1B1B1 #B1B1B1 #E0E0E0;
}
.tmulti .tsingle {
    margin: 0 !important;
}
}