Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 15788.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
29.3 kB
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<style>
/* @group Reset */
/*
style.css contains a reset, font normalization and some base styles.
credit is left where credit is due.
additionally, much inspiration was taken from these projects:
yui.yahooapis.com/2.8.1/build/base/base.css
camendesign.com/design/
praegnanz.de/weblog/htmlcssjs-kickstart
*/
/*
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, figure, footer, header,
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */
/* @end */
.fullBg {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
}
a {
color: #0181d2;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#content {
-webkit-box-shadow: 0px 0px 12px #000000;
-moz-box-shadow: 0px 0px 12px #000000;
/* box-shadow: 0px 0px 12px #000000; */
width: 752px;
margin: 0 auto;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #333;
}
h1 a {
width: 155px;
height: 52px;
display: block;
background: url(i/logo-header.png) no-repeat;
text-indent: -9999px;
float: left;
}
h2 {
font-size: 28px;
margin: 0 20px;
padding-top: 10px;
text-align: center;
border-bottom: 1px solid #333;
padding-bottom: 5px;
}
h2.findgrad {
font-size: 28px;
margin: 0 20px 0 40px;
padding-top: 0;
text-align: left;
border-bottom: none;
padding-bottom: 5px;
}
h3 {
text-align: center;
font-size: 24px;
}
h4.name {
text-align: center;
width: 400px;
display: block;
float: left;
padding-top: 10px;
font-size: 20px;
}
h5 {
margin-left: 30px;
font-size: 22px;
margin-top: 35px;
clear: both;
}
#header {
width: 712px;
padding: 20px;
margin: 20px auto 0 auto;
background: url(i/bg-header.png) repeat-x;
overflow: auto;
}
#colorbar {
width: 772px;
height: 21px;
position: absolute;
top: 109px;
left: 50%;
margin-left: -386px;
background: url(i/colorbar-yellow.png) no-repeat;
z-index: 100;
}
#colorbar.y {
background: url(i/colorbar-yellow.png) no-repeat;
}
#colorbar.b {
background: url(i/colorbar-blue.png) no-repeat;
}
#colorbar.g {
background: url(i/colorbar-gray.png) no-repeat;
}
#colorbar.r {
background: url(i/colorbar-red.png) no-repeat;
}
#photomain {
width: 752px;
background-color: #dedede;
}
#photomain img {
width: 744px;
margin-left: 3px;
margin-top: 4px;
border-right: 1px #999 solid;
border-left: 1px #999 solid;
border-bottom: 1px #fff solid;
border-top: 1px #666 solid;
}
#sectionarchives {
width: 752px;
height: 513px;
background-image: url(i/chap_3.jpg);
margin-right: auto;
margin-left: auto;
text-indent: -9999px;
}
#sectioncontent {
width: 752px;
background-color: #dedede;
min-height: 50px;
padding-top: 30px;
overflow: auto;
padding-bottom: 30px;
}
#sectioncontent p {
font-size: 15px;
padding-left: 10px;
padding-right: 10px;
line-height: 18px;
margin: 10px 30px;
}
#sectioncontent p.final {
font-weight: bold;
color: #666;
line-height: 24px;
font-size: 24px;
text-align: center;
margin-top: 15px;
}
#sectioncontent #bio {
background-color: #fff;
-webkit-box-shadow: 3px 3px 8px #333333;
-moz-box-shadow: 3px 3px 8px #333333;
/* box-shadow: 3px 3px 8px #333333;*/
padding: 20px 10px 30px;
margin: 10px auto;
width: 660px;
}
#sectioncontent #bio ul {
margin-left: 10px;
}
#sectioncontent #bio ul li {
margin-left: 20px;
}
#heritagenav {
// background-color: #0656a2;
background-color: #ffcc00;
padding: 10px;
color: #000;
width: 600px;
text-align: center;
font-size: 12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
/* border-radius: 5px; */
margin: 0 auto 15px;
}
#heritagenav a {
color: #111;
padding-left: 5px;
padding-right: 5px;
}
#heritagenav a:hover, #heritagenav a.current {
color: #fff;
text-decoration: none;
}
#biostats {
clear: both;
width: 660px;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
}
#biostats img {
width: 70px;
float: left;
border: 5px ridge #fff;
margin-right: 24px;
margin-left: 24px;
margin-bottom: 11px;
-webkit-box-shadow: 0px 0px 5px #333333;
-moz-box-shadow: 0px 0px 5px #333333;
/* box-shadow: 0px 0px 5px #333333; */
}
#biostats table {
/* float: left; */
clear: both;
margin-top: 10px;
display: block;
}
#biostats td {
width: 220px;
height: 40px;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
text-align: center;
padding-top: 2px;
}
#biostats td.left {
border-left: none;
}
#biostats td.right {
border-right: none;
}
#biostats td span {
color: #8d8d8d;
text-transform: uppercase;
font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#jumplinks {
text-align: right;
font-size: 14px;
margin-top: 25px;
margin-right: 40px;
}
#jumplinksR {
width: 140px;
float: right;
font-size: 14px;
margin-top: 25px;
margin-right: 70px;
}
#jumplinksL {
width: 140px;
float: left;
font-size: 14px;
margin-top: 25px;
margin-left: 70px;
}
ul#classmateli {
display: block;
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1 em;
margin-left: 0;
margin-right: 0;
padding-left: 140px;
}
ul#classmatemedia, ul#classmatephotos {
display: block;
list-style-type: none;
margin-left: 40px;
clear: both;
}
ul#classmatemedia li, ul#classmatephotos li {
display: block;
width: 140px;
float: left;
margin: 15px;
text-align: center;
}
ul#classmatemedia li a img, ul#classmatephotos li a img {
//width: 120px;
//height: 120px;
//border: 7px solid #fff;
//-webkit-box-shadow: 0px 0px 5px #333333;
//-moz-box-shadow: 0px 0px 5px #333333;
/* box-shadow: 0px 0px 5px #333333; */
}
ul#classmatedocuments {
margin-left: 40px;
list-style-position: inside;
}
ul#classmatedocuments li {
margin-top: 5px;
}
#mediaspace {
background-color: black;
}
#embedinterview {
width: 600px;
background-color: black;
margin: 20px auto 10px;
border:10px ridge white;
text-align: center;
}
#embedvideo600 {
width: 600px;
margin: 20px auto 10px;
background-color: 000;
text-align: center;
}
ol#classmateslist {
margin-top: 30px;
margin-left: 20px;
list-style-type: none;
margin-right: 20px;
}
ol#classmateslist ol {
list-style-type: none;
margin-left: 20px;
margin-bottom: 30px;
width: 700px;
}
ol#classmateslist li {
float: left;
width: 230px;
}
ol#classmateslist ol li a {
margin: 5px 0;
height: 70px;
/* background: url(i/photo-classmate-1963-pre-loumatjasko.jpg) no-repeat left center; */
display: block;
padding-left: 90px;
padding-top: 45px;
font-size: 18px;
}
ol#classmateslist h3 {
text-transform: uppercase;
font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
border-bottom: 1px solid #666;
margin-bottom: 5px;
text-align: left;
}
#footer {
width: 752px;
text-align: center;
padding-bottom: 5px;
color: #ccc;
margin: 10px auto 100px;
font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#footer a {
color: #ccc;
text-decoration: underline;
}
#footer a:hover {
color: #0181d2;
text-decoration: none;
}
/* @group Site Nav */
ul#nav {
width: 345px;
float: right;
margin-top: 5px;
}
ul#nav li {
display: -moz-inline-box;
display: inline-block;
/* zoom: 1; */
/* display:inline; */
font-size: 13px;
height: 36px;
border-right: 1px solid #000;
text-align: center;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
text-transform: uppercase;
}
ul#nav li.last {
border-right: none;
}
ul#nav li.current a {
color: #0181d2;
}
ul#nav li a {
text-decoration: none;
color: #000;
}
ul#nav li a:hover {
color: #0181d2;
}
/* @end */
/* @group Search Box */
#searchbox {
height: 50px;
background: url(i/bg-graybar.jpg) repeat-x;
padding-top: 11px;
margin-top: -30px;
}
#searchbox .field {
width: 360px;
/* background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0%, #fff),
color-stop(100%, #e6e6e6)
); */
margin: 0 auto;
height: 25px;
-webkit-border-radius: 25px;
}
#searchbox .field input {
padding: 2px 10px 2px 25px;
border: 0;
height: 19px;
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
margin: 0;
outline: 0;
width: 244px;
float: left;
/* background: url('i/icon-magnifier.png') 7px 5px no-repeat; */
border: 1px solid #606060;
color: #474747;
font-size: 12px;
}
#searchbox .field button {
float: left;
background-color: #1376b6;
border: 1px solid #606060;
width: 80px;
padding: 4px 0 6px 0;
-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
margin: 0 0 0 -1px;
opacity: 0.9;
cursor: pointer;
text-shadow: 1px 1px 0 #333333;
color: #fff;
}
#searchbox .field button:active {
opacity: 1;
padding: 5px 0 5px 0;
}
#searchgrad {
height: 50px;
background: url(i/bg-graybar.jpg) repeat-x;
padding-top: 11px;
margin-top: 10px;
}
#searchgrad .field {
width: 360px;
/* background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0%, #fff),
color-stop(100%, #e6e6e6)
); */
margin: 0 auto;
height: 25px;
-webkit-border-radius: 25px;
}
#searchgrad .field input {
padding: 2px 10px 2px 25px;
border: 0;
height: 19px;
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
margin: 0;
outline: 0;
width: 244px;
float: left;
/* background: url('i/icon-magnifier.png') 7px 5px no-repeat; */
border: 1px solid #606060;
color: #474747;
font-size: 12px;
}
#searchgrad .field button {
float: left;
background-color: #1376b6;
border: 1px solid #606060;
width: 80px;
padding: 4px 0 6px 0;
-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
margin: 0 0 0 -1px;
opacity: 0.9;
cursor: pointer;
text-shadow: 1px 1px 0 #333333;
color: #fff;
}
#searchbox .field button:active {
opacity: 1;
padding: 5px 0 5px 0;
}
/* @end */
ul#searchnav {
width: 564px;
margin-top: -11px;
margin-left: auto;
margin-right: auto;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
-webkit-box-shadow: 0px 3px 10px #000000;
-moz-box-shadow: 0px 3px 10px #000000;
/* box-shadow: 0px 3px 10px #000000; */
}
ul#searchnav li {
display: -moz-inline-box;
display: inline-block;
/* zoom: 1; */
/* display:inline; */
margin-right: -5px;
height: 37px;
width: 188px;
text-align: center;
background: url(i/sprite-yellowbutton.png) no-repeat;
}
ul#searchnav li a {
display: block;
padding-top: 8px;
margin: 0;
color: #864d17;
font-size: 15px;
text-decoration: none;
height: 37px;
width: 188px;
text-shadow: 1px 1px 0 #fff600;
}
ul#searchnav li a:hover {
background: url(i/sprite-yellowbutton.png) no-repeat 0 -37px;
}
/* @group Section Nav */
ul#sectionnav {
margin-top: -11px;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
clear: both;
width: 752px;
height: 46px;
margin: 0 auto;
}
ul#sectionnav.y {
background: url(i/bg-yellowtall_1.png);
border-bottom: 6px solid #0655a2;
}
ul#sectionnav.b {
background: url(i/bg-bluetall.png);
border-bottom: 6px solid #fdcf47;
}
ul#sectionnav.g {
background: url(i/bg-graytall.png);
border-bottom: 6px solid #fdcf47;
}
ul#sectionnav.r {
background: url(i/bg-redtall.png);
border-bottom: 6px solid #fdcf47;
}
ul#sectionnav li {
display: block;
float: left;
height: 46px;
width: 250px;
text-align: center;
}
ul#sectionnav li a {
display: block;
padding-top: 14px;
margin: 0;
font-size: 17px;
text-decoration: none;
height: 32px;
width: 100%;
}
ul#sectionnav.y li a {
color: #864d17;
text-shadow: 1px 1px 0 #fff600;
background: url(i/bg-yellowtall_1.png) repeat-x;
border-left: 1px solid #b98d2e;
border-right: 1px solid #b98d2e;
border-top: 1px solid #fefb55;
}
ul#sectionnav.b li a {
color: #ccc;
text-shadow: 1px 1px 0 #0b2e48;
background: url(i/bg-bluetall.png) repeat-x;
border-left: 1px solid #021f3e;
border-right: 1px solid #021f3e;
border-top: 1px solid #021f3e;
}
ul#sectionnav.g li a {
color: #001712;
text-shadow: 1px 1px 0 #d1d1d1;
background: url(i/bg-graytall.png) repeat-x;
border-left: 1px solid #021f3e;
border-right: 1px solid #021f3e;
border-top: 1px solid #021f3e;
}
ul#sectionnav.r li a {
color: #ebb0a1;
text-shadow: #5b141e 1px 1px 0;
background: url(i/bg-redtall.png) repeat-x;
border-left: 1px solid #021f3e;
border-right: 1px solid #021f3e;
border-top: 1px solid #021f3e;
}
ul#sectionnav.y li a:hover, ul#sectionnav.y li a.current {
background-position: center -46px;
border-top: 1px solid #5d4512;
border-right: 1px solid #5d4512;
border-left: 1px solid #5d4512;
text-shadow: 1px 1px 0 #ffc700;
}
ul#sectionnav.b li a:hover, ul#sectionnav.b li a.current {
background-position: center -46px;
border-right: 1px solid #021f3e;
border-left: 1px solid #021f3e;
text-shadow: 1px 1px 0 #1463a7;
}
ul#sectionnav.g li a:hover, ul#sectionnav.g li a.current {
background-position: center -46px;
border-right: 1px solid #021f3e;
border-left: 1px solid #021f3e;
text-shadow: #808383 1px 1px 0;
}
ul#sectionnav.r li a:hover, ul#sectionnav.r li a.current {
background-position: center -46px;
border-right: 1px solid #021f3e;
border-left: 1px solid #021f3e;
text-shadow: #8c5260 1px 1px 0;
}
ul#sectionnav2 {
margin-top: -11px;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
clear: both;
background: url(i/bg-yellowtall_1.png);
width: 752px;
height: 46px;
margin: 0 auto;
border-bottom: 6px solid #0655a2;
}
ul#sectionnav2 li {
display: block;
float: left;
height: 46px;
width: 187px;
text-align: center;
}
ul#sectionnav2 li a {
display: block;
padding-top: 14px;
margin: 0;
color: #864d17;
font-size: 14px;
text-decoration: none;
height: 32px;
width: 100%;
text-shadow: 1px 1px 0 #fff600;
background: url(i/bg-yellowtall_1.png);
border-left: 1px solid #b98d2e;
border-right: 1px solid #b98d2e;
border-top: 1px solid #fefb55;
}
ul#sectionnav2 li a:hover, ul#sectionnav2 li a.current {
background-position: center -46px;
border-right: 1px solid #5d4512;
border-left: 1px solid #5d4512;
text-shadow: 1px 1px 0 #ffc700;
border-top: 1px solid #5d4512;
}
ul#sectionnav3 {
margin-top: -11px;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
clear: both;
background: url(i/bg-yellowtall_1.png);
width: 704px;
height: 30px;
margin: 0 auto;
border-bottom: 6px solid #0655a2;
}
ul#sectionnav3 li {
display: block;
float: left;
height: 32px;
width: 117px;
text-align: center;
}
ul#sectionnav3 li a {
display: block;
padding-top: 12px;
margin: 0;
// color: #864d17;
color: #060500;
font-size: 12px;
text-decoration: none;
height: 32px;
width: 100%;
text-shadow: 1px 1px 0 #fff600;
background: url(i/bg-yellowtall_1.png);
border-left: 1px solid #b98d2e;
border-right: 1px solid #b98d2e;
border-top: 1px solid #fefb55;
}
ul#sectionnav3 li a:hover, ul#sectionnav3 li a.current {
background-position: center -46px;
border-right: 1px solid #5d4512;
border-left: 1px solid #5d4512;
text-shadow: 1px 1px 0 #ffc700;
border-top: 1px solid #5d4512;
}
ul#searchnav1 {
width: 240px;
margin-top: -11px;
margin-left: auto;
margin-right: auto;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
-webkit-box-shadow: 0px 3px 10px #000000;
-moz-box-shadow: 0px 3px 10px #000000;
/* box-shadow: 0px 3px 10px #000000; */
}
ul#searchnav1 li {
display: -moz-inline-box;
display: inline-block;
/* zoom: 1; */
/* display:inline; */
margin-right: -5px;
height: 32px;
width: 120px;
text-align: center;
background: url(i/sprite-yellowbutton.png) no-repeat;
}
ul#searchnav1 li a {
display: block;
padding-top: 8px;
margin: 0;
color: #864d17;
font-size: 12px;
text-decoration: none;
height: 32px;
width: 120px;
text-shadow: 1px 1px 0 #fff600;
}
ul#searchnav1 li a:hover {
background: url(i/sprite-yellowbutton.png) no-repeat 0 -28px;
}
/* @end */
#classyearinfo {
margin-top: -4px;
overflow: auto;
}
#classyearinfo p {
width: 660px;
/*display: block;
float: right;*/
font-size: 15px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
}
.classyear {
margin-left: 10px;
float: left;
width: 115px;
}
.classcrest {
float: left;
width: 139px;
}
ul#classfacts {
list-style-type: none;
padding: 10px 20px 25px 40px;
}
ul#classfacts li {
font-weight: normal;
font-style: normal;
margin-top: 5px;
}
ul#classfacts li span {
font-weight: bold;
padding-right: 5px;
}
ul#classcontrails {
list-style-type: none;
padding: 10px 20px 25px 40px;
}
ul#classcontrails li {
margin-top: 5px;
border-bottom: 1px solid #666;
padding-bottom: 5px;
margin-right: 20px;
padding-left: 10px;
font-size: 13px;
}
/* @group Year Selector */
#selectclass {
width: 752px;
height: 137px;
background: url(i/bg-selectyear.jpg) no-repeat;
position: relative;
}
#goempty {
width: 20px;
height: 78px;
background: url(i/sprite-yearsbuttons.png);
position: absolute;
left: 8px;
top: 30px;
}
#goleft a {
width: 20px;
height: 78px;
background: url(i/sprite-leftright.png);
text-indent: -9999px;
position: absolute;
display: block;
left: 8px;
top: 29px;
}
#goright a {
width: 20px;
height: 78px;
background: url(i/sprite-leftright.png) -20px;
text-indent: -9999px;
position: absolute;
display: block;
left: 722px;
top: 29px;
}
#selectclass ol {
list-style-type: none;
padding-top: 45px;
padding-left: 30px;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#selectclass ol li {
display: block;
width: 42px;
float: left;
margin-left: 13px;
margin-right: 1px;
}
#selectclass ol li a {
color: #fff;
font-size: 19px;
text-decoration: none;
height: 28px;
display: block;
// background: url(i/sprite-years.png) no-repeat 0 0;
// text-indent: -9999px;
}
#selectclass ol li input {
border:none;
background:#333333;
color: #fff;
font-size: 19px;
text-decoration: none;
height: 28px;
display: block;
width: 45px;
float: left;
}
#selectclass ol li a.nfiftyninegray {
background-position: -227px -32px;
}
#selectclass ol li a.nfiftynine {
background-position: -227px 0;
}
#selectclass ol li input.lonine {
background-position: -227px 0;
color:#fff;
cursor: pointer;
}
#selectclass ol li a.nsixty {
background-position: -273px 0;
}
#selectclass ol li a.nsixtyone {
background-position: -318px 0;
}
#selectclass ol li a.nsixtytwo {
background-position: -361px 0;
}
#selectclass ol li a.nsixtythree {
background-position: -405px 0;
}
#selectclass ol li a.nsixtyfour {
background-position: -450px 0;
}
#selectclass ol li a.nsixtyfive {
background-position: -497px 0;
}
#selectclass ol li a.nsixtysix {
background-position: -540px 0;
}
#selectclass ol li a.nsixtyseven {
background-position: -585px 0;
}
#selectclass ol li a.nsixtyeight {
background-position: -632px 0;
}
#selectclass ol li a.nsixtynine {
background-position: -674px 0;
}
#selectclass ol li a.nsixtyninegray {
background-position: -674px -32px;
}
#selectclass ol li a.nseventygray {
background-position: -721px -32px;
}
#selectclass ol li a.nseventy {
background-position: -721px 0;
}
#selectclass ol li a.nseventyone {
background-position: -766px 0;
}
#selectclass ol li a.nseventytwo {
background-position: -807px 0;
}
#selectclass ol li a.nseventythree {
background-position: -852px 0;
}
#selectclass ol li a.nseventyfour {
background-position: -898px 0;
}
#selectclass ol li a.nseventyfive {
background-position: -943px 0;
}
#selectclass ol li a.nseventysix {
background-position: -988px 0;
}
#selectclass ol li a.nseventyseven {
background-position: -1033px 0;
}
#selectclass ol li a.nseventyeight {
background-position: -1078px 0;
}
#selectclass ol li a.nseventynine {
background-position: -1124px 0;
}
#selectclass ol li a.neighty {
background-position: -1169px 0;
}
#selectclass ol li a.neightygray {
background-position: -1169px -32px;
}
/* @group Section Nav 2a*/
ul#sectionnav2a {
margin-top: -11px;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
clear: both;
width: 752px;
height: 46px;
margin: 0 auto;
}
ul#sectionnav2a.y {
background: url(i/bg-yellowtall_1.png);
border-bottom: 6px solid #0655a2;
}
ul#sectionnav2a.b {
background: url(i/bg-bluetall.png);
border-bottom: 6px solid #fdcf47;
}
ul#sectionnav2a.g {
background: url(i/bg-graytall.png);
border-bottom: 6px solid #fdcf47;
}
ul#sectionnav2a.r {
background: url(i/bg-redtall.png);
border-bottom: 6px solid #fdcf47;
}
ul#sectionnav2a li {
display: block;
float: left;
height: 46px;
width: 187px;
text-align: center;
}
ul#sectionnav2a li a {
display: block;
padding-top: 14px;
margin: 0;
font-size: 17px;
text-decoration: none;
height: 32px;
width: 100%;
}
ul#sectionnav2a.y li a {
color: #864d17;
text-shadow: 1px 1px 0 #fff600;
background: url(i/bg-yellowtall_1.png) repeat-x;
border-left: 1px solid #b98d2e;
border-right: 1px solid #b98d2e;
border-top: 1px solid #fefb55;
}
ul#sectionnav2a.b li a {
color: #ccc;
text-shadow: 1px 1px 0 #0b2e48;
background: url(i/bg-bluetall.png) repeat-x;
border-left: 1px solid #021f3e;
border-right: 1px solid #021f3e;
border-top: 1px solid #021f3e;
}
ul#sectionnav2a.g li a {
color: #001712;
text-shadow: 1px 1px 0 #d1d1d1;
background: url(i/bg-graytall.png) repeat-x;
border-left: 1px solid #021f3e;
border-right: 1px solid #021f3e;
border-top: 1px solid #021f3e;
}
ul#sectionnav2a.r li a {
color: #ebb0a1;
text-shadow: #5b141e 1px 1px 0;
background: url(i/bg-redtall.png) repeat-x;
border-left: 1px solid #021f3e;
border-right: 1px solid #021f3e;
border-top: 1px solid #021f3e;
}
ul#sectionnav2a.y li a:hover, ul#sectionnav.y li a.current {
background-position: center -46px;
border-top: 1px solid #5d4512;
border-right: 1px solid #5d4512;
border-left: 1px solid #5d4512;
text-shadow: 1px 1px 0 #ffc700;
}
ul#sectionnav2a.b li a:hover, ul#sectionnav.b li a.current {
background-position: center -46px;
border-right: 1px solid #021f3e;
border-left: 1px solid #021f3e;
text-shadow: 1px 1px 0 #1463a7;
}
ul#sectionnav2a.g li a:hover, ul#sectionnav.g li a.current {
background-position: center -46px;
border-right: 1px solid #021f3e;
border-left: 1px solid #021f3e;
text-shadow: #808383 1px 1px 0;
}
ul#sectionnav2a.r li a:hover, ul#sectionnav.r li a.current {
background-position: center -46px;
border-right: 1px solid #021f3e;
border-left: 1px solid #021f3e;
text-shadow: #8c5260 1px 1px 0;
}
/* @end */
/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plugin from jQuery.
* @name jquery-lightbox-0.5.css
* @author Leandro Vieira Pinho - http://leandrovieira.com
* @version 0.5
* @date April 11, 2008
* @category jQuery plugin
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
* @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev {
left: 0;
float: left;
}
#lightbox-nav-btnNext {
right: 0;
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px;
color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
width: 66px;
float: right;
padding-bottom: 0.7em;
}
</style>
<meta charset="utf-8">
<meta content="USAFA,Class Histories,Air Force,Academy" name="keywords">
<title>
USAFA Class Histories
</title>
<style type="text/css">
#col1{
float:left;
width:45%;
padding: 0px 20px 10px 50px;
}
#col2{
float:right;
width:45%;
padding: 0px 0px 10px 0px;
}
</style>
</head>
<body>
<div id="backstretch" style="left: 0px; top: 0px; position: fixed; overflow: hidden; z-index: -9999;">
<img src="rick.jpg" style="position: relative; width: 1280px; height: 838.4px; left: 0px; top: -59.2px; opacity: 0.552264;">
</div>
<div id="content">
<div id="header">
<h1>
<a>
USAFA Class Histories
</a>
</h1>
<ul id="nav">
<li>
<a>
USAFA
<br>
Crests
</a>
</li>
<li>
<a id="toggleyears" onclick="return SetValue()">
Find a
<br>
Class
</a>
</li>
<li>
<a>
Find a
<br>
Graduate
</a>
</li>
<li class="last">
<a>
Academy
<br>
Archives
</a>
</li>
</ul>
</div>
<div id="colorbar">
&nbsp;
</div>
<div id="selectclass">
<div id="goleft">
<a onclick="SubValue()">
Go Back
</a>
</div>
<!--<ol id="nsixties">-->
<ol>
<li>
<a class="nfiftynine" onclick="location.href=this.href+'?y='+yearselect;return false;">
<input class="lonine" id="lonine">
</a>
</li>
<li>
<a class="nsixtyone" onclick="location.href=this.href+'?y='+yearselect1;return false;">
<input class="lonine" id="lonine1">
</a>
</li>
<li>
<a class="nsixtytwo" onclick="location.href=this.href+'?y='+yearselect2;return false;">
<input class="lonine" id="lonine2">
</a>
</li>
<li>
<a class="nsixtythree" onclick="location.href=this.href+'?y='+yearselect3;return false;">
<input class="lonine" id="lonine3">
</a>
</li>
</ol>
<div id="goright">
<a onclick="AddValue()">
Go Forward
</a>
</div>
</div>
<!-- /selectclass -->
<div id="photomain">
<img onload="SetValue()" src="rick.jpg">
<center>
Pegasus
</center>
</div>
<div id="sectioncontent">
<h2>
USAFA Class Histories
</h2>
<p>
Your journey is just beginning. The history of the Air Force Academy classes will unfold.
</p>
<p>
It&rsquo;s time for take-off&mdash;strapped in now&mdash;push it up&mdash;starting to roll---
</p>
<p>
Use the navigation above to choose an Academy class you'd like to explore.
</p>
</div>
<!-- /sectioncontent -->
</div>
<!-- /content -->
<div id="footer">
� 2014 USAFA Class of 1963. (
<a>
Disclaimer
</a>
)
</div>
<!-- /footer -->
</body>
</html>