TemplateStyle:Notice/Gameplay.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 1: Line 1:
.newnotice {
.newnotice {
border: 3px solid #484468;
border: 3px solid #484468;
max-width: 80%;
min-width: 660px;
max-width: 880px;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
display: table;
border-spacing: 5px;
}
}


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


.newnotice-gameplay .newnotice-image {
.newnotice-gameplay .newnotice-image {
margin: 5px 0 5px 5px;
min-width: 40px;
background-image: url('https://halo.wiki.gallery/images/4/4b/HP-Icon-Gameplay.svg');
background-image: url('https://halo.wiki.gallery/images/4/4b/HP-Icon-Gameplay.svg');
background-position: center;
background-position: center;
Line 22: Line 22:


.newnotice-gameplay .newnotice-message {
.newnotice-gameplay .newnotice-message {
margin: 5px;
padding: 10px;
padding: 10px;
flex: 1;
background-image: url('https://halo.wiki.gallery/images/5/5b/HP-Background-Gameplay.svg');
background-image: url('https://halo.wiki.gallery/images/5/5b/HP-Background-Gameplay.svg');
background-position: right;
background-position: right;

Revision as of 14:19, June 20, 2022

.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 {
	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 {
	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;
}