Template:InfoTrackMoM/styles.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
/* Scrolling text */
.scroll {
	display: inline-block;
	animation: 20s linear 3s infinite scroll;
}
.scroll-container {
	line-height: 1;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}
@keyframes scroll {
	0% { transform: translateX(0) }
	100% { transform: translateX(-50%) translateX(-50px) }
}

/* DFGSoGei font */
@font-face {
	font-family: 'TemplateStyles-DFGSoGei';
	src: url(https://kh.wiki.gallery/images/DFGSoGei.woff2);
}