| Line 1: |
Line 1: |
| | <html> | | <html> |
| − | <style> | + | <div style="position:fixed;top:0;left:0;right:0;height:100%;background-color:#111;z-index:1000000000;> |
| − | .mw-body{
| + | <h1>helloooooo</h1> |
| − | position:fixed!important; | + | </div> |
| − | top:0!important; | + | |
| − | left:0!important; | + | <script> |
| − | bottom:0!important;
| + | function myFunction() { |
| − | right:0!important;
| + | document.getElementById("app-brand-name").style.display = "none"; |
| − | z-index:1000000!important; | |
| − | overflow-y:auto!important;
| |
| | } | | } |
| | + | </script> |
| | | | |
| − | pre{
| + | <style> |
| − | background-color:#111!important;
| + | #mw-page-base{ |
| − | color:#fff!important; | + | display:none!important; |
| − | border:none!important;
| + | } |
| − | } | |
| | </style> | | </style> |
| − |
| |
| − | <h1>helloooooo</h1>
| |
| − |
| |
| − |
| |
| | </html> | | </html> |