Team:Gaston Day School/Team
From 2014.igem.org
(Difference between revisions)
Rgeraghty98 (Talk | contribs) |
|||
Line 6: | Line 6: | ||
<style> | <style> | ||
- | .firstHeading { | + | .firstHeading { |
- | display:none; | + | display:none; |
- | } | + | } |
- | body { | + | body { |
- | padding: 0px; | + | padding: 0px; |
- | margin: 0px; | + | margin: 0px; |
- | } | + | } |
- | [class*='col-'] { | + | [class*='col-'] { |
- | + | float: left; | |
- | + | padding-right: 20px; | |
- | } | + | } |
- | .grid-pad { | + | .grid-pad { |
- | + | padding: 20px 0px 20px 20px; | |
- | } | + | } |
- | .sub-grid-pad { | + | .sub-grid-pad { |
- | + | padding: 20px 0px 20px 0px; | |
- | } | + | } |
- | .grid-pad > .row > [class*='col-']:last-of-type, .grid-pad > [class*='col-']:last-of-type { | + | .grid-pad > .row > [class*='col-']:last-of-type, .grid-pad > [class*='col-']:last-of-type { |
- | + | padding-right: 20px; | |
- | } | + | } |
- | .col-1-1 { | + | .col-1-1 { |
- | + | width: 100%; | |
- | } | + | } |
- | .col-1-2, .col-2-4, .col-3-6, .col-5-10 { | + | .col-1-2, .col-2-4, .col-3-6, .col-5-10 { |
- | + | width: 50%; | |
- | } | + | } |
- | .col-1-3, .col-2-6, .col-3-9 { | + | .col-1-3, .col-2-6, .col-3-9 { |
- | + | width: 33.33%; | |
- | } | + | } |
- | .col-2-3, .col-4-6, .col-6-9 { | + | .col-2-3, .col-4-6, .col-6-9 { |
- | + | width: 66.66%; | |
- | } | + | } |
- | .col-1-4, .col-2-8 { | + | .col-1-4, .col-2-8 { |
- | + | width: 25%; | |
- | } | + | } |
- | .col-3-4 { | + | .col-3-4 { |
- | + | width: 75%; | |
- | } | + | } |
- | .col-1-5, .col-2-10 { | + | .col-1-5, .col-2-10 { |
- | + | width: 20%; | |
- | } | + | } |
- | .col-2-5, .col-4-10 { | + | .col-2-5, .col-4-10 { |
- | + | width: 40%; | |
- | } | + | } |
- | .col-3-5, .col-6-10 { | + | .col-3-5, .col-6-10 { |
- | + | width: 60%; | |
- | } | + | } |
- | .col-4-5, .col-8-10 { | + | .col-4-5, .col-8-10 { |
- | + | width: 80%; | |
- | } | + | } |
- | .col-1-6 { | + | .col-1-6 { |
- | + | width: 16.66%; | |
- | } | + | } |
- | .col-5-6 { | + | .col-5-6 { |
- | + | width: 83.33%; | |
- | } | + | } |
- | .col-1-7 { | + | .col-1-7 { |
- | + | width: 14.28%; | |
- | } | + | } |
- | .col-2-7 { | + | .col-2-7 { |
- | + | width: 28.57%; | |
- | } | + | } |
- | .col-3-7 { | + | .col-3-7 { |
- | + | width: 42.85%; | |
- | } | + | } |
- | .col-4-7 { | + | .col-4-7 { |
- | + | width: 57.14%; | |
- | } | + | } |
- | .col-5-7 { | + | .col-5-7 { |
- | + | width: 71.42%; | |
- | } | + | } |
- | .col-6-7 { | + | .col-6-7 { |
- | + | width: 85.71%; | |
- | } | + | } |
- | .col-1-8 { | + | .col-1-8 { |
- | + | width: 12.5%; | |
- | } | + | } |
- | .col-2-8 { | + | .col-2-8 { |
- | + | width: 25%; | |
- | } | + | } |
- | .col-3-8 { | + | .col-3-8 { |
- | + | width: 37.5%; | |
- | } | + | } |
- | .col-4-8 { | + | .col-4-8 { |
- | + | width: 50%; | |
- | } | + | } |
- | .col-5-8 { | + | .col-5-8 { |
- | + | width: 62.5%; | |
- | } | + | } |
- | .col-6-8 { | + | .col-6-8 { |
- | + | width: 75%; | |
- | } | + | } |
- | .col-7-8 { | + | .col-7-8 { |
- | + | width: 87.5%; | |
- | } | + | } |
- | .col-1-9 { | + | .col-1-9 { |
- | + | width: 11.11%; | |
- | } | + | } |
- | .col-2-9 { | + | .col-2-9 { |
- | + | width: 22.22%; | |
- | } | + | } |
- | .col-4-9 { | + | .col-4-9 { |
- | + | width: 44.44%; | |
- | } | + | } |
- | .col-5-9 { | + | .col-5-9 { |
- | + | width: 55.55%; | |
- | } | + | } |
- | .col-7-9 { | + | .col-7-9 { |
- | + | width: 77.77%; | |
- | } | + | } |
- | .col-8-9 { | + | .col-8-9 { |
- | + | width: 88.88%; | |
- | } | + | } |
- | .col-1-10 { | + | .col-1-10 { |
- | + | width: 10%; | |
- | } | + | } |
- | .col-3-10 { | + | .col-3-10 { |
- | + | width: 30%; | |
- | } | + | } |
- | .col-7-10 { | + | .col-7-10 { |
- | + | width: 70%; | |
- | } | + | } |
- | .col-9-10 { | + | .col-9-10 { |
- | + | width: 90%; | |
- | } | + | } |
- | .grid:after { | + | .grid:after { |
- | + | content: ""; | |
- | + | display: table; | |
- | + | clear: both; | |
- | } | + | } |
- | *, *:after, *:before { | + | *, *:after, *:before { |
- | + | -webkit-box-sizing: border-box; | |
- | + | -moz-box-sizing: border-box; | |
- | + | box-sizing: border-box; | |
- | } | + | } |
- | [class*='col-']:last-of-type { | + | [class*='col-']:last-of-type { |
- | + | padding-right: 0; | |
- | } | + | } |
- | .show { | + | .show { |
- | + | background-color:#FFFFFF; | |
- | + | color: #081D38; | |
- | + | box-shadow: 0px 0px 25px #888888; | |
- | } | + | } |
- | .hide { | + | .hide { |
- | + | background-color: auto; | |
- | } | + | } |
- | #pad { | + | #pad { |
- | + | padding: 5px; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | body { | |
- | + | background-color:#DFEDFF; | |
- | } | + | } |
- | # | + | #head { |
- | font-family:' | + | font-family: 'Open Sans', sans-serif; |
- | + | } | |
- | } | + | |
- | + | #mainhead { | |
+ | font-family:'Ubuntu', sans-serif; | ||
+ | font-size: 50px; | ||
+ | } | ||
- | + | a{text-decoration:none;} | |
- | + | ||
- | } | + | |
- | . | + | #navbar > div > a > p.show { |
- | + | box-shadow: 10px 10px 5px #888888; | |
- | + | } | |
- | + | ||
- | } | + | |
- | + | .currentpage { | |
- | background-color: # | + | background-color:#FFFFFF; |
- | color: #081D38; | + | color: #081D38; |
- | } | + | box-shadow: 0px 0px 25px #888888; |
+ | } | ||
- | #navbar > div > a: | + | #navbar > div > a :hover{ |
- | + | background-color: #DFEDFF; | |
- | + | color: #081D38; | |
- | + | } | |
+ | #navbar > div > a:active > p.show { | ||
+ | box-shadow: 0px 0px 25px #888888; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
Line 248: | Line 248: | ||
<div class="grid-pad" align="center" id="navbar"> | <div class="grid-pad" align="center" id="navbar"> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | + | <a href="https://2014.igem.org/Team:Gaston_Day_School#home"><p class="show" id="pad">Home<p></a> | |
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Team#team"> | |
- | + | <p class="currentpage" id="pad">Members<p></a> | |
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | <a href="https://2014.igem.org/Team:Gaston_Day_School/Project#project"> | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Project#project"> |
- | + | <p class="show" id="pad">Project<p></a> | |
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | <a href="https://2014.igem.org/Team:Gaston_Day_School/Measurementtrack#measure"> | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Measurementtrack#measure"> |
- | + | <p class="show" id="pad">Measure/Track<p></a> | |
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | <a href="https://2014.igem.org/Team:Gaston_Day_School/Parts#parts"> | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Parts#parts"> |
- | + | <p class="show" id="pad">Parts<p></a> | |
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | <a href="https://2014.igem.org/Team:Gaston_Day_School/Modeling#models"> | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Modeling#models"> |
- | + | <p class="show" id="pad">Models<p></a> | |
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | <a href="https://2014.igem.org/Team:Gaston_Day_School/Notebook#notebook"> | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Notebook#notebook"> |
- | + | <p class="show" id="pad">Notebook<p></a> | |
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | <a href="https://2014.igem.org/Team:Gaston_Day_School/Safety#safety"> | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Safety#safety"> |
- | + | <p class="show" id="pad">Safety<p></a> | |
</div> | </div> | ||
- | <div class="col-1-10"><a href="https://2014.igem.org/Team:Gaston_Day_School/Attributions#attrib"> | + | <div class="col-1-10"> |
- | + | <a href="https://2014.igem.org/Team:Gaston_Day_School/Attributions#attrib"> | |
+ | <p class="show" id="pad">Attributions<p></a> | ||
</div> | </div> | ||
<div class="col-1-10"> | <div class="col-1-10"> | ||
- | + | <a href="#igem"> | |
- | + | <p class="show" id="pad"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="19px" position="absolute"><p></a> | |
- | + | ||
</div> | </div> | ||
+ | </div> | ||
<!--Left Border--> | <!--Left Border--> |
Revision as of 15:18, 28 July 2014
2014 GDS iGEM Team Members
Heather Cheung:
Robert Geraghty:
Wyatt Grigg:
Kieren Hodnett:
Matthew Kovaks:
India Mackinson:
Will Reiber:
Sean Rice:
Jewel Wasson:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Robert Geraghty:
Sean Rice: