Template:Frameless/Styles.css

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
/* [[Category:Template Styles]] */

.zw-frameless figure {
	background: none;
	border: none;
	border-radius: 0;
}

.zw-frameless figcaption {
	background-color: #336089;
	border-radius: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.5rem;
	text-align: center;
}

.zw-frameless img {
	background: none !important;
}