Template:Footer/styles.css: Difference between revisions

From WikiMSK
No edit summary
No edit summary
 
Line 34: Line 34:
margin-top: 0 !important;
margin-top: 0 !important;
}
}
 
/*
@media screen and (max-width:1000px) {
@media screen and (max-width:1000px) {
.template-footer-content {
.template-footer-content {
Line 40: Line 40:
}
}
}
}
*/
/* [[Category:Template Style Pages]] */
/* [[Category:Template Style Pages]] */

Latest revision as of 22:16, 23 March 2022

.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]] */