Template:Notice/styles.css

From Splatoon Fanon
table.notice {
	font-size: 90%;
	text-align: center;
	min-width: 250px;
    max-width: 500px;
	width: 95%;
	padding: 0.2em;
	margin: 15px auto 0;
	clear: both;
}
.notice + .notice,
.content-table-wrapper + .content-table-wrapper .notice {
	margin-top: 2px !important;
}
table.notice th {
	padding-left: 1em;
	padding-right: 1em;
}
table.notice .mw-collapsible-toggle {
	font-weight: bold;
}
body:not(.mobile) table.notice .mw-collapsible-toggle-collapsed {
	margin-left: 10px;
}
body:not(.mobile) .notice.mw-made-collapsible:not(.mw-collapsed) > tbody > tr:first-of-type > th {
	padding-left: 4.4em;
}
@media print {
	.notice {
		display: none;
	}
}