Difference between revisions of "Template:Waterloo/"

 
(23 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;}
  body {background-color:#FFFFFF; }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #{ margin-bottom: 0px; margin-top: 0px}
+
/**************************************************************************************************************************************************************************************************/
+
/* CONTENT OF THE PAGE */
+
/**************************************************************************************************************************************************************************************************/
+
 
+
/* 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