TemplateStyle:Notice/Gameplay.css

From Halopedia, the Halo wiki

Revision as of 14:20, June 20, 2022 by Dab1001 (talk | contribs)
.newnotice {
	border: 3px solid #484468;
	min-width: 660px;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	border-spacing: 5px;
}

.newnotice-wrapper {
	display: table-row;
}

.newnotice-gameplay .newnotice-image {
	display: table-cell;
	background-color: #5B4AAF;
}

.newnotice-gameplay .newnotice-message {
	display: table-cell;
	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;
	color: #fff;
}