Team:Cornell/stylesheets/app

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{:Team:Cornell/templates/header}} <!-- paulirish.com/2008/conditional-stylesheets-vs-css-
+
/* --------------------------------------------------
-
hacks-answer-neither/ -->
+
Table of Contents
-
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
+
-----------------------------------------------------
-
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
+
::iGEM Reset
-
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
+
::Fonts and Icons
-
<!--[if gt IE 8]><!-->
+
::Shared Styles
-
<html class="no-js" lang="en">
+
::Header & Footer
-
<!--<![endif]-->
+
::Homepage
-
<div class="row">
+
*/
-
<div class="two columns">
+
 
-
<ul class="side-nav">
+
/* -----------------------------------------
-
<li>
+
iGEM Reset
-
<h6>Dry Lab</h6>
+
----------------------------------------- */
-
</li>
+
#globalWrapper {
-
<li class="divider"></li>
+
background-color: transparent;
-
<li class ="active">
+
border: none;
-
<a href="https://2012.igem.org/Team:Cornell/project/drylab">How It Works</a>
+
margin: 0;
-
</li>
+
padding: 0;
-
<li>
+
width: 100%;
-
<a href="https://2012.igem.org/Team:Cornell/project/drylab/functional_requirements">Functional Requirements</a>
+
height: 100%;
-
</li>
+
}
-
<li>
+
#content {
-
<a href="https://2012.igem.org/Team:Cornell/project/drylab/components">Components</a>
+
background-color: transparent;
-
</li>
+
border: none;
-
<li>
+
padding: 0;
-
Modeling
+
margin: 0;
-
<ul>
+
width: 100%;
-
<li>
+
overflow: visible;
-
<a href="https://2012.igem.org/Team:Cornell/project/drylab/modeling/deployment">Deployment</a>
+
height: 100%;
-
</li>
+
}
-
<li>
+
#bodyContent {
-
<a href="https://2012.igem.org/Team:Cornell/project/drylab/modeling/time_response">Time Response</a>
+
border: none;
-
</li>
+
padding: 0;
-
</ul>
+
margin: 0;
-
</li>
+
width: 100%;
-
<li>
+
height: 100%;
-
<a href="https://2012.igem.org/Team:Cornell/project/drylab/status">Device Status</a>
+
}
-
</li>
+
#top-section {
-
<li>
+
height: 15px;
-
<a href="https://2012.igem.org/Team:Cornell/project/drylab/3dmodel">3D Model</a>
+
margin: 0px;
-
</li>
+
margin-left: auto;
-
</ul>
+
margin-right: auto;
-
</div>
+
margin-bottom: 0 !important;
-
<div class="ten columns team-bios-container">
+
padding: 0;
-
<div class="row">
+
border: none;
-
<div class="twelve columns">
+
font-size: 10px;
-
<h2 class="centered">How It Works</h2>
+
}
-
</div>
+
#p-logo {
-
</div>
+
height: 1px;
-
<div>
+
overflow: hidden;
-
<b>Scroll over each number to find out more about the components of our device!</b>
+
display: none;
-
</div>
+
}
-
<div class="row last-ele overflow">
+
#search-controls {
-
<div class="twelve columns centered overflow no-pad" style="position:relative;">
+
overflow: hidden;
-
<div class="device-position" style="position:absolute;left:103px;top:98px">
+
display: block;
-
<div class="device-hover" >
+
background: none;
-
<div class="device-hover-pic" style="position:absolute;left:-103px;top:-98px">
+
position: absolute;
-
<img class="inline" src="https://static.igem.org/mediawiki/2012/d/d3/DeviceParts1.png">
+
top: 100px;
-
</div>
+
right: 40px;
-
</div>
+
}
-
<div class="device-desc">
+
.left-menu {
-
<h5>Inlet</h5>
+
width: 500px !important;
-
Water flows into our system, providing a sample to test water quality.
+
display: block;
-
</div>
+
margin-top: -80px;
-
</div>
+
border: none;
-
<div class="device-position" style="position:absolute;left:253px;top:283px">
+
text-align: right;
-
<div class="device-hover" >
+
}
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
.left-menu ul {
-
</div>
+
border: none;
-
<div class="device-desc">
+
}
-
<h5>Filter</h5>
+
#menubar.right-menu {
-
Prevents foreign microbes from entering and contaminating our reactor.
+
display: block;
-
</div>
+
width: 300px;
-
</div>
+
float: left;
-
<div class="device-position" style="position:absolute;left:333px;top:174px">
+
margin-top: 2px;
-
<div class="device-hover" >
+
margin-right: 0px;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
border: none;
-
</div>
+
}
-
<div class="device-desc">
+
.right-menu ul {
-
<h5>Pumps</h5>
+
width: 300px;
-
Move water and food to and from the reactor.
+
margin: 0px;
-
</div>
+
visibility: hidden;
-
</div>
+
}
-
<div class="device-position" style="position:absolute;left:352px;top:82px">
+
.right-menu ul li a {
-
<div class="device-hover" >
+
background: none;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
color: #666;
-
</div>
+
}
-
<div class="device-desc">
+
.right-menu:hover ul {
-
<h5>Piping and Calibration</h5>
+
visibility: visible;
-
Resist corrosion and set flow rates to the optimal level.
+
}
-
</div>
+
#footer-box {
-
</div>
+
width: 100%;
-
<div class="device-position" style="position:absolute;left:248px;top:84px">
+
margin: -10px auto 0 auto;
-
<div class="device-hover" >
+
padding: 20px 0;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
}
-
</div>
+
.visualClear {
-
<div class="device-desc">
+
display: none;
-
<h5>Reactors</h5>
+
}
-
House bacteria that produce electrical current in response to toxins.
+
#footer {
-
</div>
+
border: none;
-
</div>
+
width: 965px;
-
<div class="device-position" style="position:absolute;left:398px;top:299px">
+
margin: 0 auto;
-
<div class="device-hover" >
+
padding: 0;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
}
-
</div>
+
.firstHeading {
-
<div class="device-desc">
+
display: none;
-
<h5>Food Tanks</h5>
+
}
-
Supply our bacteria with lactate to keep them alive.
+
#f-list a {
-
</div>
+
color: #333;
-
</div>
+
font-size: 10px;
-
<div class="device-position" style="position:absolute;left:189px;top:73px">
+
}
-
<div class="device-hover" >
+
#f-list a:hover {
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
color: #666;
-
</div>
+
}
-
<div class="device-desc">
+
.printfooter {
-
<h5>Electronics</h5>
+
display: none;
-
Record bacterial current and transmit data wirelessly to the user.
+
}
-
</div>
+
#footer ul {
-
</div>
+
margin: 0;
-
<div class="device-position" style="position:absolute;left:359px;top:251px">
+
padding: 0;
-
<div class="device-hover" >
+
}
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
#footer ul li {
-
</div>
+
margin-top: 0;
-
<div class="device-desc">
+
margin-bottom: 0;
-
<h5>Battery</h5>
+
margin-left: 10px;
-
Keeps our device running.
+
margin-right: 10px;
-
</div>
+
padding: 0;
-
</div>
+
}
-
<div class="device-position" style="position:absolute;left:395px;top:6px">
+
#search-controls {
-
<div class="device-hover" >
+
display: none;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
}
-
</div>
+
h3#siteSub {
-
<div class="device-desc">
+
display: none;
-
<h5>Solar Panel</h5>
+
}
-
Extends the longevity of our device by providing extra power.
+
#contentSub {
-
</div>
+
display: none;
-
</div>
+
}
-
<div class="device-position" style="position:absolute;left:475px;top:230px">
+
p:first-child {
-
<div class="device-hover" >
+
display: none;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
}
-
</div>
+
#catlinks {
-
<div class="device-desc">
+
display: none;
-
<h5>Filter</h5>
+
}
-
Prevents our microbes from leaving the device.
+
#footer-box {
-
</div>
+
width: 977px;
-
</div>
+
margin-bottom: 20px;
-
<div class="device-position" style="position:absolute;left:522px;top:112px">
+
}
-
<div class="device-hover" >
+
 
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
/* -----------------------------------------
-
</div>
+
Fonts and Icons
-
<div class="device-desc">
+
----------------------------------------- */
-
<h5>Outlet</h5>
+
 
-
Water flows back to the source.
+
@font-face {
-
</div>
+
font-family: 'Foro-LightRegular';
-
</div>
+
src: url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.eot');
-
<div class="device-position" style="position:absolute;left:543px;top:323px">
+
src: url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.eot?#iefix') format('embedded-opentype'), url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.woff') format('woff'), url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.ttf') format('truetype'), url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.svg#Foro-LightRegular') format('svg');
-
<div class="device-hover" >
+
font-weight: normal;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
font-style: normal;
-
</div>
+
}
-
<div class="device-desc">
+
 
-
<h5>Support</h5>
+
@font-face {
-
Keeps the device safe from weather, rocks, and, of course, bears.
+
font-family: 'Droid Sans';
-
</div>
+
font-style: normal;
-
</div>
+
font-weight: 400;
-
<div class="device-position" style="position:absolute;left:651px;top:42px">
+
src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
-
<div class="device-hover" >
+
}
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
 
-
</div>
+
@font-face {
-
<div class="device-desc">
+
font-family: 'Droid Sans';
-
<h5>The Full Device</h5>
+
font-style: normal;
-
In all of its glory.
+
font-weight: 700;
-
</div>
+
src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
-
</div>
+
}
-
<!-- <div class="device-position" style="position:absolute;left:103px;top:98px;z-index:6">
+
/* -----------------------------------------
-
<div class="device-hover" >
+
Lightbox
-
<div class="device-hover-pic" style="position:absolute;left:-103px;top:-98px">
+
----------------------------------------- */
-
<img class="inline" src="https://static.igem.org/mediawiki/2012/d/d3/DeviceParts1.png">
+
/* line 6, ../sass/lightbox.sass */
-
</div>
+
#lightboxOverlay {
-
</div>
+
position: absolute;
-
<div class="device-desc">
+
top: 0;
-
<h5>Inlet</h5>
+
left: 0;
-
Water flows into our system, providing a sample to test water quality.
+
z-index: 9999;
-
</div>
+
background-color: black;
-
</div>
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
-
<div class="device-position" style="position:absolute;left:253px;top:283px;z-index:11">
+
opacity: 0.85;
-
<div class="device-hover" >
+
display: none;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
}
-
</div>
+
 
-
<div class="device-desc">
+
/* line 15, ../sass/lightbox.sass */
-
<h5>Filter</h5>
+
#lightbox {
-
Prevents foreign microbes from entering and contaminating our reactor.
+
position: absolute;
-
</div>
+
left: 0;
-
</div>
+
width: 100%;
-
<div class="device-position" style="position:absolute;left:333px;top:174px;z-index:8">
+
z-index: 10000;
-
<div class="device-hover" >
+
text-align: center;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
line-height: 0;
-
</div>
+
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
-
<div class="device-desc">
+
font-weight: normal;
-
<h5>Pumps</h5>
+
}
-
Move water and food to and from the reactor.
+
/* line 24, ../sass/lightbox.sass */
-
</div>
+
#lightbox img {
-
</div>
+
width: auto;
-
<div class="device-position" style="position:absolute;left:352px;top:82px;z-index:4">
+
height: auto;
-
<div class="device-hover" >
+
}
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
/* line 27, ../sass/lightbox.sass */
-
</div>
+
#lightbox a img {
-
<div class="device-desc">
+
border: none;
-
<h5>Piping and Calibration</h5>
+
}
-
Resist corrosion and set flow rates to the optimal level.
+
 
-
</div>
+
/* line 30, ../sass/lightbox.sass */
-
</div>
+
.lb-outerContainer {
-
<div class="device-position" style="position:absolute;left:248px;top:84px;z-index:5">
+
position: relative;
-
<div class="device-hover" >
+
background-color: white;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
*zoom: 1;
-
</div>
+
width: 250px;
-
<div class="device-desc">
+
height: 250px;
-
<h5>Reactors</h5>
+
margin: 0 auto;
-
House bacteria that produce electrical current in response to toxins.
+
-webkit-border-radius: 4px;
-
</div>
+
-moz-border-radius: 4px;
-
</div>
+
-ms-border-radius: 4px;
-
<div class="device-position" style="position:absolute;left:398px;top:299px;z-index:12">
+
-o-border-radius: 4px;
-
<div class="device-hover" >
+
border-radius: 4px;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
}
-
</div>
+
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
-
<div class="device-desc">
+
.lb-outerContainer:after {
-
<h5>Food Tanks</h5>
+
content: "";
-
Supply our bacteria with lactate to keep them alive.
+
display: table;
-
</div>
+
clear: both;
-
</div>
+
}
-
<div class="device-position" style="position:absolute;left:189px;top:73px;z-index:3">
+
 
-
<div class="device-hover" >
+
/* line 39, ../sass/lightbox.sass */
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
.lb-container {
-
</div>
+
padding: 10px;
-
<div class="device-desc">
+
}
-
<h5>Electronics</h5>
+
 
-
Record bacterial current and transmit data wirelessly to the user.
+
/* line 42, ../sass/lightbox.sass */
-
</div>
+
.lb-loader {
-
</div>
+
position: absolute;
-
<div class="device-position" style="position:absolute;left:359px;top:251px;z-index:10">
+
top: 40%;
-
<div class="device-hover" >
+
left: 0%;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
height: 25%;
-
</div>
+
width: 100%;
-
<div class="device-desc">
+
text-align: center;
-
<h5>Battery</h5>
+
line-height: 0;
-
Keeps our device running.
+
}
-
</div>
+
 
-
</div>
+
/* line 51, ../sass/lightbox.sass */
-
<div class="device-position" style="position:absolute;left:395px;top:6px;z-index:1">
+
.lb-nav {
-
<div class="device-hover" >
+
position: absolute;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
top: 0;
-
</div>
+
left: 0;
-
<div class="device-desc">
+
height: 100%;
-
<h5>Solar Panel</h5>
+
width: 100%;
-
Extends the longevity of our device by providing extra power.
+
z-index: 10;
-
</div>
+
}
-
</div>
+
 
-
<div class="device-position" style="position:absolute;left:475px;top:230px;z-index:9">
+
/* line 59, ../sass/lightbox.sass */
-
<div class="device-hover" >
+
.lb-container > .nav {
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
left: 0;
-
</div>
+
}
-
<div class="device-desc">
+
 
-
<h5>Filter</h5>
+
/* line 62, ../sass/lightbox.sass */
-
Prevents our microbes from leaving the device.
+
.lb-nav a {
-
</div>
+
outline: none;
-
</div>
+
}
-
<div class="device-position" style="position:absolute;left:522px;top:112px;z-index:7">
+
 
-
<div class="device-hover" >
+
/* line 65, ../sass/lightbox.sass */
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
.lb-prev, .lb-next {
-
</div>
+
width: 49%;
-
<div class="device-desc">
+
height: 100%;
-
<h5>Outlet</h5>
+
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
-
Water flows back to the source.
+
/* Trick IE into showing hover */
-
</div>
+
display: block;
-
</div>
+
}
-
<div class="device-position" style="position:absolute;left:543px;top:323px;z-index:13">
+
 
-
<div class="device-hover" >
+
/* line 72, ../sass/lightbox.sass */
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
.lb-prev {
-
</div>
+
left: 0;
-
<div class="device-desc">
+
float: left;
-
<h5>Support</h5>
+
}
-
Keeps the device safe from weather, rocks, and, of course, bears.
+
 
-
</div>
+
/* line 76, ../sass/lightbox.sass */
-
</div>
+
.lb-next {
-
<div class="device-position" style="position:absolute;left:651px;top:42px;z-index:2">
+
right: 0;
-
<div class="device-hover" >
+
float: right;
-
<img src="https://static.igem.org/mediawiki/2012/9/91/TransBlock.png">
+
}
-
</div>
+
 
-
<div class="device-desc">
+
/* line 81, ../sass/lightbox.sass */
-
<h5>The Full Device</h5>
+
.lb-prev:hover {
-
In all of its glory.
+
background: url(https://static.igem.org/mediawiki/2012/3/33/Ucl2012-lightbox-Prev.png) left 48% no-repeat;
-
</div>
+
}
-
</div>
+
 
-
--> <span id="device1" style="position:absolute;left:0;top:0;width:783;height:489;opacity:0;-webkit-transition:opacity 0.5s"></span>
+
/* line 85, ../sass/lightbox.sass */
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/2012/d/d3/DeviceParts1.png" style="margin:0px">
+
.lb-next:hover {
-
<!-- <img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/4/48/DeviceParts2.png" style="margin:0px">
+
background: url(https://static.igem.org/mediawiki/2012/4/4c/Ucl2012-lightbox-Next.png) right 48% no-repeat;
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/8/8e/DeviceParts3.png" style="margin:0px">
+
}
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/d/d4/DeviceParts4.png" style="margin:0px">
+
 
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/d/d3/DeviceParts5.png" style="margin:0px">
+
/* line 88, ../sass/lightbox.sass */
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/a/a7/DeviceParts6.png" style="margin:0px">
+
.lb-dataContainer {
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/8/85/DeviceParts7.png" style="margin:0px">
+
margin: 0 auto;
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/8/8f/DeviceParts8.png" style="margin:0px">
+
padding-top: 5px;
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/a/a3/DeviceParts9.png" style="margin:0px">
+
*zoom: 1;
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/e/ee/DeviceParts10.png" style="margin:0px">
+
width: 100%;
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/d/d1/DeviceParts11.png" style="margin:0px">
+
-moz-border-radius-bottomleft: 4px;
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/d/df/DeviceParts12.png" style="margin:0px">
+
-webkit-border-bottom-left-radius: 4px;
-
<img class="inline stacked" id="device1" src="https://static.igem.org/mediawiki/igem.org/9/97/DeviceParts13.png" style="margin:0px">
+
-ms-border-bottom-left-radius: 4px;
-
--> <img class="inline" src="https://static.igem.org/mediawiki/2012/5/5d/DeviceParts0.png" style="margin:0px">
+
-o-border-bottom-left-radius: 4px;
-
</div>
+
border-bottom-left-radius: 4px;
-
</div>
+
-moz-border-radius-bottomright: 4px;
-
<!-- <div class="row last-ele overflow">
+
-webkit-border-bottom-right-radius: 4px;
-
<div class="twelve columns centered overflow no-pad" style="position:relative;">
+
-ms-border-bottom-right-radius: 4px;
-
<img class="inline" ismap="ismap" usemap="#devicemap" src="https://static.igem.org/mediawiki/2012/5/5d/DeviceParts0.png" style="margin:0px">
+
-o-border-bottom-right-radius: 4px;
-
<map name="devicemap">
+
border-bottom-right-radius: 4px;
-
<area id="device1" shape="circle" coords="126,127,23" href="">
+
}
-
<area id="device2" shape="circle" coords="276,310,23" href="">
+
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
-
<area id="device3" shape="circle" coords="356,201,23" href="">
+
.lb-dataContainer:after {
-
<area id="device4" shape="circle" coords="375,109,23" href="">
+
content: "";
-
<area id="device5" shape="circle" coords="271,111,23" href="">
+
display: table;
-
<area id="device6" shape="circle" coords="421,326,23" href="">
+
clear: both;
-
<area id="device7" shape="circle" coords="212,100,23" href="">
+
}
-
<area id="device8" shape="circle" coords="382,278,23" href="">
+
 
-
<area id="device9" shape="circle" coords="418,33,23" href="">
+
/* line 95, ../sass/lightbox.sass */
-
<area id="device10" shape="circle" coords="498,257,23" href="">
+
.lb-data {
-
<area id="device11" shape="circle" coords="545,139,23" href="">
+
padding: 0 10px;
-
<area id="device12" shape="circle" coords="566,350,23" href="">
+
color: #bbbbbb;
-
<area id="device13" shape="circle" coords="674,69,23" href="">
+
}
-
</map>
+
/* line 98, ../sass/lightbox.sass */
-
<ul id="deviceOver">
+
.lb-data .lb-details {
-
<li id="device1"><a>1</a></li>
+
width: 85%;
-
<li id="device2"><a>2</a></li>
+
float: left;
-
<li id="device3"><a>3</a></li>
+
text-align: left;
-
<li id="device4"><a>4</a></li>
+
line-height: 1.1em;
-
<li id="device5"><a>5</a></li>
+
}
-
<li id="device6"><a>6</a></li>
+
/* line 103, ../sass/lightbox.sass */
-
<li id="device7"><a>7</a></li>
+
.lb-data .lb-caption {
-
<li id="device8"><a>8</a></li>
+
font-size: 13px;
-
<li id="device9"><a>9</a></li>
+
font-weight: bold;
-
<li id="device10"><a>10</a></li>
+
line-height: 1em;
-
<li id="device11"><a>11</a></li>
+
}
-
<li id="device12"><a>12</a></li>
+
/* line 107, ../sass/lightbox.sass */
-
<li id="device13"><a>13</a></li>
+
.lb-data .lb-number {
-
</ul>
+
display: block;
-
--> </div>
+
clear: left;
-
</div>
+
padding-bottom: 1em;
-
<!-- <div class="ten columns centered">
+
font-size: 11px;
-
<div id="homepage-slideshow">
+
}
-
<img class="inline" src="https://static.igem.org/mediawiki/2012/5/5d/DeviceParts0.png">
+
/* line 112, ../sass/lightbox.sass */
-
<img class="inline" src="https://static.igem.org/mediawiki/2012/d/d3/DeviceParts1.png">
+
.lb-data .lb-close {
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/4/48/DeviceParts2.png">
+
width: 35px;
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/8/8e/DeviceParts3.png">
+
float: right;
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/d/d4/DeviceParts4.png">
+
padding-bottom: 0.7em;
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/d/d3/DeviceParts5.png">
+
outline: none;
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/a/a7/DeviceParts6.png">
+
}
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/8/85/DeviceParts7.png">
+
/* line 117, ../sass/lightbox.sass */
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/8/8f/DeviceParts8.png">
+
.lb-data .lb-close:hover {
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/a/a3/DeviceParts9.png">
+
cursor: pointer;
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/e/ee/DeviceParts10.png">
+
}
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/d/d1/DeviceParts11.png">
+
 
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/d/df/DeviceParts12.png">
+
/* -----------------------------------------
-
<img class="inline" src="https://static.igem.org/mediawiki/igem.org/9/97/DeviceParts13.png">
+
Shared Styles
-
</div>
+
----------------------------------------- */
-
</div> -->
+
 
-
</div>
+
body {
-
</div>
+
background: #f2f2f2;
-
<script src="https://2012.igem.org/Team:Cornell/javascripts/foundation.min?action=raw&amp;ctype=text/javascript"></script>
+
font-family: 'Droid Sans', Helvetica, sans-serif;
-
<script src="https://2012.igem.org/Team:Cornell/javascripts/app?action=raw&amp;ctype=text/javascript"></script>
+
font-size: 15px;
-
<script src="https://2012.igem.org/Team:Cornell/javascripts/lightbox?action=raw&amp;ctype=text/javascript"></script>
+
line-height: 23px;
-
<script type="text/javascript">
+
}
-
$(window).load(function() {
+
 
-
$('li.pg-project_drylab').addClass('active');
+
h1, h2, h3, h4, h5, h6 {
-
});
+
font-family: 'Foro-LightRegular', serif;
-
</script>
+
color: #000;
-
</body>
+
border-bottom: none;
-
</html>
+
margin-bottom: none;
 +
}
 +
 
 +
h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered {
 +
text-align: center;
 +
}
 +
 
 +
div.clearfix {
 +
content: ".";
 +
display: block;
 +
clear: both;
 +
visibility: hidden;
 +
line-height: 0;
 +
height: 0;
 +
}
 +
 
 +
div.twelve.columns.no-pad {
 +
padding: 0px;
 +
}
 +
 
 +
.off-canvas {
 +
width: 100%;
 +
}
 +
 
 +
a, a:visited {
 +
color: #b31b1b;
 +
text-decoration: none;
 +
}
 +
 
 +
a:hover {
 +
color: #871414;
 +
text-decoration: none;
 +
}
 +
 
 +
.button {
 +
background: #b31b1b;
 +
border: 1px solid #691010;
 +
color: #fff;
 +
}
 +
 
 +
a.button, a.button:hover {
 +
color: #fff;
 +
}
 +
 
 +
.button:hover {
 +
background-color: #871414;
 +
}
 +
 
 +
.button:focus {
 +
-webkit-box-shadow: 0 0 4px #b31b1b, 0 1px 0 rgba(255,255,255,0.5) inset;
 +
-moz-box-shadow: 0 0 4px #b31b1b, 0 1px 0 rgba(255,255,255,0.5) inset;
 +
box-shadow: 0 0 4px #b31b1b, 0 1px 0 rgba(255,255,255,0.5) inset;
 +
}
 +
 
 +
.nav-bar {
 +
background: #b31b1b;
 +
}
 +
 
 +
.nav-bar > li {
 +
border: 1px solid #871414;
 +
}
 +
 
 +
.nav-bar > li:last-child {
 +
border-right: solid 1px #871414;
 +
}
 +
 
 +
.nav-bar > li.active {
 +
background: #4c0b0b;
 +
border-color: #4c0b0b;
 +
}
 +
 
 +
.nav-bar > li.active:hover {
 +
background: #4c0b0b;
 +
}
 +
 
 +
.nav-bar > li:hover {
 +
background: #871414;
 +
}
 +
 
 +
.nav-bar a {
 +
color: #f2f2f2;
 +
}
 +
 
 +
ul.side-nav li.divider {
 +
border-top: 1px solid #ddd;
 +
}
 +
 
 +
dl.tabs.pill dd a {
 +
background: #ddd;
 +
color: #000;
 +
}
 +
 
 +
dl.tabs.pill dd.active a {
 +
background-color: #b31b1b;
 +
color: #e6e6e6;
 +
}
 +
 
 +
iframe.slides {
 +
width: 577px;
 +
height: 476px;
 +
margin: 5px auto;
 +
}
 +
/* -----------------------------------------
 +
Header & Footer
 +
----------------------------------------- */
 +
 
 +
div.row.header {
 +
background: #b31b1b;
 +
margin: 0px auto 40px;
 +
}
 +
 
 +
div#header-wrapper {
 +
width: 940px;
 +
margin: 0px auto;
 +
}
 +
 
 +
div#logo-wrapper {
 +
position: absolute;
 +
top: -20px;
 +
left: 0px;
 +
background: green;
 +
border: 10px solid #b31b1b;
 +
height: 80px;
 +
}
 +
 
 +
div#logo-wrapper img {
 +
height: 60px;
 +
}
 +
 
 +
div#igem-attr {
 +
position: absolute;
 +
top: -12px;
 +
left: 147px;
 +
height: 60px;
 +
transition: transform 0.5s;
 +
-moz-transition: -moz-transform 0.5s; /* Firefox 4 */
 +
-webkit-transition: -webkit-transform 0.5s; /* Safari and Chrome */
 +
-o-transition: -o-transform 0.5s; /* Opera */
 +
}
 +
 
 +
div#igem-attr:hover {
 +
transform: rotate(-15deg);
 +
-ms-transform: rotate(-15deg); /* IE 9 */
 +
-webkit-transform: rotate(-15deg); /* Safari and Chrome */
 +
-o-transform: rotate(-15deg); /* Opera */
 +
-moz-transform: rotate(-15deg); /* Firefox */
 +
}
 +
 
 +
div#igem-attr img {
 +
height: 60px;
 +
}
 +
 
 +
div#header-wrapper .nav-bar {
 +
float: right;
 +
margin: 0px;
 +
}
 +
 
 +
div.main-image > div {
 +
padding: 0px;
 +
}
 +
 
 +
a.gallery-button {
 +
position: absolute;
 +
right: 20px;
 +
bottom: 10px;
 +
}
 +
 
 +
div.missing {
 +
margin: auto;
 +
position: relative;
 +
top: 50%;
 +
width: 193px;
 +
}
 +
div.missing a {
 +
height: 63px;
 +
position: relative;
 +
top: -31px;
 +
}
 +
div.missing img {
 +
border-width: 0px;
 +
}
 +
div#unityPlayer {
 +
cursor: default;
 +
height: 600px;
 +
width: 960px;
 +
}
 +
 
 +
/* -----------------------------------------
 +
Home Page
 +
----------------------------------------- */
 +
 
 +
div#homepage-slideshow {
 +
margin-bottom: 30px;
 +
}
 +
 
 +
div.homepage-section {
 +
padding: 10px;
 +
}
 +
 
 +
div.homepage-force {
 +
height: 174px;
 +
}
 +
 
 +
div.controls {
 +
position: absolute;
 +
bottom: 0px;
 +
}
 +
 
 +
div.controls a.button {
 +
float: right;
 +
}
 +
 
 +
div.homepage-section.tl {
 +
border-bottom: 1px solid #ddd;
 +
border-right: 1px solid #ddd;
 +
padding-top: 0px;
 +
padding-left: 0px;
 +
}
 +
 
 +
div.homepage-section.tr {
 +
border-bottom: 1px solid #ddd;
 +
padding-top: 0px;
 +
padding-right: 0px;
 +
}
 +
 
 +
div.homepage-section.bl {
 +
border-right: 1px solid #ddd;
 +
padding-bottom: 0px;
 +
padding-left: 0px;
 +
}
 +
 
 +
div.homepage-section.br {
 +
padding-bottom: 0px;
 +
padding-right: 0px;
 +
}
 +
 
 +
div.homepage-thumb {
 +
margin-bottom: -6px;
 +
}
 +
 
 +
div.sponsors-wrapper {
 +
margin-top: 20px;
 +
}
 +
 
 +
div.sponsors-wrapper ul {
 +
padding: 5px 0px;
 +
}
 +
 
 +
div.sponsors-wrapper ul li {
 +
padding: 5px 10px;
 +
display: inline-block;
 +
list-style: none;
 +
}
 +
 
 +
div.sponsors-wrapper ul li img {
 +
height: 105px;
 +
display: block;
 +
margin: 5px auto;
 +
}
 +
 
 +
/* -----------------------------------------
 +
Team Page
 +
----------------------------------------- */
 +
 
 +
div.team-bios-container div.row {
 +
padding: 0px 0px 10px;
 +
border-bottom: 1px solid #ddd;
 +
}
 +
 
 +
div.team-bios-container div.last-ele {
 +
border-bottom: none;
 +
}
 +
 
 +
div.team-bios-container img {
 +
max-height: 166px;
 +
margin: 29px 0px;
 +
}
 +
 
 +
div.team-bios-container img.inline {
 +
max-height: none;
 +
}
 +
 
 +
div#grd-members, div#fac-members {
 +
margin-top: 80px;
 +
}
 +
 
 +
div.bio-pic-container {
 +
position: relative;
 +
margin: 29px 0px;
 +
height: 166px;
 +
}
 +
 
 +
div.bio-pic-container img {
 +
position: absolute;
 +
margin: 0px;
 +
top: 0px;
 +
z-index: 2;
 +
}
 +
 
 +
div.bio-pic-container img.bio-pic-bw {
 +
z-index: 5;
 +
}
 +
/* -----------------------------------------
 +
Notebook Page
 +
----------------------------------------- */
 +
 
 +
ul.side-nav h6 {
 +
margin: 47px 0px 0px;
 +
}
 +
 
 +
ul.side-nav.ntbk-nav h6 {
 +
margin: 87px 0px 0px;
 +
}
 +
 
 +
table.check-off img {
 +
height: 20px;
 +
width: 20px;
 +
margin: auto;
 +
}
 +
 
 +
/* -----------------------------------------
 +
Gallery Page
 +
----------------------------------------- */
 +
 
 +
div.main-gallery ul {
 +
list-style: none;
 +
}
 +
 
 +
div.main-gallery ul li {
 +
display: inline-block;
 +
margin: 0px 5px;
 +
}
 +
 
 +
div.main-gallery ul li img {
 +
height: 80px;
 +
margin: 0px;
 +
}
 +
 
 +
/* -----------------------------------------
 +
Functional Requirement Hover-overs
 +
----------------------------------------- */
 +
 
 +
div.overflow {
 +
overflow: visible;
 +
}
 +
 
 +
div.func-req-position {
 +
position: absolute;
 +
background: #e2e2e2;
 +
border-radius: 300px;
 +
width: 100px;
 +
height: 100px;
 +
background: #f2f2f2;
 +
color: white;
 +
opacity: 1;
 +
}
 +
 
 +
div.func-req-hover {
 +
width: 100px;
 +
border-radius: 300px;
 +
}
 +
 
 +
div.func-req-hover img {
 +
height: 100px;
 +
margin-top: -4px;
 +
opacity: 0.5;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
 
 +
div.func-req-hover:hover img {
 +
opacity: 1;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
 
 +
div.func-req-desc {
 +
position: absolute;
 +
left: -75px;
 +
top: 100px;
 +
width: 250px;
 +
padding: 7px;
 +
background: #1A1A1A;
 +
border-radius: 5px;
 +
color: white;
 +
opacity: 0;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
 
 +
div.func-req-hover:hover + div.func-req-desc {
 +
opacity: 1;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
 
 +
div.func-req-desc h5 {
 +
text-align: center;
 +
color: white;
 +
}
 +
 
 +
img.stacked {
 +
position: absolute;
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
div.device-position {
 +
position: absolute;
 +
border-radius: 300px;
 +
width: 55px;
 +
height: 55px;
 +
opacity: 1;
 +
}
 +
 
 +
div.device-hover {
 +
width: 55px;
 +
height: 55px;
 +
z-index: 3;
 +
border-radius: 300px;
 +
}
 +
 
 +
div.device-hover img {
 +
width: 783px;
 +
height: 489px;
 +
margin-top: 0px;
 +
opacity: 0;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
 
 +
div.device-hover-pic {
 +
width: 783px;
 +
height: 489px;
 +
z-index: 1;
 +
opacity: 0;
 +
-webkit-transition: opacity 0.5s;
 +
}
 +
 
 +
div.device-hover-pic img {
 +
width: 783px;
 +
height: 489px;
 +
opacity: 1;
 +
}
 +
 
 +
/*
 +
div.device-hover:hover img {
 +
width: 783px;
 +
height: 489px;
 +
opacity: 1;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
*/
 +
 
 +
div.device-hover:hover ~ span#device1 {
 +
opacity: 1;
 +
}
 +
 
 +
div.device-desc {
 +
position: absolute;
 +
left: -100px;
 +
top: 100px;
 +
width: 250px;
 +
padding: 7px;
 +
background: #1A1A1A;
 +
border-radius: 5px;
 +
color: white;
 +
z-index: 2;
 +
opacity: 0;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
 
 +
div.device-hover:hover + div.device-desc, div.device-hover:hover > div.device-hover-pic {
 +
opacity: 1;
 +
-webkit-transition: opacity 0.75s;
 +
}
 +
 
 +
div.device-desc h5 {
 +
text-align: center;
 +
color: white;
 +
}
 +
 
 +
/* -----------------------------------------
 +
Device Hover-overs
 +
----------------------------------------- */
 +
 
 +
#deviceOver {
 +
position: relative;
 +
width: 783px;
 +
height: 489px;
 +
background: #5ae url(https://static.igem.org/mediawiki/2012/5/5d/DeviceParts0.png)
 +
padding: 0;
 +
}
 +
 
 +
#deviceOver li {
 +
display: block;
 +
position: absolute;
 +
list-style: none;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
 +
#device1 {
 +
opacity: 0.0;
 +
}
 +
 
 +
#device2 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device3 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device4 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device5 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device6 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device7 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device8 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device9 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device10 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device11 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device12 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device13 {
 +
left: 0px;
 +
top: 0px;
 +
}
 +
 
 +
#device1 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device2 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device3 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device4 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device5 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device6 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device7 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device8 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device9 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device10 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device11 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device12 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
#device13 a {
 +
width: 738px;
 +
height: 489px;
 +
}
 +
 
 +
area.device1:hover {
 +
background: #5ae url(https://static.igem.org/mediawiki/2012/d/d3/DeviceParts1.png);
 +
-webkit-transition: opacity 0.75s;
 +
}

Revision as of 20:31, 15 November 2012

/* --------------------------------------------------

Table of Contents
-----------------------------------------------------
::iGEM Reset
::Fonts and Icons
::Shared Styles
::Header & Footer
::Homepage
*/

/* -----------------------------------------

iGEM Reset
----------------------------------------- */
  1. globalWrapper {

background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height: 100%; }

  1. content {

background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: visible; height: 100%; }

  1. bodyContent {

border: none; padding: 0; margin: 0; width: 100%; height: 100%; }

  1. top-section {

height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding: 0; border: none; font-size: 10px; }

  1. p-logo {

height: 1px; overflow: hidden; display: none; }

  1. search-controls {

overflow: hidden; display: block; background: none; position: absolute; top: 100px; right: 40px; } .left-menu { width: 500px !important; display: block; margin-top: -80px; border: none; text-align: right; } .left-menu ul { border: none; }

  1. menubar.right-menu {

display: block; width: 300px; float: left; margin-top: 2px; margin-right: 0px; border: none; } .right-menu ul { width: 300px; margin: 0px; visibility: hidden; } .right-menu ul li a { background: none; color: #666; } .right-menu:hover ul { visibility: visible; }

  1. footer-box {

width: 100%; margin: -10px auto 0 auto; padding: 20px 0; } .visualClear { display: none; }

  1. footer {

border: none; width: 965px; margin: 0 auto; padding: 0; } .firstHeading { display: none; }

  1. f-list a {

color: #333; font-size: 10px; }

  1. f-list a:hover {

color: #666; } .printfooter { display: none; }

  1. footer ul {

margin: 0; padding: 0; }

  1. footer ul li {

margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0; }

  1. search-controls {

display: none; } h3#siteSub { display: none; }

  1. contentSub {

display: none; } p:first-child { display: none; }

  1. catlinks {

display: none; }

  1. footer-box {

width: 977px; margin-bottom: 20px; }

/* -----------------------------------------

Fonts and Icons
----------------------------------------- */

@font-face { font-family: 'Foro-LightRegular'; src: url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.eot'); src: url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.eot?#iefix') format('embedded-opentype'), url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.woff') format('woff'), url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.ttf') format('truetype'), url('https://dl.dropbox.com/u/3824307/iGEM/fonts/forolig-webfont.svg#Foro-LightRegular') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 400; src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff'); }

@font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 700; src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff'); } /* -----------------------------------------

Lightbox
----------------------------------------- */

/* line 6, ../sass/lightbox.sass */

  1. lightboxOverlay {

position: absolute; top: 0; left: 0; z-index: 9999; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); opacity: 0.85; display: none; }

/* line 15, ../sass/lightbox.sass */

  1. lightbox {

position: absolute; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; font-weight: normal; } /* line 24, ../sass/lightbox.sass */

  1. lightbox img {

width: auto; height: auto; } /* line 27, ../sass/lightbox.sass */

  1. lightbox a img {

border: none; }

/* line 30, ../sass/lightbox.sass */ .lb-outerContainer { position: relative; background-color: white; *zoom: 1; width: 250px; height: 250px; margin: 0 auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ .lb-outerContainer:after { content: ""; display: table; clear: both; }

/* line 39, ../sass/lightbox.sass */ .lb-container { padding: 10px; }

/* line 42, ../sass/lightbox.sass */ .lb-loader { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

/* line 51, ../sass/lightbox.sass */ .lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }

/* line 59, ../sass/lightbox.sass */ .lb-container > .nav { left: 0; }

/* line 62, ../sass/lightbox.sass */ .lb-nav a { outline: none; }

/* line 65, ../sass/lightbox.sass */ .lb-prev, .lb-next { width: 49%; height: 100%; background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); /* Trick IE into showing hover */ display: block; }

/* line 72, ../sass/lightbox.sass */ .lb-prev { left: 0; float: left; }

/* line 76, ../sass/lightbox.sass */ .lb-next { right: 0; float: right; }

/* line 81, ../sass/lightbox.sass */ .lb-prev:hover { background: url(Ucl2012-lightbox-Prev.png) left 48% no-repeat; }

/* line 85, ../sass/lightbox.sass */ .lb-next:hover { background: url(Ucl2012-lightbox-Next.png) right 48% no-repeat; }

/* line 88, ../sass/lightbox.sass */ .lb-dataContainer { margin: 0 auto; padding-top: 5px; *zoom: 1; width: 100%; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -ms-border-bottom-left-radius: 4px; -o-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -ms-border-bottom-right-radius: 4px; -o-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ .lb-dataContainer:after { content: ""; display: table; clear: both; }

/* line 95, ../sass/lightbox.sass */ .lb-data { padding: 0 10px; color: #bbbbbb; } /* line 98, ../sass/lightbox.sass */ .lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em; } /* line 103, ../sass/lightbox.sass */ .lb-data .lb-caption { font-size: 13px; font-weight: bold; line-height: 1em; } /* line 107, ../sass/lightbox.sass */ .lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 11px; } /* line 112, ../sass/lightbox.sass */ .lb-data .lb-close { width: 35px; float: right; padding-bottom: 0.7em; outline: none; } /* line 117, ../sass/lightbox.sass */ .lb-data .lb-close:hover { cursor: pointer; }

/* -----------------------------------------

Shared Styles
----------------------------------------- */

body { background: #f2f2f2; font-family: 'Droid Sans', Helvetica, sans-serif; font-size: 15px; line-height: 23px; }

h1, h2, h3, h4, h5, h6 { font-family: 'Foro-LightRegular', serif; color: #000; border-bottom: none; margin-bottom: none; }

h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered { text-align: center; }

div.clearfix { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

div.twelve.columns.no-pad { padding: 0px; }

.off-canvas { width: 100%; }

a, a:visited { color: #b31b1b; text-decoration: none; }

a:hover { color: #871414; text-decoration: none; }

.button { background: #b31b1b; border: 1px solid #691010; color: #fff; }

a.button, a.button:hover { color: #fff; }

.button:hover { background-color: #871414; }

.button:focus { -webkit-box-shadow: 0 0 4px #b31b1b, 0 1px 0 rgba(255,255,255,0.5) inset; -moz-box-shadow: 0 0 4px #b31b1b, 0 1px 0 rgba(255,255,255,0.5) inset; box-shadow: 0 0 4px #b31b1b, 0 1px 0 rgba(255,255,255,0.5) inset; }

.nav-bar { background: #b31b1b; }

.nav-bar > li { border: 1px solid #871414; }

.nav-bar > li:last-child { border-right: solid 1px #871414; }

.nav-bar > li.active { background: #4c0b0b; border-color: #4c0b0b; }

.nav-bar > li.active:hover { background: #4c0b0b; }

.nav-bar > li:hover { background: #871414; }

.nav-bar a { color: #f2f2f2; }

ul.side-nav li.divider { border-top: 1px solid #ddd; }

dl.tabs.pill dd a { background: #ddd; color: #000; }

dl.tabs.pill dd.active a { background-color: #b31b1b; color: #e6e6e6; }

iframe.slides { width: 577px; height: 476px; margin: 5px auto; } /* -----------------------------------------

Header & Footer
----------------------------------------- */

div.row.header { background: #b31b1b; margin: 0px auto 40px; }

div#header-wrapper { width: 940px; margin: 0px auto; }

div#logo-wrapper { position: absolute; top: -20px; left: 0px; background: green; border: 10px solid #b31b1b; height: 80px; }

div#logo-wrapper img { height: 60px; }

div#igem-attr { position: absolute; top: -12px; left: 147px; height: 60px; transition: transform 0.5s; -moz-transition: -moz-transform 0.5s; /* Firefox 4 */ -webkit-transition: -webkit-transform 0.5s; /* Safari and Chrome */ -o-transition: -o-transform 0.5s; /* Opera */ }

div#igem-attr:hover { transform: rotate(-15deg); -ms-transform: rotate(-15deg); /* IE 9 */ -webkit-transform: rotate(-15deg); /* Safari and Chrome */ -o-transform: rotate(-15deg); /* Opera */ -moz-transform: rotate(-15deg); /* Firefox */ }

div#igem-attr img { height: 60px; }

div#header-wrapper .nav-bar { float: right; margin: 0px; }

div.main-image > div { padding: 0px; }

a.gallery-button { position: absolute; right: 20px; bottom: 10px; }

div.missing { margin: auto; position: relative; top: 50%; width: 193px; } div.missing a { height: 63px; position: relative; top: -31px; } div.missing img { border-width: 0px; } div#unityPlayer { cursor: default; height: 600px; width: 960px; }

/* -----------------------------------------

Home Page
----------------------------------------- */

div#homepage-slideshow { margin-bottom: 30px; }

div.homepage-section { padding: 10px; }

div.homepage-force { height: 174px; }

div.controls { position: absolute; bottom: 0px; }

div.controls a.button { float: right; }

div.homepage-section.tl { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; padding-top: 0px; padding-left: 0px; }

div.homepage-section.tr { border-bottom: 1px solid #ddd; padding-top: 0px; padding-right: 0px; }

div.homepage-section.bl { border-right: 1px solid #ddd; padding-bottom: 0px; padding-left: 0px; }

div.homepage-section.br { padding-bottom: 0px; padding-right: 0px; }

div.homepage-thumb { margin-bottom: -6px; }

div.sponsors-wrapper { margin-top: 20px; }

div.sponsors-wrapper ul { padding: 5px 0px; }

div.sponsors-wrapper ul li { padding: 5px 10px; display: inline-block; list-style: none; }

div.sponsors-wrapper ul li img { height: 105px; display: block; margin: 5px auto; }

/* -----------------------------------------

Team Page
----------------------------------------- */

div.team-bios-container div.row { padding: 0px 0px 10px; border-bottom: 1px solid #ddd; }

div.team-bios-container div.last-ele { border-bottom: none; }

div.team-bios-container img { max-height: 166px; margin: 29px 0px; }

div.team-bios-container img.inline { max-height: none; }

div#grd-members, div#fac-members { margin-top: 80px; }

div.bio-pic-container { position: relative; margin: 29px 0px; height: 166px; }

div.bio-pic-container img { position: absolute; margin: 0px; top: 0px; z-index: 2; }

div.bio-pic-container img.bio-pic-bw { z-index: 5; } /* -----------------------------------------

Notebook Page
----------------------------------------- */

ul.side-nav h6 { margin: 47px 0px 0px; }

ul.side-nav.ntbk-nav h6 { margin: 87px 0px 0px; }

table.check-off img { height: 20px; width: 20px; margin: auto; }

/* -----------------------------------------

Gallery Page
----------------------------------------- */

div.main-gallery ul { list-style: none; }

div.main-gallery ul li { display: inline-block; margin: 0px 5px; }

div.main-gallery ul li img { height: 80px; margin: 0px; }

/* -----------------------------------------

Functional Requirement Hover-overs
----------------------------------------- */

div.overflow { overflow: visible; }

div.func-req-position { position: absolute; background: #e2e2e2; border-radius: 300px; width: 100px; height: 100px; background: #f2f2f2; color: white; opacity: 1; }

div.func-req-hover { width: 100px; border-radius: 300px; }

div.func-req-hover img { height: 100px; margin-top: -4px; opacity: 0.5; -webkit-transition: opacity 0.75s; }

div.func-req-hover:hover img { opacity: 1; -webkit-transition: opacity 0.75s; }

div.func-req-desc { position: absolute; left: -75px; top: 100px; width: 250px; padding: 7px; background: #1A1A1A; border-radius: 5px; color: white; opacity: 0; -webkit-transition: opacity 0.75s; }

div.func-req-hover:hover + div.func-req-desc { opacity: 1; -webkit-transition: opacity 0.75s; }

div.func-req-desc h5 { text-align: center; color: white; }

img.stacked { position: absolute; left: 0px; top: 0px; }

div.device-position { position: absolute; border-radius: 300px; width: 55px; height: 55px; opacity: 1; }

div.device-hover { width: 55px; height: 55px; z-index: 3; border-radius: 300px; }

div.device-hover img { width: 783px; height: 489px; margin-top: 0px; opacity: 0; -webkit-transition: opacity 0.75s; }

div.device-hover-pic { width: 783px; height: 489px; z-index: 1; opacity: 0; -webkit-transition: opacity 0.5s; }

div.device-hover-pic img { width: 783px; height: 489px; opacity: 1; }

/* div.device-hover:hover img { width: 783px; height: 489px; opacity: 1; -webkit-transition: opacity 0.75s; }

  • /

div.device-hover:hover ~ span#device1 { opacity: 1; }

div.device-desc { position: absolute; left: -100px; top: 100px; width: 250px; padding: 7px; background: #1A1A1A; border-radius: 5px; color: white; z-index: 2; opacity: 0; -webkit-transition: opacity 0.75s; }

div.device-hover:hover + div.device-desc, div.device-hover:hover > div.device-hover-pic { opacity: 1; -webkit-transition: opacity 0.75s; }

div.device-desc h5 { text-align: center; color: white; }

/* -----------------------------------------

Device Hover-overs
----------------------------------------- */
  1. deviceOver {

position: relative; width: 783px; height: 489px; background: #5ae url(DeviceParts0.png) padding: 0; }

  1. deviceOver li {

display: block; position: absolute; list-style: none; margin: 0; padding: 0; }

  1. device1 {

opacity: 0.0; }

  1. device2 {

left: 0px; top: 0px; }

  1. device3 {

left: 0px; top: 0px; }

  1. device4 {

left: 0px; top: 0px; }

  1. device5 {

left: 0px; top: 0px; }

  1. device6 {

left: 0px; top: 0px; }

  1. device7 {

left: 0px; top: 0px; }

  1. device8 {

left: 0px; top: 0px; }

  1. device9 {

left: 0px; top: 0px; }

  1. device10 {

left: 0px; top: 0px; }

  1. device11 {

left: 0px; top: 0px; }

  1. device12 {

left: 0px; top: 0px; }

  1. device13 {

left: 0px; top: 0px; }

  1. device1 a {

width: 738px; height: 489px; }

  1. device2 a {

width: 738px; height: 489px; }

  1. device3 a {

width: 738px; height: 489px; }

  1. device4 a {

width: 738px; height: 489px; }

  1. device5 a {

width: 738px; height: 489px; }

  1. device6 a {

width: 738px; height: 489px; }

  1. device7 a {

width: 738px; height: 489px; }

  1. device8 a {

width: 738px; height: 489px; }

  1. device9 a {

width: 738px; height: 489px; }

  1. device10 a {

width: 738px; height: 489px; }

  1. device11 a {

width: 738px; height: 489px; }

  1. device12 a {

width: 738px; height: 489px; }

  1. device13 a {

width: 738px; height: 489px; }

area.device1:hover { background: #5ae url(DeviceParts1.png); -webkit-transition: opacity 0.75s; }