MediaWiki:Common.css: Difference between revisions

An idea by Jeff Lawlor
Created on 2024-10-08
No edit summary
No edit summary
Line 75: Line 75:
/* Updates to MediaWiki's Image Box */
/* Updates to MediaWiki's Image Box */
.mw-content-ltr figure[typeof~='mw:File/Thumb'] {
.mw-content-ltr figure[typeof~='mw:File/Thumb'] {
border: 0;
/*border: 0;*/
border-radius: 8px 8px 0 0;
border: 1px solid var(--is-border-color);
border-bottom: none;
}
}


figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element {
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element {
border-radius: 8px 8px 0 0;
padding: 7px;
padding: 7px;
border: 1px solid var(--is-border-color);
border-bottom: none;
}
}