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 22: 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#content, div#mw-navigation" ).wrapAll( "<div id='content-navigation-wrap'></div>" );
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
if ( $( "span.subpages" ).length ) {
 
if ( $( "span.subpages" ).length ) {
Line 199: Line 200:
 
}
 
}
  
   div#navigation {
+
   div#content-navigation-wrap {
 +
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
 +
}
 +
 
 +
    div#navigation {
 
     display: flex;
 
     display: flex;
 
     position: relative;
 
     position: relative;
Line 205: Line 210:
 
}
 
}
  
    div#left-navigation {
+
    div#left-navigation {
 
     margin: 0;
 
     margin: 0;
 
}
 
}
  
    div#right-navigation {
+
    div#right-navigation {
 
     position: absolute;
 
     position: absolute;
 
     right: 0;
 
     right: 0;
Line 216: Line 221:
  
  
    div.vectorTabs {
+
      div.vectorTabs {
 
     background: none;
 
     background: none;
 
     padding: 0;
 
     padding: 0;
Line 222: Line 227:
 
}
 
}
  
      div.vectorTabs ul {
+
      div.vectorTabs ul {
 
     background: none;
 
     background: none;
 
}
 
}
  
      div.vectorTabs ul li {
+
        div.vectorTabs ul li {
 
     background: none;
 
     background: none;
 
     font-size: 0;
 
     font-size: 0;
 
}
 
}
  
      div.vectorTabs li.selected {
+
        div.vectorTabs li.selected {
 
     background: linear-gradient( rgba( 43, 55, 64, 0.5 ), rgba( 43, 55, 64, 0.5 ) ), url(https://www.grinderscape.org/assets/images/background.png );
 
     background: linear-gradient( rgba( 43, 55, 64, 0.5 ), rgba( 43, 55, 64, 0.5 ) ), url(https://www.grinderscape.org/assets/images/background.png );
 
}
 
}
  
        div.vectorTabs span {
+
        div.vectorTabs span {
 
     background: none;
 
     background: none;
 
}
 
}
  
        div.vectorTabs li a {
+
          div.vectorTabs li a {
 
     font-size: 13px;
 
     font-size: 13px;
 
     line-height: 20px;
 
     line-height: 20px;
Line 246: Line 251:
 
}
 
}
  
  div#content {
+
    div#content {
 
     margin: 0;
 
     margin: 0;
 
     border: 0;
 
     border: 0;
Line 253: Line 258:
 
}
 
}
  
    h1#firstHeading {
+
    h1#firstHeading {
 
     display: none;
 
     display: none;
 
}
 
}

Revision as of 23:21, 19 March 2016

Hello, this is just a preview.

- Jplayer