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

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(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; } } }")
Tags: Mobile edit Mobile web edit
 
No edit summary
Line 5:
.content {
.thumbcaption,
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption {
color: @white;
> figcaption {
colorpadding: @white4px 6px;
paddingmargin: 4px 6px0;
margin: 0;
}
}

Revision as of 22:55, 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;
		margin: 0;
		}
	}
}