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 10: Line 10:
padding: 4px 6px;
padding: 4px 6px;
margin: 0;
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;
	}
}