Template:MM Schedule/Styles.css

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

.mm-schedule {
	border: 1px solid #426787;
	border-radius: 0.5rem;
	display: table;
	padding: 0.5rem;
}

.mm-schedule .wikitable {
	border: none;
	padding: 0;
	width: 100%;
}

.mm-schedule .zw-table-container {
	margin: -2px;
}

.mm-schedule .zw-tabs {
	width: 100%;
}

.mm-schedule__time {
	text-align: center;
	width: 6rem;
}

.mm-schedule__location {
	text-align: center;
	width: 20%;
}