<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles for the admin pages only */

/*	Refine standard site styling to create a different look to admin pages */
#ecc-memberoptions {
	background-color: #370;
}
#ecc-memberoptions a:hover {
	background-color: #3b0;
	color: #fff;
}
#ecc-header {
	background-color: #370;
}
#ecc-header h5 .ec {
	color: #CEFFAA;
}
#ecc-menu {
	border-bottom: 1px solid #370;
}
.ec-menu a.current {
	font-weight: bold;
	color: #370;
}
.ec-menu a:hover {
	background-color: #3b0 !important;
	color: #fff;
}
.ec-menu a.current:hover {
	color: #CEFFAA !important;
}

.profile-hint {
	padding: 6px 20px 6px 60px;
	background-color: #E3E4E9;
	border: 1px solid #E3E4E9;
	border-color: #B4B7C5;
	color: #60647D;
	font-size: 0.9em;
	background-image: URL(/images/blank_profile.jpg);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 4px 6px;
	border-radius: 4px;
	min-height: 57px;
	margin-bottom: 10px;
}



@media screen and (min-width: 640px) {
	.ec-menu li div {
		border-top-color: #370;
	}
	.ec-menu li div a:hover {
		background-color: #3b0;
		color: #fff;
	}
	.ec-menu a.home:hover {
		background-position: 8px -23px;
	}
}


/* re-colour common elements to blue scheme */

.ec-xbuttonset a {
	background-color: #370;
}
.ec-xbuttonset a:hover  {
	background-color: #3b0;
}
h1	{
	color: #370;
}

</pre></body></html>