Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(79 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
}


/* Forzar que el contenedor de imagen centrada se ajuste al ancho de la imagen */
div.thumb.mw-halign-center {
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
}


/* Asegurar que el interior del thumb también sea consistente */
#catlinks { display: none; }
div.thumb.mw-halign-center .thumbinner {
    margin: 0 auto !important;
    display: table-caption; /* Opcional: ayuda a que el texto se mantenga dentro */
}

Latest revision as of 16:09, 5 March 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

}

#catlinks { display: none; }