MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.page-Nophono:not(.action-edit):not(.action-history) .mw-page-container,
.page-Nophono:not(.action-edit):not(.action-history) .mw-footer,
.page-Nophono:not(.action-edit):not(.action-history) #mw-page-base,
.page-Nophono:not(.action-edit):not(.action-history) #mw-navigation,
.page-Nophono:not(.action-edit):not(.action-history) .mw-body {
display: none !important;
}
.page-Nophono:not(.action-edit):not(.action-history) {
background-image: url("/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); }
}