Template:Block mbox/styles.css: Difference between revisions

From WickedGov, the Massachusetts civics wiki
Jump to navigation Jump to search
m Protected "Template:Block mbox/styles.css": TemplateStyles for high-visibility template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
m Protected "Template:Block mbox/styles.css": Highly visible template: TemplateStyles for high-visibility template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
border-top: 1px solid #AAA;
border-top: 1px solid #AAA;
clear: both;
clear: both;
}
.user-block.blue {
background-color: #ddeeff;
}
}

Latest revision as of 19:23, 15 January 2025

/* 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;
}