Jump to content

MediaWiki:Common.css: Difference between revisions

From Polytoria
Created page with "CSS placed here will be applied to all skins: .infobox { border: 1px #ff5951 solid; }"
 
No edit summary
Line 3: Line 3:
.infobox {
.infobox {
border: 1px #ff5951 solid;
border: 1px #ff5951 solid;
width: 270px;
float: right;
}
.infobox-title {
text-align: center;
font-size: 2em;
background-color: #ff5951;
color: #111;
}
.infobox-image {
text-align: center;
}
.infobox-parameter {
text-align: left;
}
}

Revision as of 22:41, 26 August 2025

/* CSS placed here will be applied to all skins */

.infobox {
	border: 1px #ff5951 solid;
	width: 270px;
	
	float: right;
}

.infobox-title {
	text-align: center;
	font-size: 2em;
	background-color: #ff5951;
	color: #111;
}

.infobox-image {
	text-align: center;
}

.infobox-parameter {
	text-align: left;
}