MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
/* CSS placed here will be applied to all skins */
body {
background: linear-gradienturl(180deg,'https://files.catbox.moe/95lajp.png') #DBF5FF0 0%, #fff 77%)repeat;
-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;
}
}
@-webkit-keyframes animate_background {
from {
background-position: 0 0;
}
to {
background-position: -257px -257px;
}
}
@-moz-keyframes animate_background {
from {
background-position: 0 0;
}
to {
background-position: -257px -257px;
}
}
@-o-keyframes animate_background {
from {
background-position: 0 0;
}
to {
background-position: -257px -257px;
}
}
@keyframes animate_background {
from {
background-position: 0 0;
}
to {
background-position: -257px -257px;
}
}
#content { background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%); }