Template:Draft:PPQ Story Tabs/styles.css

From Puyo Nexus Wiki
Jump to navigation Jump to search
.atariHeader {
	background-image: url('/mediawiki/images/thumb/1/12/LineStickerVol3_Atari3.png/100px-LineStickerVol3_Atari3.png'), repeating-linear-gradient( -45deg, #fff4d4, #fff4d4 10px, #ffe1bf 10px, #ffe1bf 20px );
	background-position: left center;
	background-repeat: no-repeat;
}

.sunohimeHeader {
	background-image: url('/mediawiki/images/thumb/5/56/LineStickerVol3_Sunohime.png/100px-LineStickerVol3_Sunohime.png'), repeating-linear-gradient( -45deg, #e7f2da, #e7f2da 10px, #d9dec5 10px, #d9dec5 20px );
	background-position: left center;
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
	.atariMobileStroke {
		text-shadow:2px 2px #ffe1bf, -2px 2px #ffe1bf, -2px -2px #ffe1bf, 2px -2px #ffe1bf, 0 -2px #ffe1bf, 2px 0 #ffe1bf, 0 2px #ffe1bf, -2px 0 #ffe1bf
	}
	.sunohimeMobileStroke {
		text-shadow:2px 2px #d9dec5, -2px 2px #d9dec5, -2px -2px #d9dec5, 2px -2px #d9dec5, 0 -2px #d9dec5, 2px 0 #d9dec5, 0 2px #d9dec5, -2px 0 #d9dec5
	}
}