MediaWiki:Nophonofoundyou.css: Difference between revisions

From GigaWiki
Jump to navigation Jump to search
m Mhm moved page Template:NophonoFoundYou.css to MediaWiki:Nophonofoundyou.css without leaving a redirect
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-page-container,
 
.mw-footer,
body.action-view > * {
#mw-page-base,
    display: none !important;
#mw-navigation,
.mw-body {
display: none !important;
}
}


{
background-image: url("/images/9/90/Warp.gif");
background-color: black !important;
background-size: contain;
}


@keyframes shake {
body.action-view {
0% {
    background-image: url("https://gigawiki.org/images/9/90/Warp.gif");
transform: translate(0, 0);
    background-color: black !important;
}
    background-size: contain;
20% {
    background-repeat: no-repeat;
transform: translate(-10px, 0);
    background-position: center;
}
    height: 100vh;  
40% {
transform: translate(10px, 0);
}
60% {
transform: translate(-10px, 0);
}
80% {
transform: translate(10px, 0);
}
100% {
transform: translate(0, 0);
}
}
}

Latest revision as of 12:29, 16 January 2026


body.action-view > * {
    display: none !important;
}


body.action-view {
    background-image: url("https://gigawiki.org/images/9/90/Warp.gif");
    background-color: black !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh; 
}