MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 153:
visibility: hidden;
}
/*body {
position: relative;
background: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.png) 0 0 repeat;
overflow: hidden;
background-attachment: fixed;
}
-webkit-animation: animate_background 6s linear infinite;
 
animation: animate_background 6s linear infinite;
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 140%;
height: 140%;
background: url(https://static.miraheze.org/emmytherobotwiki/0/06/Bgtile.png) 0 0 repeat;
-webkit-animation: animate_background 6s linear infinite;
z-index: -1; /* Ensure it's behind other content */
}
 
@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 185 ⟶ 195:
background-position: -257px -257px;
}
}*/
 
.mw-page-container