Team:York
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html><head> | <html><head> | ||
+ | |||
<style> | <style> | ||
/*** | /*** | ||
Line 6: | Line 7: | ||
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code! | Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code! | ||
Check out their wikis at: | Check out their wikis at: | ||
- | https://2011.igem.org/Team:Brown-Stanford | + | https://2011.igem.org/Team:Brown-Stanford,https://2012.igem.org/Team:Lethbridge |
- | https://2012.igem.org/Team:Lethbridge | + | |
***/ | ***/ | ||
#globalWrapper { | #globalWrapper { | ||
- | background-color: | + | background-color: #42A7EA; |
} | } | ||
#content { | #content { | ||
- | background-color: | + | background-color: #42A7EA; |
} | } | ||
Line 80: | Line 80: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | margin-top: | + | margin-top: 5px; |
margin-bottom: 0px !important; | margin-bottom: 0px !important; | ||
} | } | ||
Line 140: | Line 140: | ||
width: 1000px; | width: 1000px; | ||
height: inherit; | height: inherit; | ||
- | background-color: | + | background-color: #42A7EA; |
} | } | ||
#header { | #header { | ||
- | border: | + | border: 0px solid; |
border-color: black; | border-color: black; | ||
- | border-top-left-radius: 25px | + | border-top-left-radius: 0px; /*To be changed later. Logo background is white and not transparent which causes an overlap. Was 25px earlier */ |
- | border-top-right-radius: | + | border-top-right-radius: 0px; |
width: 1000px; | width: 1000px; | ||
- | height: | + | height: 30px; |
- | + | ||
} | } | ||
#navmenu { | #navmenu { | ||
- | + | margin-top: 23px; | |
- | + | margin-left: 75px; | |
width: 1000px; | width: 1000px; | ||
height: 21px; | height: 21px; | ||
- | background-color: | + | background-color: DarkBlue; |
+ | border: 2px solid; | ||
+ | border-top-right-radius: 11px; | ||
+ | border-bottom-right-radius: 10px; | ||
} | } | ||
Line 168: | Line 170: | ||
li.yorknav { | li.yorknav { | ||
- | float: | + | float: right; |
display: block; | display: block; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | width: | + | width: 170px; |
text-align: center; | text-align: center; | ||
background-color: DarkBlue; | background-color: DarkBlue; | ||
Line 181: | Line 183: | ||
} | } | ||
- | a.yorknav:link { | + | a.yorknav:link{ |
font-weight: bold; | font-weight: bold; | ||
color: White; | color: White; | ||
padding: 0px; | padding: 0px; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
+ | text-decoration: none; | ||
} | } | ||
- | li.yorknav:hover { | + | a.yorknav:visited{ |
- | background-color: | + | font-weight: bold; |
+ | color: White; | ||
+ | padding: 0px; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | li.yorknav{ | ||
+ | border-top-right-radius: 5px; | ||
+ | border-top-left-radius: 5px; | ||
+ | border-bottom-right-radius: 5px; | ||
+ | border-bottom-left-radius: 5px; | ||
+ | } | ||
+ | |||
+ | #Sponsors:hover { | ||
+ | background-color: darkred; | ||
+ | } | ||
+ | #HumanPractice:hover { | ||
+ | background-color: purple; | ||
+ | } | ||
+ | #Project:hover { | ||
+ | background-color: #477519; | ||
+ | } | ||
+ | #Team:hover { | ||
+ | background-color: orangered; | ||
+ | } | ||
+ | #Home:hover { | ||
+ | background-color: teal; | ||
} | } | ||
Line 197: | Line 226: | ||
border-bottom-left-radius: 25px; | border-bottom-left-radius: 25px; | ||
border-bottom-right-radius: 25px; | border-bottom-right-radius: 25px; | ||
+ | border-top-left-radius: 25px; | ||
+ | border-top-right-radius: 25px; | ||
width: 1000px; | width: 1000px; | ||
- | background-color: | + | background-color: #FCFCE0; |
} | } | ||
Line 205: | Line 236: | ||
padding: 50px; | padding: 50px; | ||
font-size: 16px; | font-size: 16px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 218: | Line 243: | ||
<div id="container"> | <div id="container"> | ||
<div id="header"> | <div id="header"> | ||
- | <img id="optbanner" src="https://static.igem.org/mediawiki/2014/ | + | <img id="optbanner" src="https://static.igem.org/mediawiki/2014/3/3d/York_final_LOGO.png" style=" height: 114px; width: 180px; position: absolute; left: -77px; top: 15px;"> |
<div id="navmenu"> | <div id="navmenu"> | ||
<ul class="yorknav"> | <ul class="yorknav"> | ||
- | < | + | <a href="#" class="yorknav"><li class="yorknav" id="Sponsors">Sponsors</li></a> |
- | + | <a href="#" class="yorknav"><li class="yorknav" id="HumanPractice">Human Practice</li></a> | |
- | <li class="yorknav" | + | <a href="#" class="yorknav"><li class="yorknav" id="Project">Project</li></a> |
- | + | <a href="#" class="yorknav"><li class="yorknav" id="Team">Team</li></a> | |
- | <li class="yorknav" | + | <a href="#" class="yorknav"><li class="yorknav" id="Home">Home</li></a> |
- | + | ||
- | <li class="yorknav" | + | |
- | + | ||
- | <li class="yorknav" | + | |
</ul> | </ul> | ||
</div> | </div> | ||
Line 235: | Line 256: | ||
<div id="contently"> | <div id="contently"> | ||
<div id="actualcontent"> | <div id="actualcontent"> | ||
+ | |||
<h2>Welcome to the beautiful City of York! </h2><br> | <h2>Welcome to the beautiful City of York! </h2><br> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/0/0a/York_Team_Photo.jpg" style="border: 2px solid; border-color: black; margin-left: 150px;" > | ||
<p>We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.<br><br> | <p>We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.<br><br> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 19:48, 27 August 2014
Welcome to the beautiful City of York!
We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.