Jump to content

MediaWiki:Common.css: Difference between revisions

From Habbo Archive
No edit summary
No edit summary
Line 4: Line 4:
.cargoTable figure {
.cargoTable figure {
     width: 100%;
     width: 100%;
     margin: 0;
     margin: 0 !important;
     background: none;
     background: none;
     border: none;
     border: none;

Revision as of 12:41, 3 March 2025

/* CSS placed here will be applied to all skins */

/* Remove border and caption from Cargo dynamic table images */
.cargoTable figure {
    width: 100%;
    margin: 0 !important;
    background: none;
    border: none;
}

.cargoTable figure a::after {
    display: none;
}

.cargoTable figure img {
    margin: 0 !important;
    border: none !important;
}

.cargoTable figcaption {
    display: none !important;
}