Template:Block mbox/styles.css

Revision as of 19:10, 15 January 2025 by Luke (talk | contribs) (fix)
/* Stolen from [[wikipedia:Template:Blocked proxy]] */

.user-block {
	margin-bottom: 0.5em;
	background-color: #ffefd5;
	color: rgb(32, 33, 34);
	border: 1px solid #AAA;
	padding: 0.7em;
}

.user-block .user-block-body {
	border-top: 1px solid #AAA;
	clear: both;
}
.user-block.blue {
	background-color: #ddeeff;
}