No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Override styles for galleries with mode="nolines" */ | /* Override styles for galleries with mode="nolines" */ | ||
.mw-gallery-nolines .gallerybox .thumb { | .mw-gallery-nolines .gallerybox .thumb { | ||
background-color: inherit; /* Match parent's background or set a specific color */ | background-color: inherit; /* Match parent's background or set a specific color */ | ||
border: none; /* No border around the thumb container */ | border: none; /* No border around the thumb container */ | ||
} | } | ||
Revision as of 02:01, 20 January 2025
/* CSS placed here will be applied to all skins */
/* Override styles for galleries with mode="nolines" */
.mw-gallery-nolines .gallerybox .thumb {
background-color: inherit; /* Match parent's background or set a specific color */
border: none; /* No border around the thumb container */
}
