Welcome to the RuneGlory Wiki, where we do our best to make your life easier!

You can use the search menu on the right side of the wiki (or at the bottom if you are on mobile) to search for the page you are looking for. The most popular pages can be found on the right side of the wiki aswell (or again at the bottom if you are on mobile).

Difference between revisions of "User:Jplayer"

From RuneGlory
Jump to: navigation, search
Line 6: Line 6:
  
 
<script>
 
<script>
 
 
window.onload = function() {
 
window.onload = function() {
  
Line 12: Line 11:
 
$( "body" ).prepend( "<nav></nav>" );
 
$( "body" ).prepend( "<nav></nav>" );
 
$( "div#p-Menu > div > ul" ).appendTo( "nav" );
 
$( "div#p-Menu > div > ul" ).appendTo( "nav" );
 
+
$( "div#p-Menu" ).remove();
 
$( "div#content, div#mw-navigation" ).wrapAll( "<div id='wrap'></div>" );
 
$( "div#content, div#mw-navigation" ).wrapAll( "<div id='wrap'></div>" );
 
$( "div#mw-navigation" ).insertBefore( "div#content" );
 
$( "div#mw-navigation" ).insertBefore( "div#content" );
Line 23: Line 22:
 
$( "div#right-navigation" ).appendTo( "div#navigation" );
 
$( "div#right-navigation" ).appendTo( "div#navigation" );
 
$( "div#left-navigation" ).appendTo( "div#navigation" );
 
$( "div#left-navigation" ).appendTo( "div#navigation" );
 
 
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
 
 
if ( $( "span.subpages" ).length ) {
 
if ( $( "span.subpages" ).length ) {
 
$( "span.subpages" ).html( $( "span.subpages" ).children() );
 
$( "span.subpages" ).html( $( "span.subpages" ).children() );
Line 39: Line 34:
  
 
}
 
}
 
 
</script>
 
</script>
  

Revision as of 21:45, 19 March 2016

Hello, this is just a preview.

- Jplayer