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))
 
+1
Line 12: Line 12:
border-top: 1px solid #AAA;
border-top: 1px solid #AAA;
clear: both;
clear: both;
}
.user-block .blue {
background-color: #def;
}
}

Revision as of 19:04, 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: #def;
}