MediaWiki:Minerva.less/files.less: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 8: Line 8:
figure[typeof~='mw:File/Frame'] > figcaption {
figure[typeof~='mw:File/Frame'] > figcaption {
color: @white;
color: @white;
padding: 4px 6px;
padding: 4px 6px !important;
margin: 0;
margin: 0;
}
}

Latest revision as of 23:01, 22 April 2024

/* -------------------------
      files and captions
   ------------------------- */
   
.content {
	.thumbcaption,
	figure[typeof~='mw:File/Thumb'] > figcaption,
	figure[typeof~='mw:File/Frame'] > figcaption {
		color: @white;
		padding: 4px 6px !important;
		margin: 0;
	}
}