MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 153:
visibility: hidden;
}
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;
Line 170 ⟶ 186:
background-position: -257px -257px;
}
}*/
 
.mw-page-container