MediaWiki:Nophonofoundyou.css: Difference between revisions

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


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


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

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; 
}