MediaWiki:Common.css: Difference between revisions

From sc2k-reverse
Jump to navigationJump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
pre {
font-size: larger;
}


/*
/*

Latest revision as of 03:58, 6 April 2025

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

pre {
	font-size: larger;
}

/*
 * Message box template
 * Lovingly borrowed from The Cutting Room Floor
 */
.msgbox {
	margin: 0 12em 1em 12em;
	border: 1px solid #888;
	background: #ddd;
	color: #000;
	padding: 0;
	border-spacing: 0;
}

.msgbox td {
	vertical-align: middle;
	padding: 0.5em 1em 0.5em 0;
	width: 100%;
}

.msgbox .msgboximg {
	vertical-align: middle;
	width: 0;
	padding: 0.5em 1em 0.5em 1em;
}