MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
No edit summary
No edit summary
Line 153: Line 153:
visibility: hidden;
visibility: hidden;
}
}
body
body {
background: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.png) 0 0 repeat;
background-attachment: fixed;
-webkit-animation: animate_background 6s linear infinite;
animation: animate_background 6s linear infinite;
}

@keyframes animate_background {
from {
transform: translate(0, 0);
}
to {
transform: translate(-257px, -257px);
}
}

/*body
{
{
background: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.png) 0 0 repeat;
background: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.png) 0 0 repeat;
Line 170: Line 186:
background-position: -257px -257px;
background-position: -257px -257px;
}
}
}
}*/


.mw-page-container
.mw-page-container