MediaWiki:Common.css: Difference between revisions

From Marvel Cinematic Universe Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "→‎CSS placed here will be applied to all skins: .fp-section { background-color: #f9f9f9; border: 1px solid #ddd; vertical-align: top; margin: 1px; }")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.fp-section {
.mp-section {
background-color: #f9f9f9;
background-color: #f9f9f9;
border: 1px solid #ddd;
border: 1px solid #ddd;
vertical-align: top;
vertical-align: top;
margin: 1px;
margin: 1px;
}

.hatnote {
font-style: italic;
margin: 0.8em 1.6em;
}

.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}

.infobox .infobox-header {
font-size: 125%;
font-weight: bold;
text-align: center;
}

.infobox th:not(.infobox-header) {
text-align: left;
}

.infobox .infobox-template-links {
text-align: center;
}
}

Latest revision as of 05:43, 22 June 2024

/* CSS placed here will be applied to all skins */
.mp-section {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	vertical-align: top;
	margin: 1px;
}

.hatnote {
	font-style: italic;
	margin: 0.8em 1.6em;
}

.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	float: right;
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

.infobox .infobox-header {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox th:not(.infobox-header) {
	text-align: left;
}

.infobox .infobox-template-links {
	text-align: center;
}