Template:UIUC Illinois CSS
From 2012.igem.org
(Difference between revisions)
(1092 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
/* Illinois IGEM Wiki Stylesheet*/ | /* Illinois IGEM Wiki Stylesheet*/ | ||
- | /* Default Reformatting */ | + | /* Default Reformatting and Header */ |
- | + | #globalwrapper { | |
- | + | width:1000px; | |
- | + | padding:0px 0px; | |
- | + | margin: 0 auto; | |
+ | background-color: #BABABA; | ||
+ | background-attachment: fixed; | ||
+ | background-position: center; | ||
+ | background-size:100% 100%; | ||
} | } | ||
- | + | body { | |
- | + | background: #CECECE; | |
+ | background-image:url('https://static.igem.org/mediawiki/2012/d/d3/Uiucbackground10.png'); | ||
+ | background-attachment: fixed; | ||
+ | background-position: center; | ||
+ | height:100%; | ||
+ | background-size:100% 100%; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.firstHeading { | .firstHeading { | ||
- | height:0px; | + | height:0px; |
- | visibility:hidden; | + | visibility:hidden; |
- | + | ||
} | } | ||
#p-logo { | #p-logo { | ||
- | height:0px; overflow:hidden; display: none; | + | height:0px; |
- | + | overflow:hidden; | |
+ | display: none; | ||
} | } | ||
Line 36: | Line 38: | ||
display:none; | display:none; | ||
margin-top:0px; | margin-top:0px; | ||
+ | } | ||
+ | #content{ | ||
+ | visibility: hidden; | ||
} | } | ||
#top-section { | #top-section { | ||
- | background: | + | background-image:url('https://static.igem.org/mediawiki/2012/e/e6/Newbanner6.png'); |
- | background-position: top; | + | background-color:#151F4E; |
- | height: | + | background-position: top; |
- | background-repeat: no-repeat; | + | width:1000px; |
- | border-width:0px; | + | height:219px; |
- | + | background-repeat: no-repeat; | |
- | border-top-width:0px; | + | border-width:0px; |
- | + | border-top-width:0px; | |
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
+ | margin-top: -10px; | ||
+ | margin-bottom: -50px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | #menubar { | ||
+ | color: white; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | #menubar ul li a { | ||
+ | color: white; | ||
+ | background-color: transparent; | ||
} | } | ||
.right-menu li a { | .right-menu li a { | ||
- | color: | + | color: white; |
- | + | background-color: transparent; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | /* Header */ | |
- | + | ||
- | + | ||
- | + | #igemlogozone { | |
- | + | position: absolute; | |
- | + | top: 25px; | |
- | + | left: 960px; | |
- | + | height: 125px; | |
- | + | width: 150px; | |
- | + | background-color: transparent; | |
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
#wrapper { | #wrapper { | ||
- | width: | + | width: 1000px; |
height: 100%; | height: 100%; | ||
float: center; | float: center; | ||
Line 94: | Line 95: | ||
padding-right: 0%; | padding-right: 0%; | ||
padding-top: 1%; | padding-top: 1%; | ||
- | background- | + | background-color: #BABABA; |
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: center; | background-position: center; | ||
Line 101: | Line 102: | ||
#header { | #header { | ||
- | width: | + | width: 750px; |
float: center; | float: center; | ||
background-color:#FFE4C4; | background-color:#FFE4C4; | ||
height: 150px; | height: 150px; | ||
- | border: 10px solid rgba(255, | + | -webkit-box-shadow: 0 8px 6px -6px black; |
- | + | -moz-box-shadow: 0 8px 6px -6px black; | |
- | + | box-shadow: 0 8px 6px -6px black; | |
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
- | + | img { | |
- | + | border: none; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #headernavigation{ |
- | + | width: 1000px; | |
- | float:center; | + | float: center; |
- | + | background-color: transparent; | |
- | + | height: 60px; | |
- | + | margin-left: auto; | |
- | + | margin-right: auto; | |
- | + | margin-top: -49px; | |
- | + | margin-bottom: 10px; | |
+ | z-index: 2; | ||
+ | -webkit-transition: all 300ms ease-in-out; | ||
} | } | ||
- | # | + | #headernavbar{ |
- | + | list-style:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
font-weight:bold; | font-weight:bold; | ||
- | + | float:left; | |
- | + | width:100%; | |
- | + | margin:0; | |
- | + | padding:0; | |
- | + | z-index: 2; | |
- | + | ||
} | } | ||
- | + | #headernavbar li{ | |
- | + | float:left; | |
+ | position:relative; | ||
+ | text-align:center; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | #headernavbar a{ | ||
+ | margin-left:0px; | ||
display:block; | display:block; | ||
- | + | padding-bottom:10px; | |
- | + | padding-top:10px; | |
- | + | width: 100px; | |
- | + | color:#ffffff; | |
- | color:# | + | background:#f68e3c; |
- | background | + | font: bold 16px Arial; |
- | + | z-index: 2; | |
- | + | ||
+ | } | ||
+ | #headernavbar a:hover{ | ||
+ | color:#ffffff; | ||
+ | background:#003C7D; | ||
text-decoration:none; | text-decoration:none; | ||
+ | z-index: 2; | ||
+ | |||
} | } | ||
- | + | #headernavbar ul{ | |
- | + | background: #003C7D; | |
+ | list-style:none; | ||
+ | position:absolute; | ||
+ | left:-9999px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | #headernavbar ul li{ | ||
+ | padding-top:0px; | ||
+ | margin-bottom:-1px; | ||
+ | float:none; | ||
+ | margin-top:-3px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | #headernavbar ul a{ | ||
+ | white-space:nowrap; | ||
+ | z-index: 2; | ||
} | } | ||
+ | #headernavbar li:hover ul{ | ||
+ | left: -15px; | ||
+ | z-index: 2; | ||
- | |||
- | |||
} | } | ||
+ | #headernavbar li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | #headernavbar li:hover ul a{ | ||
+ | text-decoration:none; | ||
+ | z-index: 2; | ||
- | + | } | |
- | + | #headernavbar li:hover ul li a:hover{ | |
- | + | background:#f68e3c; | |
+ | z-index: 2; | ||
} | } | ||
/* Main Page */ | /* Main Page */ | ||
+ | |||
#content-containertop { | #content-containertop { | ||
- | + | width: 1000px; | |
- | width: | + | height: 0x; |
- | height: | + | |
text-align: center; | text-align: center; | ||
- | |||
padding-left: 0px; | padding-left: 0px; | ||
padding-right:0px; | padding-right:0px; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right:auto; | margin-right:auto; | ||
+ | margin-top: 25px; | ||
float: center; | float: center; | ||
} | } | ||
- | #content- | + | |
- | + | #content-topbottom { | |
- | width: | + | width: 950px; |
- | height: | + | height: 100px; |
float: left; | float: left; | ||
- | padding | + | padding: 25px; |
- | + | ||
- | + | ||
- | + | ||
text-align: left; | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | margin-top: -5px; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #maincontentnav { | ||
+ | width: 800px; | ||
+ | float: center; | ||
+ | background-color:#F5DEB3; | ||
+ | padding: 0px; | ||
+ | height: 320px; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | border: 10px solid rgba(244, 160, 90,1); | ||
+ | border-radius: 200px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 25px; | ||
margin-left: auto; | margin-left: auto; | ||
- | border: | + | margin-right: auto; |
+ | } | ||
+ | |||
+ | #maincontentselection{ | ||
+ | width: 300px; | ||
+ | float: left; | ||
+ | height: 300px; | ||
+ | list-style: none; | ||
+ | margin-left: 100px; | ||
+ | margin-top: 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #maincontentselection a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:75px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | padding-top: 10px; | ||
+ | padding-bottom: 0px; | ||
+ | font: bold 13px Arial; | ||
+ | list-style: none; | ||
+ | z-index:3; | ||
+ | } | ||
+ | |||
+ | #maincontentselection a:hover { | ||
+ | background:#ffe6cc; | ||
+ | text-decoration:none; | ||
+ | list-style: none; | ||
+ | border: 0px; | ||
+ | border-radius: 50px; | ||
+ | z-index:3; | ||
+ | } | ||
+ | #maincontentselection a:active { | ||
+ | color:white; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #maincontentselection2{ | ||
+ | width: 250px; | ||
+ | float: right; | ||
+ | height: 250px; | ||
+ | list-style: none; | ||
+ | margin-right: 80px; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #maincontentselection2 a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:275px; | ||
+ | width: 325px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | padding-top: 20px; | ||
+ | padding-bottom: 0px; | ||
+ | font: bold 13px Arial; | ||
+ | list-style: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | #maincontentselection2 a:hover { | ||
+ | background:#ffe6cc; | ||
+ | text-decoration:none; | ||
+ | list-style: none; | ||
+ | border: 0px; | ||
+ | border-radius: 50px; | ||
+ | } | ||
+ | #maincontentselection2 a:active { | ||
+ | list-style: none; | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #maincontentselection3{ | ||
+ | width: 350px; | ||
+ | float: left; | ||
+ | height: 100px; | ||
+ | list-style: none; | ||
+ | margin-left: -309px; | ||
+ | margin-top: 150px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #maincontentselection3 a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:150px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | padding-top: -10px; | ||
+ | padding-bottom: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | list-style: none; | ||
+ | z-index:-1; | ||
+ | |||
+ | } | ||
+ | |||
+ | #maincontentselection3 a:hover { | ||
+ | background:#ffe6cc; | ||
+ | text-decoration:none; | ||
+ | list-style: none; | ||
+ | border: 0px; | ||
+ | border-radius: 50px; | ||
+ | z-index:-4; | ||
+ | } | ||
+ | #maincontentselection3 a:active { | ||
+ | list-style: none; | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #maincontentdesc { | ||
+ | width: 980px; | ||
+ | float: center; | ||
+ | padding: 10px; | ||
+ | height: 100%; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
background-clip: padding-box; | background-clip: padding-box; | ||
- | + | margin-top: 20px; | |
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
font-size:150%; | font-size:150%; | ||
+ | text-align:left; | ||
} | } | ||
- | # | + | #content1-topcenter { |
- | + | width: 1000px; | |
- | + | float: center; | |
- | + | background-color:#EEEEEE; | |
- | + | padding: 0px; | |
- | + | height: 400px; | |
- | padding | + | border: 10px solid rgba(255, 255, 255,0.7); |
- | + | -webkit-box-shadow: 0 8px 6px -6px black; | |
- | + | -moz-box-shadow: 0 8px 6px -6px black; | |
- | + | box-shadow: 0 8px 6px -6px black; | |
- | + | ||
- | + | ||
background-clip: padding-box; | background-clip: padding-box; | ||
- | + | margin-top: 20px; | |
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
font-size:150%; | font-size:150%; | ||
} | } | ||
- | # | + | |
- | background | + | #sponsorbox { |
- | + | width: 950px; | |
- | height: | + | float: center; |
- | + | background: rgba(255,255,255,0.7); | |
- | + | border: 10px solid rgba(255, 255, 255,0.8); | |
- | margin-top: | + | padding: 25px; |
+ | height: 350px; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | |||
+ | background-clip: padding-box; | ||
+ | margin-top: 25px; | ||
margin-left: auto; | margin-left: auto; | ||
- | margin-right: auto; | + | margin-right: auto; |
- | border: 10px solid rgba(255, | + | } |
+ | |||
+ | #intro { | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding: 25px; | ||
+ | height: 200px; | ||
background-clip: padding-box; | background-clip: padding-box; | ||
- | + | -webkit-box-shadow: 0 8px 6px -6px black; | |
- | + | -moz-box-shadow: 0 8px 6px -6px black; | |
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | margin-top: 10px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | |||
} | } | ||
+ | #ancillaryIntro { | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding: 25px; | ||
+ | height: 200px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | margin-top: 10px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | |||
+ | } | ||
/* Notebook */ | /* Notebook */ | ||
- | # | + | #notebookselection{ |
- | width: | + | width: 1000px; |
- | height: | + | height: 100%; |
text-align: center; | text-align: center; | ||
- | + | padding-left: 0px; | |
- | padding-left: | + | padding-right:0px; |
- | padding-right: | + | |
margin-left: auto; | margin-left: auto; | ||
margin-right:auto; | margin-right:auto; | ||
+ | margin-top: 0px; | ||
+ | float: center; | ||
+ | font: 13px ; | ||
+ | } | ||
+ | |||
+ | |||
+ | #notebookselectionmenu{ | ||
+ | background-color: #003C7D; | ||
+ | width: 1000px; | ||
+ | height: 40px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: -60px; | ||
+ | margin-left: -10px; | ||
+ | padding:0px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
+ | list-style: none; | ||
+ | font: 16px ; | ||
+ | } | ||
+ | |||
+ | #notebookselectionmenu li{ | ||
+ | list-style-type:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | float:center; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | #notebookselectionmenu a { | ||
+ | cursor: pointer; | ||
+ | float:left; | ||
+ | height:30px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:500px; | ||
+ | background:#003C7D; | ||
+ | font: bold 15px Arial; | ||
+ | padding-top:10px; | ||
+ | margin-top: 0px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | color:#ffffff; | ||
+ | } | ||
+ | |||
+ | #notebookselectionmenu a:hover { | ||
+ | background:#f68e3c; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #notebookselectionmenu a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #labnotebooks{ | ||
+ | width: 950px; | ||
+ | height: 100%; | ||
+ | float: center; | ||
+ | text-align: left; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | margin-top: 20px; | ||
+ | margin-right: 0px; | ||
+ | margin-left: -10px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font:16px sans-serif ; | ||
+ | } | ||
+ | |||
+ | /* Lab Notebook */ | ||
+ | |||
+ | /* PUF notebook begins here */ | ||
+ | |||
+ | |||
+ | #PUFnotes { | ||
+ | width: 950px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 25px; | ||
+ | padding-right:25px; | ||
+ | margin-left: -25px; | ||
+ | margin-right:auto; | ||
+ | margin-top: 0px; | ||
float: center; | float: center; | ||
+ | } | ||
+ | #PUFnotebookmenu a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:24.6px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: 16px calibri; | ||
} | } | ||
- | # | + | #PUFnotebookmenu a:hover { |
- | text-align: center; | + | background:#003C7D; |
- | background-color: # | + | text-decoration:none; |
- | width: | + | } |
- | height: | + | #PUFnotebookmenu a:active { |
- | + | color:white; | |
- | + | } | |
+ | |||
+ | |||
+ | #PUFnotebookmenu { | ||
+ | background-color: #f68e3c; | ||
+ | width: 160px; | ||
+ | height: 650px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: -35px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font: 16px calibri; | ||
+ | } | ||
+ | |||
+ | |||
+ | #PUFnotebookdescription { | ||
+ | |||
+ | width: 800px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-right: -50px; | ||
+ | margin-left: 0px; | ||
+ | padding-top: 10px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font: 16px calibri; | ||
+ | } | ||
+ | |||
+ | /* PHAT Notebook begins here */ | ||
+ | |||
+ | #PHATnotes { | ||
+ | width: 950px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 25px; | ||
+ | padding-right:26px; | ||
+ | margin-left: -25px; | ||
+ | margin-right:auto; | ||
+ | margin-top: 0px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #PHATnotebookmenu a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:24.6px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: 16px calibri; | ||
+ | } | ||
+ | |||
+ | #PHATnotebookmenu a:hover { | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #PHATnotebookmenu a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #PHATnotebookmenu { | ||
+ | background-color: #f68e3c; | ||
+ | width: 160px; | ||
+ | height: 310px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-left: -35px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font: 16px calibri; | ||
+ | } | ||
+ | |||
+ | #PHATnotebookdescription { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 800px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-right: -50px; | ||
+ | margin-left: 0px; | ||
+ | padding-top: 10px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left:10px; | ||
+ | padding-right: 10px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font: 16px calibri; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Protocol Section*/ | ||
+ | |||
+ | #protocol-container{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
margin-left: auto; | margin-left: auto; | ||
- | margin-right: auto; | + | margin-right:auto; |
- | border: 10px solid rgba(255, | + | margin-top: 25px; |
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #protocolselection{ | ||
+ | margin-top: -15px; | ||
+ | background-color:#EEEEEE; | ||
+ | width: 250px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
background-clip: padding-box; | background-clip: padding-box; | ||
- | + | -webkit-box-shadow: 0 8px 6px -6px black; | |
- | + | -moz-box-shadow: 0 8px 6px -6px black; | |
- | + | box-shadow: 0 8px 6px -6px black; | |
- | + | font-size:150%; | |
- | + | ||
} | } | ||
+ | #protocolselection li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
- | # | + | #protocolselection a { |
- | text-align: center; | + | cursor: pointer; |
- | + | display:block; | |
- | + | height:25px; | |
- | + | line-height: 25px; | |
- | + | text-align:center; | |
- | + | text-decoration:none; | |
- | + | width:100%; | |
- | + | color:#ffffff; | |
- | + | background:#f68e3c; | |
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #protocolselection li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #protocoloverview { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 665px; | ||
+ | height: 100%; | ||
+ | float: right; | ||
+ | padding: 25px; | ||
+ | text-align: left; | ||
+ | margin-right: -10px; | ||
+ | margin-top: -15px; | ||
background-clip: padding-box; | background-clip: padding-box; | ||
- | + | -webkit-box-shadow: 0 8px 6px -6px black; | |
- | + | -moz-box-shadow: 0 8px 6px -6px black; | |
- | + | box-shadow: 0 8px 6px -6px black; | |
- | + | font-size:150%; | |
- | + | ||
} | } | ||
- | # | + | /*Protocol Section End*/ |
- | + | ||
+ | /*Meeting Notes*/ | ||
+ | |||
+ | #meetingcontainer{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 5px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #meetingintro{ | ||
+ | width: 950px; | ||
float: center; | float: center; | ||
- | + | background: rgba(240, 240, 240, 0.7); | |
- | margin-left: 10px; | + | border: 10px solid rgba(255, 255, 255,0.8); |
- | + | padding-left: 25px; | |
+ | padding-right: 25px; | ||
+ | padding-top: 00px; | ||
+ | padding-bottom: 25px; | ||
+ | height: 20px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
font-size:150%; | font-size:150%; | ||
} | } | ||
- | # | + | |
+ | #meetingselection1{ | ||
list-style:none; | list-style:none; | ||
- | float: | + | background: rgba(240, 240, 240, 0.7); |
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 184px; | ||
+ | height: 322px; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | background-clip: padding-box; | ||
font-size:100%; | font-size:100%; | ||
} | } | ||
- | . | + | #meetingselection2{ |
- | + | list-style:none; | |
- | width: | + | background: rgba(240, 240, 240, 0.7); |
- | height: | + | border: 10px solid rgba(255, 255, 255,0.8); |
- | font- | + | width: 184px; |
+ | height: 322px; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: 0px; | ||
+ | background-clip: padding-box; | ||
+ | font-size:100%; | ||
+ | } | ||
+ | #meetingselection3{ | ||
+ | list-style:none; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 184px; | ||
+ | height: 322px; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: 0px; | ||
+ | background-clip: padding-box; | ||
+ | font-size:100%; | ||
+ | } | ||
+ | #meetingselection4{ | ||
+ | list-style:none; | ||
+ | width: 184px; | ||
+ | height: 322px; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: 0px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | font-size:100%; | ||
+ | } | ||
+ | #meetingselection5{ | ||
+ | list-style:none; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 184px; | ||
+ | height: 322px; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: 0px; | ||
+ | margin-right:-10px; | ||
+ | background-clip: padding-box; | ||
font-size:100%; | font-size:100%; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | #meetingselection1 li{ | |
- | + | list-style:none; | |
- | + | margin: 0px; | |
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #meetingselection2 li{ | ||
+ | list-style:none; | ||
+ | margin: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #meetingselection3 li{ | ||
+ | list-style:none; | ||
+ | margin: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #meetingselection4 li{ | ||
+ | list-style:none; | ||
+ | margin: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #meetingselection5 li{ | ||
+ | list-style:none; | ||
+ | margin: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #meetingselection ul{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | .meetingselection a { | ||
+ | list-style:none; | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
height:20px; | height:20px; | ||
- | + | width: 100%; | |
- | + | line-height: 25px; | |
- | color:# | + | text-align:center; |
- | background | + | text-decoration:none; |
- | + | width:100%; | |
- | + | color:#ffffff; | |
- | + | background:#f68e3c; | |
- | + | padding-top: 5px; | |
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | .meetingselection li:hover a{ | ||
+ | list-style:none; | ||
+ | width: 100%; | ||
+ | background:#003C7D; | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
- | . | + | #meetingoverview { |
- | background- | + | background: rgba(240, 240, 240, 0.7); |
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 950px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | padding: 25px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
} | } | ||
- | + | ||
- | background- | + | #notebook-container{ |
+ | width: 1000px; | ||
+ | height: 350px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | #notebook-content{ | ||
+ | width: 1000px; | ||
+ | float: center; | ||
+ | height: 150px; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | padding-top:50px; | ||
+ | margin-top: 25px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
} | } | ||
Line 350: | Line 992: | ||
overflow: hidden; | overflow: hidden; | ||
display: block; | display: block; | ||
- | background-color: # | + | background-color: #EEEEEE; |
- | width: | + | width: 1010px; |
height: 50px; | height: 50px; | ||
font-weight: normal; | font-weight: normal; | ||
Line 358: | Line 1,000: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | } | + | } |
#catlinks { | #catlinks { | ||
Line 366: | Line 1,008: | ||
#footer { | #footer { | ||
} | } | ||
+ | |||
+ | /* Team */ | ||
+ | |||
+ | #aboutus{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 0px; | ||
+ | float: center; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | |||
+ | #aboutusmenu{ | ||
+ | background-color: #003C7D; | ||
+ | width: 1000px; | ||
+ | height: 40px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: -60px; | ||
+ | margin-left: -10px; | ||
+ | padding:0px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
+ | list-style: none; | ||
+ | font: bold 16px Arial; | ||
+ | } | ||
+ | |||
+ | #aboutusmenu li{ | ||
+ | list-style-type:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | float:center; | ||
+ | margin-left: 50px; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | #aboutusmenu a { | ||
+ | cursor: pointer; | ||
+ | float:left; | ||
+ | height:30px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:300px; | ||
+ | background:#003C7D; | ||
+ | font: bold 15px Arial; | ||
+ | padding-top:10px; | ||
+ | margin-top: 0px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | color:#ffffff; | ||
+ | } | ||
+ | |||
+ | #aboutusmenu a:hover { | ||
+ | background:#f68e3c; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #aboutusmenu a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #aboutusdescription{ | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 950px; | ||
+ | height: 100%; | ||
+ | float: center; | ||
+ | text-align: left; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | margin-top: 70px; | ||
+ | margin-right: 0px; | ||
+ | margin-left: -10px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font:16px sans-serif ; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*Undergrad Section*/ | ||
+ | |||
+ | table{ | ||
+ | background-color:#EEEEEE; | ||
+ | } | ||
+ | |||
+ | #undergradintro{ | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding-top: 10px; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 0px; | ||
+ | height: 50px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 5px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom:0px; | ||
+ | } | ||
+ | |||
+ | #undergradsmenu a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:24.6px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #undergradsmenu a:hover { | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #undergradsmenu a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #undergradmembers { | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: -20px; | ||
+ | float: center; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #undergradsmenu { | ||
+ | background-color: #f68e3c; | ||
+ | width: 160px; | ||
+ | height: 310px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #description { | ||
+ | background: rgba(240, 240, 240, 1.0); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 815px; | ||
+ | height: 300px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-right: -20px; | ||
+ | margin-left: 0px; | ||
+ | margin-bottom: 50px; | ||
+ | padding-top: 0px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left:0px; | ||
+ | padding-right: 5px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | /* Advisors Section */ | ||
+ | |||
+ | #advisorsintro{ | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | padding-top: 0px; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 20px; | ||
+ | height: 50px; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | |||
+ | #advisorsmenu a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:24.6px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #advisorsmenu a:hover { | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #advisorsmenu a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #advisors { | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: -20px; | ||
+ | float: center; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #advisorsmenu { | ||
+ | background-color: #EEEEEE; | ||
+ | width: 150px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | #advisorsdescription { | ||
+ | background: rgba(240, 240, 240, 1.0); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 815px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: -418px; | ||
+ | margin-right: -10px; | ||
+ | margin-left: 170px; | ||
+ | padding-top: 0px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left:0px; | ||
+ | padding-right: 5px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Projects */ | ||
+ | |||
+ | #projectoverview { | ||
+ | width: 950px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding: 25px; | ||
+ | height: 375x; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #projectcontainer { | ||
+ | width: 1000px; | ||
+ | height: 400px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | /*Galleria*/ | ||
+ | |||
+ | /* | ||
+ | * Galleria Classic Theme | ||
+ | * Copyright (c) 2010, Aino | ||
+ | * Licensed under the MIT license. | ||
+ | */ | ||
+ | |||
+ | #galleria{ width: 100%; height: 400px; background: #000 } | ||
+ | |||
+ | .galleria-container { | ||
+ | position: relative; | ||
+ | overflow: hidden; | ||
+ | background: #fff; | ||
+ | } | ||
+ | .galleria-container img { | ||
+ | -moz-user-select: none; | ||
+ | -webkit-user-select: none; | ||
+ | -o-user-select: none; | ||
+ | } | ||
+ | .galleria-stage { | ||
+ | position: absolute; | ||
+ | top: 10px; | ||
+ | bottom: 60px; | ||
+ | left: 10px; | ||
+ | right: 10px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .galleria-thumbnails-container { | ||
+ | height: 50px; | ||
+ | bottom: 0; | ||
+ | position: absolute; | ||
+ | left: 10px; | ||
+ | right: 10px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | .galleria-carousel .galleria-thumbnails-list { | ||
+ | margin-left: 30px; | ||
+ | margin-right: 30px; | ||
+ | } | ||
+ | .galleria-thumbnails .galleria-image { | ||
+ | height: 40px; | ||
+ | width: 60px; | ||
+ | background: #000; | ||
+ | margin: 0 5px 0 0; | ||
+ | border: 1px solid #fff; | ||
+ | float: left; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .galleria-counter { | ||
+ | position: absolute; | ||
+ | bottom: 10px; | ||
+ | left: 10px; | ||
+ | text-align: right; | ||
+ | color: #fff; | ||
+ | font: normal 11px/1 arial,sans-serif; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .galleria-loader { | ||
+ | background: #000; | ||
+ | width: 20px; | ||
+ | height: 20px; | ||
+ | position: absolute; | ||
+ | top: 10px; | ||
+ | right: 10px; | ||
+ | z-index: 2; | ||
+ | display: none; | ||
+ | background: url(classic-loader.gif) no-repeat 2px 2px; | ||
+ | } | ||
+ | .galleria-info { | ||
+ | width: 50%; | ||
+ | top: 15px; | ||
+ | left: 15px; | ||
+ | z-index: 2; | ||
+ | position: absolute; | ||
+ | } | ||
+ | .galleria-info-text { | ||
+ | background-color: #000; | ||
+ | padding: 12px; | ||
+ | display: none; | ||
+ | /* IE7 */ zoom:1; | ||
+ | } | ||
+ | .galleria-info-title { | ||
+ | font: bold 12px/1.1 arial,sans-serif; | ||
+ | margin: 0; | ||
+ | color: #fff; | ||
+ | margin-bottom: 7px; | ||
+ | } | ||
+ | .galleria-info-description { | ||
+ | font: italic 12px/1.4 georgia,serif; | ||
+ | margin: 0; | ||
+ | color: #bbb; | ||
+ | } | ||
+ | .galleria-info-close { | ||
+ | width: 9px; | ||
+ | height: 9px; | ||
+ | position: absolute; | ||
+ | top: 5px; | ||
+ | right: 5px; | ||
+ | background-position: -753px -11px; | ||
+ | opacity: .5; | ||
+ | filter: alpha(opacity=50); | ||
+ | cursor: pointer; | ||
+ | display: none; | ||
+ | } | ||
+ | .notouch .galleria-info-close:hover{ | ||
+ | opacity:1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .touch .galleria-info-close:active{ | ||
+ | opacity:1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .galleria-info-link { | ||
+ | background-position: -669px -5px; | ||
+ | opacity: .7; | ||
+ | filter: alpha(opacity=70); | ||
+ | position: absolute; | ||
+ | width: 20px; | ||
+ | height: 20px; | ||
+ | cursor: pointer; | ||
+ | background-color: #000; | ||
+ | } | ||
+ | .notouch .galleria-info-link:hover { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .touch .galleria-info-link:active { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .galleria-image-nav { | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | margin-top: -62px; | ||
+ | width: 100%; | ||
+ | height: 62px; | ||
+ | left: 0; | ||
+ | } | ||
+ | .galleria-image-nav-left, | ||
+ | .galleria-image-nav-right { | ||
+ | opacity: .3; | ||
+ | filter: alpha(opacity=30); | ||
+ | cursor: pointer; | ||
+ | width: 62px; | ||
+ | height: 124px; | ||
+ | position: absolute; | ||
+ | left: 10px; | ||
+ | z-index: 2; | ||
+ | background-position: 0 46px; | ||
+ | } | ||
+ | .galleria-image-nav-right { | ||
+ | left: auto; | ||
+ | right: 10px; | ||
+ | background-position: -254px 46px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | .notouch .galleria-image-nav-left:hover, | ||
+ | .notouch .galleria-image-nav-right:hover { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .touch .galleria-image-nav-left:active, | ||
+ | .touch .galleria-image-nav-right:active { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .galleria-thumb-nav-left, | ||
+ | .galleria-thumb-nav-right { | ||
+ | cursor: pointer; | ||
+ | display: none; | ||
+ | background-position: -495px 5px; | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | top: 0; | ||
+ | height: 40px; | ||
+ | width: 23px; | ||
+ | z-index: 3; | ||
+ | opacity: .8; | ||
+ | filter: alpha(opacity=80); | ||
+ | } | ||
+ | .galleria-thumb-nav-right { | ||
+ | background-position: -578px 5px; | ||
+ | border-right: none; | ||
+ | right: 0; | ||
+ | left: auto; | ||
+ | } | ||
+ | .galleria-thumbnails-container .disabled { | ||
+ | opacity: .2; | ||
+ | filter: alpha(opacity=20); | ||
+ | cursor: default; | ||
+ | } | ||
+ | .notouch .galleria-thumb-nav-left:hover, | ||
+ | .notouch .galleria-thumb-nav-right:hover { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | background-color: #111; | ||
+ | } | ||
+ | .touch .galleria-thumb-nav-left:active, | ||
+ | .touch .galleria-thumb-nav-right:active { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | background-color: #111; | ||
+ | } | ||
+ | .notouch .galleria-thumbnails-container .disabled:hover { | ||
+ | opacity: .2; | ||
+ | filter: alpha(opacity=20); | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .galleria-carousel .galleria-thumb-nav-left, | ||
+ | .galleria-carousel .galleria-thumb-nav-right { | ||
+ | display: block; | ||
+ | } | ||
+ | .galleria-thumb-nav-left, | ||
+ | .galleria-thumb-nav-right, | ||
+ | .galleria-info-link, | ||
+ | .galleria-info-close, | ||
+ | .galleria-image-nav-left, | ||
+ | .galleria-image-nav-right { | ||
+ | background-image: url('http://i.imgur.com/tLDSr.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | /*Flowchart*/ | ||
+ | |||
+ | #flowchart-container{ | ||
+ | width: 980px; | ||
+ | float: center; | ||
+ | background-color:#ffffff; | ||
+ | padding: 10px; | ||
+ | height: 500px; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | border: 10px solid rgba(255, 255, 255,0.7); | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 95px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | #flowchart{ | ||
+ | float:center; | ||
+ | } | ||
+ | |||
+ | /*Outreach*/ | ||
+ | |||
+ | |||
+ | #outreachintro{ | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding-top: 10px; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 15px; | ||
+ | height: 35px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 5px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom:0px; | ||
+ | } | ||
+ | |||
+ | #outreachmenu a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:24.6px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #outreachmenu a:hover { | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #undergradsmenu a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #outreach { | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: -20px; | ||
+ | float: center; | ||
+ | font:16px sans-serif ; | ||
+ | } | ||
+ | |||
+ | #outreachmenu { | ||
+ | background-color: #f68e3c; | ||
+ | width: 160px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #outreachdescription { | ||
+ | width: 790px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-right: -20px; | ||
+ | margin-left: 0px; | ||
+ | padding-top: -20px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 15px; | ||
+ | padding-right: 15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font:16px sans-serif ; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* GMO Collab */ | ||
+ | |||
+ | |||
+ | #gmointro{ | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding-top: 10px; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 0px; | ||
+ | height: 35px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 5px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom:0px; | ||
+ | font:16px sans-serif ; | ||
+ | } | ||
+ | |||
+ | #gmomenu a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | height:24.6px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #gmomenu a:hover { | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #gmomenu a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #gmo { | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: -20px; | ||
+ | float: center; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #gmomenu { | ||
+ | background-color: #f68e3c; | ||
+ | width: 160px; | ||
+ | height: 310px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #gmodescription { | ||
+ | |||
+ | width: 790px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | margin-top: 20px; | ||
+ | margin-right: -20px; | ||
+ | margin-left: 0px; | ||
+ | padding-top: 0px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left:15px; | ||
+ | padding-right: 15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | list-style: none; | ||
+ | font:16px sans-serif ; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Sponsor Logos */ | ||
+ | |||
+ | #row1logos a:hover{ | ||
+ | list-style: none; | ||
+ | } | ||
+ | #row2logos a:hover{ | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | /* Results */ | ||
+ | |||
+ | #resultsoverview { | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding: 25px; | ||
+ | height: 150px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #resultscontainer { | ||
+ | width: 1000px; | ||
+ | height: 245px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | /* Biobricks */ | ||
+ | |||
+ | #biobricksoverview { | ||
+ | width: 950px; | ||
+ | float: center; | ||
+ | height: 400px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding: 25px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #biobrickscontainer { | ||
+ | width: 1000px; | ||
+ | height: 500px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | /* Safety */ | ||
+ | |||
+ | |||
+ | #safetyoverview { | ||
+ | width: 950px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | |||
+ | padding: 25px; | ||
+ | height: 1550px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #safetycontainer { | ||
+ | width: 1000px; | ||
+ | height: 1700px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | /* Design Section */ | ||
+ | |||
+ | |||
+ | #designContainer{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #designSelection{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #legend{ | ||
+ | margin-top: 275px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/4/47/Legend2.png'); | ||
+ | width: 175px; | ||
+ | height: 145px; | ||
+ | float: left; | ||
+ | position: absolute; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: 5px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | } | ||
+ | |||
+ | |||
+ | #designSelection li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #designSelection a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #designSelection li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #designOverview { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 715px; | ||
+ | height: 100%; | ||
+ | float: right; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-top: 0px; | ||
+ | |||
+ | |||
+ | text-align: left; | ||
+ | margin-right: -10px; | ||
+ | margin-top: -15px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | /* Data */ | ||
+ | |||
+ | #dataContainer{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #dataSelection{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #dataSelection li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #dataSelection a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #dataSelection li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #dataOverview { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 715px; | ||
+ | height: 100%; | ||
+ | float: right; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-top: 0px; | ||
+ | |||
+ | |||
+ | text-align: left; | ||
+ | margin-right: -10px; | ||
+ | margin-top: -15px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | /* Future */ | ||
+ | |||
+ | #futureContainer{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #futureSelection{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #futureSelection li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #futureSelection a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #futureSelection li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #futureOverview { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 715px; | ||
+ | height: 100%; | ||
+ | float: right; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-top: 0px; | ||
+ | |||
+ | |||
+ | text-align: left; | ||
+ | margin-right: -10px; | ||
+ | margin-top: -15px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | /* scaffold */ | ||
+ | |||
+ | #scaffoldContainer{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | margin-bottom: 50px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height:145px; | ||
+ | margin-bottom:20px; | ||
+ | position:fixed; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection0{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height: 180px; | ||
+ | position:fixed; | ||
+ | float: left; | ||
+ | margin-bottom:20px; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #scaffoldSelection0 li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection0 a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection0 li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #scaffoldOverview { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 715px; | ||
+ | height: 100%; | ||
+ | float: right; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-top: 0px; | ||
+ | |||
+ | |||
+ | text-align: left; | ||
+ | margin-right: -10px; | ||
+ | margin-top: -15px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | /* Petrobrick */ | ||
+ | |||
+ | #petrobrickContainer{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #petrobrickSelection{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #petrobrickSelection li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #petrobrickSelection a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #petrobrickSelection li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #petrobrickOverview { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 715px; | ||
+ | height: 100%; | ||
+ | float: right; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 25px; | ||
+ | padding-top: 0px; | ||
+ | |||
+ | |||
+ | text-align: left; | ||
+ | margin-right: -10px; | ||
+ | margin-top: -15px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | /* Assembly */ | ||
+ | |||
+ | #assemblyContainer{ | ||
+ | width: 1000px; | ||
+ | height: 100%; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | margin-bottom:50px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | #assemblySelection{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height: 100%; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #assemblySelection li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #assemblySelection a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #assemblySelection li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #assemblyOverview { | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | width: 715px; | ||
+ | height: 100%; | ||
+ | float: right; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-bottom: 0px; | ||
+ | padding-top: 0px; | ||
+ | |||
+ | margin-bottom: 25px; | ||
+ | text-align: left; | ||
+ | margin-right: -10px; | ||
+ | margin-top: -15px; | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | /*Attributions*/ | ||
+ | |||
+ | #attributionsOverview { | ||
+ | width: 950px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | padding: 25px; | ||
+ | height: 1600px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #attributionsContainer { | ||
+ | width: 1000px; | ||
+ | height: 1600px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #appoverview { | ||
+ | width: 950px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | |||
+ | padding: 25px; | ||
+ | height: 200px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #appcontainer { | ||
+ | width: 1000px; | ||
+ | height: 200px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 08:30, 19 January 2013