MediaWiki:Nophonofoundyou.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".mw-page-container, .mw-footer, #mw-page-base, #mw-navigation, .mw-body { display: none !important; } { 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:..." |
m Mhm moved page Template:NophonoFoundYou.css to MediaWiki:Nophonofoundyou.css without leaving a redirect |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
. | 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; | |||
} | } | ||
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;
}