Research Realm:Main Page/styles.css

From Research Realm
Revision as of 20:42, 13 October 2025 by Ringtail Raider (talk | contribs) (Ringtail Raider moved page Template:Main Page/styles.css to Research Realm:Main Page/styles.css without leaving a redirect: why didn't this work when I made it there?)
/* {{pp|small=yes}} */
.mp-box {
	border: 1px solid #aaa; /* all colors overriden on specific elements in @media screen */
	padding: 0 0.5em 0.5em;
	margin-top: 4px;
}

#mp-welcomecount {
	text-align: center;
	margin: 0.4em;
}

#mp-welcome {
	font-size: 162%;
	padding: 0.1em;
}

@media screen {
	#mp-topbanner {
		background-color: #f9f9f9;
		border-color: #ddd;
	}
}