Jump to content

Template:Maorwy/main.css: Difference between revisions

From OkayXairen Wiki
imported>Maorwy
mNo edit summary
Maorwy (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
body {
    opacity: 1;
}
.bg {
.bg {
position: fixed;
position: fixed;
Line 8: Line 12:
position: relative;
position: relative;
color: #fff
color: #fff
}
h2 {
color: #ccc;
}
}


Line 15: Line 23:
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;
}
}

Latest revision as of 14:55, 11 March 2026

body {
    opacity: 1;
}

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

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

h2 {
	color: #ccc;
}

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