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-radius: 8px;
border-radius: 8px 8px 0 0;
border: 1px solid var(--is-border-color);
border: 1px solid var(--is-border-color);
border-bottom: none;
display: inline;
width: 322px;
}
}


Line 91: Line 91:
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element {
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element {
margin: 4px;
margin: 4px;
border: none;
}
}