Rob Third Section
by mrjordy
HTML
<div class="RFCbanner3">
<ul class="tabLong">
<li class="Banner3Title">CMW00067670</li>
</ul>
<div class="Banner3Back">
<div class="Banner3TL">
<p><strong>RFC ID:</strong> CM00067670</p>
<p><strong>RFC Origin:</strong> HPSM</p>
<p><strong>Change Class:</strong> Class 1</p>
<p><strong>RFC Short Description:</strong> Systems Upgrade - S00.0</p>
<p><strong>RFC Current Phase:</strong> Build and Test</p>
<p><strong>Gov't Portfolio:</strong> Enterprise Services</p>
<p><strong>Gov't Confirmed Classification:</strong> Yes</p>
</div>
<div class="Banner3TM">
<p><strong>Gov't Classification Comments:</strong> N/A</p>
<p><strong>Gov't Verified By:</strong> Steve Sigmon</p>
<p><strong>Cyber Security Review Required:</strong> Completed</p>
<p><strong>CSR Required / Comments:</strong> Yes</p>
<p><strong>Cyber Reviewed By:</strong> Lowell Snyder</p>
<p><strong>Project Name:</strong> CLSU Project</p>
</div>
<div class="Banner3TR"><strong>Long Description:</strong> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled
it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum
passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</div>
<div class="Banner3BL">
<div class="Banner3Btitle">Joint Collaboration</div>
<div class="Banner3BSectionHeader">Joint Collaboration</div>
<table>
<thead>
<th>Project ID</th>
<th>Status</th>
<th>Project...
CSS
#preload,
.hidden {
display: none;
}
.RFCbanner3 {
font-size: 11px;
font-family: kalinga;
}
.RFCbanner3 > ul.tabLong > li.Banner3Title {
background: #669ac6;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
transition: .2s;
color: white;
font-size: 14px;
font-weight: bold;
text-align: center;
z-index: 20;
margin: 0 -5px -8px -5px;
padding: 5px 10px 5px 10px;
position: relative;
border-top-right-radius: 15px 40px;
border-top-left-radius: 15px 40px;
text-decoration: none !important;
width: 200px;
list-style-type: none;
}
.RFCbanner3 > .Banner3Back {
box-shadow: 0px 0px 7px #3582c3;
border-right: #ddd 1px solid;
vertical-align: middle;
background: white;
border-top: #ddd 1px solid;
border-bottom: #ddd 1px solid;
border-left: #ddd 1px solid;
opacity: .95;
border-top-left-radius: 0;
border-top-right-radius: 4px;
margin-top: -3px;
}
ul.tabLong {
margin-bottom: 8px;
padding-left: 10px;
}
/*----- Content of Tabs -----*/
.Banner3TL > p,
.Banner3TM > p {
margin: 0;
line-height: 16px;
}
.Banner3TL,
.Banner3TM,
.Banner3TR {
display: inline-block;
vertical-align: top;
padding: 10px;
}
.Banner3TL,
.Banner3TM {
width: 25%;
}
.Banner3TR {
width: calc(50% - 66px);
}
.Banner3BR,
.Banner3BL {
width: calc(50% - 24px);
display: inline-block;
margin-left: 15px;
vertical-align: top;
}
.Banner3Btitle {
color: #518dbf;
font-size: 20px;
font-weight: 900;
padding: 10px;
}
.Banner3BSectionHeader {
background: #518dbf;
height: 26px;
line-height: 26px;
color: white;
width: 90%;
font-size: 16px;
padding-left: 30px;
margin-bottom: 10px;
}
.Banner3BL > table, .Banner3BR > table {
width: 90%;
text-align: left;
line-height: 11px;
padding-bottom: 20px;
margin-left: 3%;
}