Team:Westminster
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | <! | + | <!doctype html> |
+ | |||
<html> | <html> | ||
+ | |||
<head> | <head> | ||
+ | |||
+ | <meta http-equiv="content-type" content="text/php; charset=utf-8" /> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | @import 'http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css'; | ||
+ | body { | ||
+ | font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | ||
+ | font-weight: 300; | ||
+ | font-size: 12pt; | ||
+ | background: url("http://www.westminsterigem.com/files/theme/body-bg.png") repeat #ffffff; | ||
+ | color: #666666; | ||
+ | } | ||
+ | a { | ||
+ | |||
+ | } | ||
+ | p { | ||
+ | |||
+ | } | ||
+ | div#wrapper { | ||
+ | position: relative; | ||
+ | width: 1000px; | ||
+ | padding: 50px 40px; | ||
+ | margin: 0 auto; | ||
+ | background: #ffffff; | ||
+ | border-left: 1px solid #444444; | ||
+ | border-right: 1px solid #444444; | ||
+ | } | ||
+ | div#wrapper { | ||
+ | box-shadow: 0 0 17px -4px #666666; | ||
+ | } | ||
+ | div#header { | ||
+ | height: 185px; | ||
+ | } | ||
+ | div#header div#logo { | ||
+ | position: relative; | ||
+ | width: 400px; | ||
+ | height: 125px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | div#header div#logo { | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | div#navigation { | ||
+ | width: 100%; | ||
+ | height: 40px; | ||
+ | background: #000000; | ||
+ | } | ||
+ | ul#navigation-list { | ||
+ | height: 40px; | ||
+ | line-height: 40px; | ||
+ | overflow: auto; | ||
+ | } | ||
+ | ul#navigation-list > li { | ||
+ | float: left; | ||
+ | } | ||
+ | ul#navigation-list > li > ul { | ||
+ | position: absolute; | ||
+ | display: none; | ||
+ | background: #000000; | ||
+ | } | ||
+ | ul#navigation-list > li.first-item > a { | ||
+ | padding: 0 31px; | ||
+ | } | ||
+ | ul#navigation-list > li.last-item { | ||
+ | |||
+ | } | ||
+ | ul#navigation-list a.navlink { | ||
+ | color: #ffffff; | ||
+ | font-weight: bold; | ||
+ | display: block; | ||
+ | padding: 0px 23px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | ul#navigation-list a.navlink:hover { | ||
+ | color: #ff0000; | ||
+ | } | ||
+ | div#footer-box { | ||
+ | border-radius: 0 0 5px 5px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $('document').ready(function() { | ||
+ | $('body').css('background','red'); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="wrapper"> | ||
+ | |||
+ | <div id="header"> | ||
+ | <div id="logo"> | ||
+ | <a href="https://2012.igem.org/Team:Westminster"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/1/1e/Westminster-logo.png" alt="iSTEM" title="Back to home!" /> | ||
+ | </a> | ||
+ | </div><!-- #logo --> | ||
+ | <div id="navigation"> | ||
+ | <ul id="navigation-list"> | ||
+ | <li class="first-item"><a href="https://2012.igem.org/Team:Westminster" class="navlink">Home</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Westminster/Team" class="navlink">Team</a></li> | ||
+ | <li><a href="https://igem.org/Team.cgi?year=2012&team_name=Westminster"class="navlink">Team Profile</a></li> | ||
+ | <li> | ||
+ | <a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a> | ||
+ | <ul class="submenu"> | ||
+ | <li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></li> | ||
+ | <li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></li> | ||
+ | <li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></li> | ||
+ | <li class="submenu-button"><a href="https://2012.igem.org/Team:Westminster/Project"class="navlink">Project</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2012.igem.org/Team:Westminster/Parts"class="navlink">Parts</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Westminster/Modeling"class="navlink">Modeling</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Westminster/Notebook"class="navlink">Notebook</a></li> | ||
+ | <li><a href="https://2012.igem.org/Team:Westminster/Safety"class="navlink">Safety</a></li> | ||
+ | <li class="last-item"><a href="https://2012.igem.org/Team:Westminster/Attributions"class="navlink">Attributions</a></li> | ||
+ | </ul><!-- #navigation-list --> | ||
+ | </div><!-- #navigation --> | ||
+ | </div><!-- #header --> | ||
+ | |||
+ | </div><!-- #wrapper --> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> | ||
+ | |||
+ | |||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
body { | body { | ||
Line 61: | Line 198: | ||
<body> | <body> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | <div id="wrapper"> |
- | + | ||
- | + | ||
- | + | ||
- | + | </div><!-- #wrapper --> | |
- | + | ||
- | + | ||
- | + | </body> | |
- | + | ||
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 18:07, 25 September 2012
<!doctype html>