Difference between revisions of "Template:Waterloo/"

 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
 +
<!-- This tells the browser that your page is responsive -->
 +
 
<script>
 
<script>
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Line 7: Line 12:
 
//remove the HQ_page id
 
//remove the HQ_page id
 
$("#HQ_page").attr('id','');
 
$("#HQ_page").attr('id','');
+
                $("#content").css('background-color','transparent');
 +
                $("top_menu_under").css("height",0);
 +
 
 +
$("#footer").css("text-align","left")
 
});
 
});
  
Line 13: Line 21:
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
</script>
 
</script>
 
  
 
<style>
 
<style>
  
  #sideMenu, #top_title {display:none;}
+
#home_logo, #sideMenu { display:none; }
  #content { padding:0px; width:100%; margin-top: 0px; margin-left:0px;}
+
#sideMenu, #top_title, .patrollink  {display:none;}
/* general wrapper for the content */
+
.igem_2019_team_content {
+
background-color:white;
+
display:block;
+
width: 87%;
+
}
+
 
+
/* subwrapper to center content */
+
.igem_2019_team_content .igem_2019_team_column_wrapper {
+
margin:auto;
+
max-width: 1400px;
+
width:90%;
+
}
+
 
+
  
 
</style>
 
</style>
<head>
 
<title>Waterloo iGEM 2019</title>
 
<meta charset="utf-8" />
 
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
 
<meta name="description" content="" />
 
<meta name="keywords" content="" />
 
    <link rel="stylesheet" href="https://2019.igem.org/Template:Waterloo/uwaterloo-main-css?action=raw&amp;ctype=text/css"/>
 
 
</head>
 
<body class="is-preload">
 
 
<!-- Header -->
 
<header id="header">
 
<a class="logo" href="index.html">Waterloo iGEM 2019: Rooting for Symbiosis</a>
 
<nav>
 
<a href="#menu">Menu</a>
 
</nav>
 
</header>
 
 
<!-- Nav -->
 
<nav id="menu">
 
<ul class="links">
 
<li><a href="https://2019.igem.org/Team:Waterloo">Home</a></li>
 
<li><a href="https://2019.igem.org/Team:Waterloo/Description">Description</a></li>
 
<li><a href="https://2019.igem.org/Team:Waterloo/Model">Model</a></li>
 
</ul>
 
</nav>
 

Latest revision as of 17:39, 18 October 2019