MediaWiki:Minerva.less/files.less

From Brighter Shores Wiki
Revision as of 22:47, 22 April 2024 by Merds (talk | contribs) (Created page with "→‎------------------------- files and captions -------------------------: .content { .thumbcaption, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] { > figcaption { color: @white; padding: 4px 6px; margin: 0; } } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* -------------------------
      files and captions
   ------------------------- */
   
.content {
	.thumbcaption,
	figure[typeof~='mw:File/Thumb'],
	figure[typeof~='mw:File/Frame'] {
		> figcaption {
			color: @white;
			padding: 4px 6px;
			margin: 0;
		}
	}
}