Created page with "→CSS placed here will be applied to all skins: →Override border color to match parent background: .gallerybox .thumb { border: none; →Remove border if you want no border: } →If you want to keep the border but match parent's background: .gallerybox .thumb { border: 1px solid ; →Inherit from parent: } →Alternatively, if you want to specify the parent's background color: .gallerybox { background-color:#315c27; /* Replace with actual par..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Override border color to match parent background */ | /* Override border color to match parent background */ | ||
.gallerybox .thumb | .gallerybox .thumb img, .gallerybox .thumb .mw-file-element { | ||
border: 1px solid; | |||
.gallerybox .thumb | |||
. | |||
border: 1px solid | |||
} | } | ||
Revision as of 01:15, 20 January 2025
/* CSS placed here will be applied to all skins */
/* Override border color to match parent background */
.gallerybox .thumb img, .gallerybox .thumb .mw-file-element {
border: 1px solid;
}
