Daniel Larson Wiki:Main Page/styles.css

From Daniel Larson Wiki
Revision as of 21:52, 9 February 2024 by HoodMoney54 (talk | contribs)
Jump to navigation Jump to search
.welcome {
	font-size: 200%;
	font-family: Georgia, serif;
	font-weight: bold;
	text-align: center;
}

.mp-box {
	width: 100%;
	border: 1px solid gray;
	padding: 0.5em;
	margin-top: 4px;
}

.mp-h2 {
	border: 1px solid #aaa; /* all border colors overriden on specific elements */
	margin: 0.5em 0;
	padding: 0.2em 0.4em;
	font-size: 120%;
	font-weight: bold;
	font-family: Georgia, serif; /* inherit; */
}

.mp-left {
	display: inline-block;
	width: 50%
}

.mp-right {
	display: inline-block;
	width: 50%
}