MediaWiki:Gadget-SetGalleryToC.css

From Yugipedia
Jump to: navigation, search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down Ctrl and click the Refresh or Reload button. Firefox: hold down ⇧ Shift while clicking Reload (or press Ctrl+⇧ Shift+R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

.set-gallery__toc__container {
	background-color: #f8f9fa;
	border: 1px solid #CCC;
}
.set-gallery__toc__container > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.set-gallery__toc__entry {
	display: inline-block;
	padding: 0.25em;
}
.set-gallery__toc__entry::before {
	font-weight: bold;
}
.set-gallery__toc__entry:first-child::before {
	content: 'Go to:\20';
}
.set-gallery__toc__entry:not(:first-child)::before {
	content: '• ';
}