MediaWiki:Nophonofoundyou.css: Difference between revisions

From GigaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


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

Revision as of 12:24, 16 January 2026

.action-view  .mw-page-container,
.action-view .mw-footer,
.action-view #mw-page-base,
.action-view #mw-navigation,
.action-view .mw-body {
    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 {
    0% { transform: translate(0, 0); }
    20% { transform: translate(-10px, 0); }
    40% { transform: translate(10px, 0); }
    60% { transform: translate(-10px, 0); }
    80% { transform: translate(10px, 0); }
    100% { transform: translate(0, 0); }
}