From GrinderScape Wiki
Jump to: navigation, search
Line 2: Line 2:
 
{{REVISIONUSER: Main Page }}
 
{{REVISIONUSER: Main Page }}
  
<html><script>
+
<html>
 +
 
 +
<script>
  
 
window.onload = function() {
 
window.onload = function() {
  
 +
$( "div#mw-page-base, div#mw-head-base" ).remove();
 
$( "body" ).prepend( "<nav></nav>" );
 
$( "body" ).prepend( "<nav></nav>" );
 +
$( "div#content, div#mw-navigation" ).wrapAll( "<div id='wrap'></div>" );
  
 
}
 
}
  
</script></html>
+
</script>
 +
 
 +
 
 +
 
 +
<style>
 +
 
 +
nav {
 +
    height: 40px;
 +
    background-color: #CB5E5E;
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
 
 +
</html>

Revision as of 18:29, 19 March 2016

6 Jplayer