Template:Footer/styles.css: Difference between revisions

From WikiMSK
(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...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
}
}
.template-footer-title {
.template-footer-title {
background: #f7931d;
background: #3498db;
cursor: pointer;
cursor: pointer;
font-weight: bold;
font-weight: bold;
margin: .5em;
padding: .4rem;
text-align: center;
text-align: center;
color: white;
}
}
.template-footer-table {
.template-footer-table {
Line 33: 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 39: 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]] */