TemplateStyle:Notice/Gameplay.css

From Halopedia, the Halo wiki

Revision as of 13:45, June 20, 2022 by Dab1001 (talk | contribs)
.newnotice {
	border: 3px solid #484468;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.newnotice-wrapper {
	display: flex;
	flex-direction: row;
}

.newnotice-gameplay .newnotice-image {
	margin: 5px 0 5px 5px;
	background-image: url('https://halo.wiki.gallery/images/4/4b/HP-Icon-Gameplay.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #5B4AAF;
}

.newnotice-gameplay .newnotice-message {
	margin: 5px;
	padding: 10px;
	background-image: url('https://halo.wiki.gallery/images/5/5b/HP-Background-Gameplay.svg');
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #353451;
}