From RuneGlory
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#contentSub, div#content" ).wrapAll( "<div id='content-contentSub-wrap'></div>" ); | ||
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" ); | $( "div#siteNotice" ).insertAfter( "div#mw-navigation" ); | ||
if ( $( "span.subpages" ).length ) { | if ( $( "span.subpages" ).length ) { | ||
Line 190: | Line 191: | ||
#contentSub, #contentSub2 { | #contentSub, #contentSub2 { | ||
background: linear-gradient( rgba( 31, 42, 53, 0.5 ), rgba( 31, 42, 53, 0.5 ) ), url(https://www.grinderscape.org/assets/images/background.png ); | background: linear-gradient( rgba( 31, 42, 53, 0.5 ), rgba( 31, 42, 53, 0.5 ) ), url(https://www.grinderscape.org/assets/images/background.png ); | ||
− | |||
padding: 10px; | padding: 10px; | ||
font-size: 13px; | font-size: 13px; | ||
line-height: 20px; | line-height: 20px; | ||
margin: 0; | margin: 0; | ||
− | |||
color: #909090; | color: #909090; | ||
} | } | ||
− | div#content- | + | div#content-contentSub-wrap { |
box-shadow: 0 0 5px rgba(0,0,0,0.7); | box-shadow: 0 0 5px rgba(0,0,0,0.7); | ||
} | } | ||
Line 206: | Line 205: | ||
display: flex; | display: flex; | ||
position: relative; | position: relative; | ||
+ | margin-bottom: 30px; | ||
background: linear-gradient( rgba( 31, 42, 53, 0.5 ), rgba( 31, 42, 53, 0.5 ) ), url(https://www.grinderscape.org/assets/images/background.png ); | background: linear-gradient( rgba( 31, 42, 53, 0.5 ), rgba( 31, 42, 53, 0.5 ) ), url(https://www.grinderscape.org/assets/images/background.png ); | ||
+ | box-shadow: 0 0 5px rgba(0,0,0,0.7); | ||
} | } | ||
Revision as of 00:32, 20 March 2016
Hello, this is just a preview.
- Jplayer