Difference between revisions of "Loogart"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
.mw-body{
+
.supa-body{
 
position:fixed!important;
 
position:fixed!important;
 
top:0!important;
 
top:0!important;
Line 9: Line 9:
 
z-index:1000000!important;
 
z-index:1000000!important;
 
overflow-y:auto!important;
 
overflow-y:auto!important;
 +
color:#fff;
 +
background-color:#111;
 
}
 
}
  
Line 18: Line 20:
 
</style>
 
</style>
  
 +
<div class="supa-body">
 
<h1>helloooooo</h1>
 
<h1>helloooooo</h1>
 
+
</div>
  
 
</html>
 
</html>

Revision as of 11:39, 26 March 2018

<html> <style> .supa-body{ position:fixed!important; top:0!important; left:0!important; bottom:0!important; right:0!important; z-index:1000000!important; overflow-y:auto!important; color:#fff; background-color:#111; }

pre{

 background-color:#111!important;
  color:#fff!important;
  border:none!important;

} </style>

helloooooo

</html>