Template:Newgame/styles.css

From Puyo Nexus Wiki
Jump to navigation Jump to search
.PPQGUIBase {
	background: linear-gradient(0deg, #A2A8F5, #C9DFF5);
	box-shadow: 0px 5px #383275;
	border-radius: 8px;
	overflow: hidden;
	margin:10px auto;
}

.PPQGUIBase > * {
	padding: 5px;
}

.PPQGUIHeader {
	background: url('/mediawiki/images/0/09/Title-bg-pc-custom.png') right center no-repeat #383275;
	color:white;
}

.PPQGUIInfo {
	background:white;
	margin:10px;
	border-radius:12px;
	padding:6px;
}