MediaWiki:Common.css: Difference between revisions

From DSRPG
No edit summary
No edit summary
Line 14: Line 14:
.infoboxHeadTitle
.infoboxHeadTitle
{
{
width: 294px;
width: 300px;
text-align: center;
text-align: center;
margin: 3px auto;
margin: 3px auto;
font-weight: bold;
font-weight: bold;
}
}

Revision as of 22:06, 3 May 2025

/* CSS placed here will be applied to all skins */
.infoboxFrame
{
	width: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: #A2A9B1;
	float: right;
	overflow: auto;
	padding: 0px;
	background-color: #f8f9fa;
}

.infoboxHeadTitle
{
	width: 300px;
	text-align: center;
	margin: 3px auto;
	font-weight: bold;
}