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 {
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;
animation: animate_background 6s linear infinite;
z-index: -1; /* Ensure it's behind other content */
}
}


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


body
/*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 185: Line 195:
background-position: -257px -257px;
background-position: -257px -257px;
}
}
}
}*/


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