Template:Footer/styles.css

From WikiMSK

< Template:Footer

Revision as of 19:21, 21 March 2022 by Jeremy (talk | contribs) (Created page with ".template-footer { background: #f8f9fa; border: 1px solid #a2a9b1; box-sizing: border-box; clear: both; margin: 1em 0; } .template-footer-title { background: #f7931d; c...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

.template-footer {
	background: #f8f9fa;
	border: 1px solid #a2a9b1;
	box-sizing: border-box;
	clear: both;
	margin: 1em 0;
}
.template-footer-title {
	background: #f7931d;
	cursor: pointer;
	font-weight: bold;
	margin: .5em;
	text-align: center;
}
.template-footer-table {
	border-collapse: separate;
	border-spacing: .5em;
	font-size: small;
	width: 100%;
}
.template-footer-group {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.template-footer-list {
	vertical-align: top;
}
.template-footer-list ul {
	margin: .5em 0 0 0 !important;
}
.template-footer-list ul:first-child {
	margin-top: 0 !important;
}

@media screen and (max-width:1000px) {
	.template-footer-content {
		display: none;
	}
}
/* [[Category:Template Style Pages]] */