Difference between revisions of "Template:Waterloo/"

 
(32 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>
/**************************************************************************************************************************************************************************************************/
 
 
 
 
/**************************************************************************************************************************************************************************************************/
 
/* DEFAULT WIKI SETTINGS */
 
/**************************************************************************************************************************************************************************************************/
 
 
/*
 
 
/**************************************************************************************************************************************************************************************************/
 
/* 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%;
 
}
 
 
 
/*mobile*/
 
/**************************************************************************************************************************************************************************************************/
 
 
 
/* 1800px  */
 
/************************************************/
 
@media only screen and (max-width: 1800px) {
 
.igem_2019_team_content { width: 85%;}
 
.igem_2019_team_menu {display:block;}
 
}
 
 
/* 1400px  */
 
/************************************************/
 
@media only screen and (max-width: 1400px) {
 
.igem_2019_team_menu .menu_item { font-size:100%;}
 
.igem_2019_team_menu .submenu .submenu_item { font-size:90%;}
 
.igem_2019_team_menu {display:block;}
 
}
 
 
 
/* 1100px  */
 
/************************************************/
 
@media only screen and (max-width: 1100px) {
 
.igem_2019_team_content {width:100%; margin-left:0px;}
 
 
.igem_2019_team_menu {display:none;float:right;margin-top:47px;max-width:100%;position:fixed;width:25%;}
 
 
.igem_2019_team_mobile_bar {display:block;}
 
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size, .igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size,.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size {width:96%; }
 
 
}
 
 
/* 850px  */
 
/************************************************/
 
@media only screen and (max-width: 850px) {
 
.igem_2019_team_menu {width:40%;}
 
}
 
 
/*500px  */
 
/************************************************/
 
@media only screen and (max-width: 500px) {
 
.igem_2019_team_menu {min-width:100%;width:100%;}
 
}
 
 
 
/**************************************************************************************************************************************************************************************************/
 
 
 
 
  
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
  
 
</style>
 
</style>
 
 
 
 
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!--- Content of the page  --->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
 
 
<div class="igem_2019_team_content">
 
<div class="igem_2019_team_column_wrapper">
 
<div class="clear extra_space"></div>
 
<div class="clear extra_space"></div>
 

Latest revision as of 17:39, 18 October 2019