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
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
.content {
.content {
.thumbcaption,
.thumbcaption,
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] {
figure[typeof~='mw:File/Frame'] > figcaption {
color: @white;
> figcaption {
padding: 4px 6px !important;
color: @white;
padding: 4px 6px;
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;
	}
}