MediaWiki:Nophonofoundyou.css: Difference between revisions
Jump to navigation
Jump to search
m Mhm moved page MediaWiki:NophonoFoundYou.css to Template:NophonoFoundYou.css |
No edit summary |
||
| Line 1: | Line 1: | ||
.mw-page-container, | .action-view .mw-page-container, | ||
.mw-footer, | .action-view .mw-footer, | ||
#mw-page-base, | .action-view #mw-page-base, | ||
#mw-navigation, | .action-view #mw-navigation, | ||
.mw-body { | .action-view .mw-body { | ||
display: none !important; | |||
} | } | ||
.action-view { | |||
background-image: url("/images/9/90/Warp.gif"); | |||
background-color: black !important; | |||
background-size: contain; | |||
} | } | ||
@keyframes shake { | @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); } | |||
} | } | ||
Revision as of 12:14, 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("/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); }
}