User:Base/userpage.css

From Meta, a Wikimedia project coordination wiki
.base-oh {
	background: #dc4;
	color: maroon;
	padding: 3em;
}
.oh-bio p:nth-child(even) {
	background: rgba(255, 255, 255, 0.5);
	margin: 0.75em;
}
.oh-userboxes {
	padding: 1.5em;
}
.oh-footer table {
	width: 100%;
}

.oh-footer table td {
	font-size: x-large;
	text-align: center;
	padding: 1em;
}

.oh-footer table td a {
	color: white;
}

.oh-footer table td:hover {
	background: #dc6;
}