MediaWiki:Nophonofoundyou.css: Difference between revisions
Jump to navigation
Jump to search
Mhm changed the content model of the page Template:NophonoFoundYou.css from "CSS" to "Sanitized CSS" |
No edit summary |
||
| Line 1: | Line 1: | ||
body.action-view > * { | |||
.action-view | |||
display: none !important; | 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; | |||
} | } | ||
Revision as of 12:27, 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;
}