One Source
by mrjordy
HTML
<div id="preload">
<img src="https://navy.deps.mil/peoeis/sites/nen/res/NENHome_Banner_TL-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/NENHome_Banner_TR-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/NENHome_Banner_BR-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/NENHome_Banner_BL-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/home-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/accountable-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/paper-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/key-hover.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/steag-yellow.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/handshake-yellow.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/books-red.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/calendar-red.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/scribeview-red.png" width="1" height="1"/>
<img src="https://navy.deps.mil/peoeis/sites/nen/res/home-green.png" width="1" height="1"/>
</div>
<div id ="HeaderContainer">
<div class="HeaderTitle">OneSource</div>
<div class="HeaderSub"></div>
<div class="GUI"></div>
<div class="Background-Image"></div>
<div class="Floating-Image"></div>
<div class="Floating-Image2"></div>
<div class="diag-noselect"></div>
<div class="center-noselect"></div>
<div class="C toggle"></div>
<a href="https://navy.deps.mil/peoeis/sites/nen"><div class="C-popup hidden">
</div></a>
<div class="TL toggle"></div>
<div class="TL-popup hidden">
<a...
CSS
#preload {
display: none;
}
#HeaderContainer {
width: 100%;
height: 260px;
overflow: hidden;
border-radius: 4px;
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}
#HeaderContainer > .HeaderTitle {
font-family: helvetica;
position: absolute;
z-index: 4;
margin-top: 8px;
padding-left: 16px;
padding-top: 2px;
width: calc(100% - 24px);
height: 32px;
color: white;
vertical-align: middle;
line-height: normal;
font-size: 24px;
background: #3E628F;
}
#HeaderContainer > .HeaderSub {
font-family: helvetica;
position: absolute;
z-index: 4;
margin-top: 16px;
margin-left: 355px;
width: auto;
height: 32px;
color: #ddd;
vertical-align: middle;
line-height: normal;
font-size: 16px;
}
@media screen and (min-width: 900px) {
#HeaderContainer > .Background-Image {
background: url("https://navy.deps.mil/peoeis/sites/nen/res/OneSource_Banner_Image-rpt.png");
width: calc(100% - 8px);
height: 279px;
margin-top: 40px;
position: absolute;
z-index: 1;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
overflow: hidden;
background-position: right;
}
}
@media screen and (max-width: 900px) {
#HeaderContainer > .Background-Image {
background: url("https://navy.deps.mil/peoeis/sites/nen/res/OneSource_Banner_Image-S.png");
width: calc(100% - 8px);
height: 279px;
margin-top: 40px;
position: absolute;
z-index: 1;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
overflow: hidden;
background-position: left;
}
}
@media screen and (min-width: 901px) {
#HeaderContainer > .Floating-Image2 {
background: url("https://navy.deps.mil/peoeis/sites/nen/res/OneSource_Banner_Boat.png");
width: 850px;
height: 260px;
margin-top: 52px;
right: calc(50% - 425px);
position: absolute;
z-index: 1;
position: absolute;
}
}
#HeaderContainer > .GUI {
background:...
JavaScript
jQuery(document).ready(function() {
jQuery(".toggle").next(".hidden").hide();
jQuery(".toggle").click(function() {
$('.active').not(this).toggleClass('active').next('.hidden').fadeToggle(100);
$(this).toggleClass('active').next().fadeToggle(500);
});
});
//<meta http-equiv="X-UA-Compatible" content="IE=8" />