Template:MissouriMiners2012
From 2012.igem.org
(Difference between revisions)
Lordcheeto (Talk | contribs) |
Lordcheeto (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/> | ||
<meta name="description" content=""/> | <meta name="description" content=""/> | ||
<meta name="keywords" content=",," /> | <meta name="keywords" content=",," /> | ||
- | + | ||
<style type="text/css" title="MissouriMiners"> | <style type="text/css" title="MissouriMiners"> | ||
*, *:after, *:before { | *, *:after, *:before { | ||
Line 22: | Line 23: | ||
height:100%; | height:100%; | ||
} | } | ||
+ | |||
+ | * { margin: 0; padding: 0; } | ||
+ | body { background-color: #FFF; color: #363636; font: 0.82em/1.5em "Segoe UI",Arial,Helvetica,Verdana,sans-serif; } | ||
+ | h1, h2, h3 { color: #000; font: 100 2em/1.25em "Segoe UI Light","Segoe UI",Arial,Helvetica,Verdana,sans-serif; margin-bottom: 10px; } | ||
+ | p { margin-bottom: 10px;} | ||
+ | a { color: #1160B7; text-decoration: none; } | ||
+ | a : hover { color: #002050; } | ||
+ | |||
+ | .clearfix:after { clear: both; content: " "; display: block; } | ||
+ | .centered { width: 990px; margin: 0 auto; } | ||
+ | #header { height: 47px; } | ||
+ | #menuwrap { background-color: #085706; } | ||
+ | #menuwrap ul, #menuwrap li { list-style: none; } | ||
+ | #menuwrap li { border-bottom: 5px solid #085706; float: left; margin: 16px 45px 0 0; padding: 0 0 3px; } | ||
+ | #menu { padding-left: 120px; } | ||
+ | #menu a { color: #FFF; font: 1.9em/0.9em BebasNeueRegular,Calibri,sans-serif; } | ||
+ | #menu a:hover, #menu .active a { color: #222; border-bottom: 5px solid #FFF; } | ||
+ | #content { background-color: #FFF; float: left; width: 640px; padding: 10px; } | ||
+ | #sidebar { background-color: #FFF; float: right; width: 310px; padding: 10px; } | ||
</style> | </style> | ||
Line 50: | Line 70: | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | <div id="header" class="centered"> | |
+ | <!--<img src="logo.jpg" style="height: 94px;" alt="MST iGEM Team"/>--> | ||
+ | </div> | ||
+ | <div id="menuwrap"> | ||
+ | <div class="centered"> | ||
+ | <div id="menu"> | ||
+ | <ul class="clearfix"> | ||
+ | <li class="active"><a href="index.html">Home</a></li> | ||
+ | <li><a href="team.html">Team</a></li> | ||
+ | <li><a href="projects.html">Projects</a></li> | ||
+ | <li><a href="photos.html">Photos</a></li> | ||
+ | <li><a href="links.html">Links</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="wrapper" class="centered"> | ||
+ | <div id="sidebar"> | ||
+ | </div> | ||
+ | <div id="content"> | ||
</html> | </html> |
Revision as of 21:48, 30 August 2012