Difference between revisions of "Template:Waterloo/"

 
(25 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','');
                 $("igem_2019_team_menu").attr('id','');
+
                 $("#content").css('background-color','transparent');
+
                $("top_menu_under").css("height",0);
 +
 
 +
$("#footer").css("text-align","left")
 
});
 
});
  
Line 14: Line 21:
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
</script>
 
</script>
 
  
 
<style>
 
<style>
  
/**************************************************************************************************************************************************************************************************/
+
#home_logo, #sideMenu { display:none; }
/* CONTENT OF THE PAGE */
+
#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>

Latest revision as of 17:39, 18 October 2019