Team:Virginia/Notebook
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | <!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"--> | |
- | + | <html xmlns="http://www.w3.org/1999/xhtml"> | |
- | ! | + | <head> |
- | + | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
- | + | <title>VGEM Welcomes You!</title> | |
- | + | <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Raleway:400,700,200,300,900,800" rel="stylesheet" type="text/css"> | |
- | + | <style type="text/css"> | |
- | + | @import url("Raleway/stylesheet.css"); | |
- | + | body,td,th { | |
- | + | font-family: Raleway, sans-serif; | |
- | + | font-weight:200; | |
- | + | } | |
+ | body { | ||
+ | background-color: #black; | ||
+ | color: white; | ||
+ | text-align: left; | ||
+ | vertical-align: baseline; | ||
+ | margin:0 auto; | ||
+ | width:95%; | ||
+ | overflow:scroll; | ||
+ | } | ||
+ | </style> | ||
+ | <style media="screen" type="text/css"> | ||
+ | /*hide default igem banner and reformat style into blank slate*/ | ||
+ | #globalWrapper {width: 100%;} | ||
+ | #top-section {width: 100%; height:0px; border:none;} | ||
+ | #p-logo {display:none; visibility:hidden;} | ||
+ | #search-controls {display:none;} | ||
+ | #menubar a {color:#FFFFFF;} | ||
+ | #menubar a:hover{text-decoration:none; color:#52749C;} | ||
+ | .left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;} | ||
+ | .left-menu ul {background-color:#FFFFFF; margin:0; padding:0;} | ||
+ | .right-menu ul li a {background-color:#FFFFFF;} | ||
+ | .printfooter {display:none;} | ||
+ | #footer-box {border:none;} | ||
+ | #catlinks {display:none;} | ||
+ | .firstHeading {display:none;} | ||
+ | #content {width: 100%; border:none;} | ||
+ | #bodyContent {border:none;} | ||
+ | </style> | ||
+ | <style media="screen" type="text/css"> | ||
+ | @font-face { | ||
+ | font-family: 'Raleway'; | ||
+ | src: url('<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Raleway:400,700,200,300,900,800" rel="stylesheet" type="text/css">') format('woff'); | ||
+ | } | ||
+ | .igemlogo { | ||
+ | position:absolute; | ||
+ | z-index:200; | ||
+ | padding:20px; | ||
+ | } | ||
+ | .footer { | ||
+ | background-color: #000000; | ||
+ | padding: 5px; | ||
+ | text-align: center; | ||
+ | display: block; | ||
+ | font-size: 12px; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | .footer h3 { | ||
+ | font-size: 18px; | ||
+ | text-transform: capitalize; | ||
+ | text-align: center; | ||
+ | border-bottom-width: thin; | ||
+ | border-bottom: 1px solid rgba(255,255,255,0.3); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | .footer a { | ||
+ | text-decoration:none; | ||
+ | color: #E94730; | ||
+ | } | ||
+ | .footer a:hover { | ||
+ | color: blue; | ||
+ | } | ||
+ | .body { | ||
+ | clear:both; | ||
+ | position:relative; | ||
+ | z-index:1; | ||
+ | background-color: #000000; | ||
+ | padding:10px; | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | #grouppic { | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width:900px; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | #groupbio { | ||
+ | width: 950px; | ||
+ | margin-right: auto; | ||
+ | margin-left:auto; | ||
+ | line-height: 1.7 em; | ||
+ | font-size:17px; | ||
+ | border: 3px solid rgba(255,255,255,0.3); | ||
+ | padding: 10px; | ||
+ | } | ||
+ | .topbanner { | ||
+ | background-color: #000000; | ||
+ | padding: 5px; | ||
+ | height: 250px; | ||
+ | position:relative; | ||
+ | z-index:100; | ||
+ | } | ||
+ | #logo { | ||
+ | height: 110px; | ||
+ | margin: 30px auto 0px auto; | ||
+ | } | ||
+ | #VGEM, #logo p { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #VGEM { | ||
+ | text-align: center; | ||
+ | text-transform: uppercase; | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | #VGEM span { | ||
+ | color: #E94730; | ||
+ | } | ||
+ | #logo p#VGEM a { | ||
+ | font-size: 60px; | ||
+ | color: #FFF; | ||
+ | font-weight:400; | ||
+ | } | ||
+ | #logo p { | ||
+ | text-align: center; | ||
+ | text-transform: uppercase; | ||
+ | font-size: 25px; | ||
+ | font-family: 'Raleway', sans-serif; | ||
+ | color: #595959; | ||
+ | } | ||
+ | #logo p a { | ||
+ | color:#595959; | ||
+ | } | ||
+ | #logo a { | ||
+ | border: none; | ||
+ | background: none; | ||
+ | text-decoration: none; | ||
+ | color: #1F1F1F; | ||
+ | } | ||
+ | #menu11 ul { | ||
+ | text-transform: uppercase; | ||
+ | font-size: 18px; | ||
+ | line-height: 1.2em; | ||
+ | clear: both; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | height:70px; | ||
+ | width:900px; | ||
+ | } | ||
+ | #menu11 ul li{ | ||
+ | display:block; | ||
+ | text-decoration:none; | ||
+ | padding:0px 0px 0px 10px; | ||
+ | width:150px; | ||
+ | height:55px; | ||
+ | border-left:6px dotted #fff; | ||
+ | float:left; | ||
+ | } | ||
+ | #menu11 ul li span{ | ||
+ | display:block; | ||
+ | } | ||
+ | #menu11 ul li span.title{ | ||
+ | color:#fff; | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | #menu11 ul li:hover{ | ||
+ | border-left:10px dotted #E94730; | ||
+ | } | ||
+ | #menu11 ul li:hover span.title{ | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | #menu11 ul li span.text{ | ||
+ | color: #325281; | ||
+ | font-size: 14px; | ||
+ | letter-spacing: 0px; | ||
+ | visibility: hidden; | ||
+ | line-height: 0px; | ||
+ | padding-top: 8px; | ||
+ | list-style-type: square; | ||
+ | background-color: #000000; | ||
+ | padding-bottom:2px; | ||
+ | padding-left:2px; | ||
+ | border-radius:10px; | ||
+ | } | ||
+ | #menu11 ul li:hover span.text{ | ||
+ | visibility:visible; | ||
+ | } | ||
+ | #menu11 ul li:hover span.text a{ | ||
+ | text-decoration:none; | ||
+ | color:#2B60DE; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
- | + | <body> | |
- | + | <div class="igemlogo"> | |
- | + | <a href="https://2013.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/1/17/IGEM_basic_Logo_white_stylized.png" width="70"> </a> | |
- | + | </div> | |
- | + | <div class="topbanner"> | |
- | + | <div id="logo"> | |
- | + | <p id="VGEM"><a href="https://2013.igem.org/Team:Virginia"><span>V</span>GEM</a></p> | |
- | + | <p><a href="http://www.virginia.edu/"> University of Virginia</a></p> | |
- | + | </div> | |
- | + | <div id="menu11"> | |
- | + | <ul> | |
- | + | <li> | |
- | + | <span class="title">Home</span> | |
- | + | <span class="text"><a href="https://2013.igem.org/Team:Virginia">The start</a></span> | |
- | + | </li> | |
- | + | <li> | |
- | + | <span class="title">Project</span> | |
+ | <span class="text"> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Project_Overview">Overview</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Background">Background</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Parts">Parts</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Results">Results</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Modeling">Modeling</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Applications">Applications</a></p></span> | ||
+ | </li> | ||
+ | <li> | ||
+ | <span class="title">Notebook</span> | ||
+ | <span class="text"> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Notebook_Overview">Overview</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Notebook">Notebook</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Protocols">Protocols</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Gallery">Gallery</a></p></span> | ||
+ | </li> | ||
+ | <li> | ||
+ | <span class="title">Human Practices</span> | ||
+ | <span class="text"> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Human_Practices_Overview">Overview</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Public_Perception">Public Perception</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Relevance">Relevance</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Outreach">Outreach</a></p></span> | ||
+ | </li> | ||
+ | <li> | ||
+ | <span class="title">Team</span> | ||
+ | <span class="text"> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Team_Overview">Overview</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Bios">Bios</a></p> | ||
+ | <p><a href="https://igem.org/Team.cgi?year=2013&team_name=Virginia">Profile</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Sponsors">Sponsors</a></p> | ||
+ | <p><a href="https://2013.igem.org/Team:Virginia/Collaboration">Collaboration</a></p></span></li></ul></div></div> | ||
+ | <div class="body"> | ||
+ | |||
+ | <div class="footer"> | ||
+ | <h3> </h3> | ||
+ | <h3>Contact</h3> | ||
+ | <p>Questions? Comments? Email us at <a href="virginia.igem@gmail.com">virginia.igem@gmail.com</a></p> | ||
+ | </div> | ||
+ | |||
+ | <p> </p> | ||
+ | </body> | ||
+ | </html> |
Revision as of 20:35, 21 September 2013