Difference between revisions of "Template:Loogart Labs css"

From wiki
Jump to navigation Jump to search
(Replaced content with "<html> <style> .mw-parser-output{ overflow-y:auto; position:fixed; top:0; left:0; bottom:0; right:0; z-index:1000000; } pre{ background-color:#111; color:#fff; bo...")
m
Line 2: Line 2:
 
<style>
 
<style>
 
.mw-parser-output{
 
.mw-parser-output{
overflow-y:auto;
+
overflow-y:auto!important;
position:fixed;
+
position:fixed!important;
top:0;
+
top:0!important;
left:0;
+
left:0!important;
bottom:0;
+
bottom:0!important;
right:0;
+
right:0!important;
z-index:1000000;
+
z-index:1000000!important;
 
}
 
}
  
 
pre{
 
pre{
   background-color:#111;
+
   background-color:#111!important;
   color:#fff;
+
   color:#fff!important;
   border:none;
+
   border:none!important;
 
}
 
}
 
</style>
 
</style>

Revision as of 11:27, 26 March 2018

<html> <style> .mw-parser-output{ overflow-y:auto!important; position:fixed!important; top:0!important; left:0!important; bottom:0!important; right:0!important; z-index:1000000!important; }

pre{

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

} </style>

helloooooo


</html>