MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5:
#mw-content-container {
/* Background image (default cat) */
background-image: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.pngnone);
-webkit-animation: animate_background 6s linear 0s infinite;
-moz-animation: animate_background 6s linear 0s infinite;
-o-animation: animate_background 6s linear 0s infinite;
animation: animate_background 6s linear 0s infinite;
border: greynone;
background-color: transparent;
background-position: left top;
background-repeat: repeat;
}
.mw-footer-container {
border-top: none;
box-shadow: none;
}
body
{
background: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.png) 0 0 repeat;
-webkit-animation: animate_background 6s linear 0s infinite;
-moz-animation: animate_background 6s linear 0s infinite;