Research Realm:Main Page/Sandbox/styles.css

From Research Realm
Revision as of 07:12, 17 October 2025 by Ringtail Raider (talk | contribs) (gonna test over here to get the columns to flex)
.mp-box {
	border: 1px solid #aaa; /* all colors overriden on specific elements in @media screen */
	padding: 0 0.5em 0.5em;
	margin-top: 4px;
}

/* Welcome text */

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

#mp-welcome {
	padding: 0.1em;
	margin-top: 0.5em;
}

#mp-welcome h1,
#mp-welcome .mw-heading1 {
	margin: 0;
	border-bottom: 0
}

#mp-welcome h1 {
	border-bottom: solid 1px #000;
	text-shadow: 1px 2px 3px #999;
	box-shadow: 0 4px 6px -6px #000;
}

#articlecount {
	font-size: 85%;
}

/* Middle section */

.topicstable {
	border-collapse: collapse;
	margin: 2em auto;
	width: 96%;
}

.topicstable td, th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b8b8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b8b8b8;
	padding: 0.5em;
	width: 20%;
}

.topicstable th {
	text-align: center;
}

.topicstable td {
	vertical-align:top;
	line-height: 1.2;
	padding: 1em 0.5em 2.5em 0.5em;
}

#mp-subtopics {
	margin-left: 2em;
	margin-top: 1.5em
}

/* Bottom text */

#mp-contributetable {
	margin: 0 auto 1em auto;
	line-height: 1.2;
}

#mp-contribute {
	font-size: 105%;
	font-weight: bold;
	padding-bottom: 1em;
}

#mp-exciting {
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 1em;
}

@media screen {
	#mp-topbanner {
		background-color: #eee;
		border-color: #b8b8b8;
	}
}