Template:Footer/styles.css

From WikiMSK
.template-footer {
	background: #f8f9fa;
	border: 1px solid #a2a9b1;
	box-sizing: border-box;
	clear: both;
	margin: 1em 0;
}
.template-footer-title {
	background: #3498db;
	cursor: pointer;
	font-weight: bold;
	padding: .4rem;
	text-align: center;
	color: white;
}
.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]] */