Difference between revisions of "Team:Virginia/Header"

(Created page with "<html> <head> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear { display: none; } #t...")
 
(Blanked the page)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<html>
 
<head>
 
  
<style type="text/css">
 
 
#contentSub, #footer-box, #catlinks, #search-controls,
 
#p-logo, .printfooter, .firstHeading, .visualClear {
 
display: none;
 
}
 
 
#top-section {
 
border: 0 none;
 
height: 14px;
 
z-index: 100;
 
top: 0;
 
position: fixed;
 
width: 975px;
 
left: 50%;
 
margin-left: -487px;
 
}
 
 
#globalWrapper, #content {
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
background-color: transparent;
 
margin: 0px;
 
padding: 0px;
 
font-size: 100%;
 
}
 
 
html, body, .wrapper {
 
width: 100%;
 
height: 100%;
 
background-color: transparent;
 
}
 
 
.navbar {
 
margin: 0 auto;
 
margin-top: 1em;
 
padding: 1em;
 
border-radius: 10px;
 
}
 
 
</style>
 
 
<link rel="stylesheet" href="https://2014.igem.org/Team:Aalto-Helsinki/bootstrap.min.css?action=raw&ctype=text/css" type="text/css">
 
<link rel="stylesheet" href="https://2014.igem.org/Team:Aalto-Helsinki/stylesheet.css?action=raw&ctype=text/css" type="text/css">
 
<meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 
</head>
 
 
<header>
 
    <div class= "navbar navbar-default navbar-fixed-top">
 
        <div class="text-center col-sm-12" id="navigation">
 
            <nav>
 
                <a href="https://2017.igem.org/Team:Virginia" id="home">Main</a>
 
                <a href="https://2017.igem.org/Team:Virginia/Team">Team</a>
 
            </nav>
 
        </div>
 
    </div>
 
</header>
 
 
</html>
 

Latest revision as of 19:17, 12 June 2017