Jump to content

Template:Maorwy/main.css: Difference between revisions

From OkayXairen Wiki
imported>Maorwy
mNo edit summary
imported>Maorwy
mNo edit summary
Line 13: Line 13:
background: none;
background: none;
border: none;
border: none;
}
figcaption {
display: none;
}
}


Line 20: Line 24:
100% {scale: 1;}
100% {scale: 1;}
}
}
img .zoomie {
.zoomie img  {
width: 600px;
width: 600px;
animation: zoomie 2.5s ease-in-out infinite;
animation: zoomie 2.5s ease-in-out infinite;
}
}

Revision as of 16:52, 10 March 2026

.bg {
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: #34173c
}

.sauce {
	position: relative;
	color: #fff
}

figure, img {
	background: none;
	border: none;
}

figcaption {
	display: none;
}

@keyframes zoomie {
	0% {scale: 1;}
	50% {scale: 1.2;}
	100% {scale: 1;}
}
.zoomie img  {
	width: 600px;
	animation: zoomie 2.5s ease-in-out infinite;
}