MediaWiki:Nophonofoundyou.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Mhm changed the content model of the page Template:NophonoFoundYou.css from "CSS" to "Sanitized CSS" |
(No difference)
| |
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); }
}