Difference between revisions of "Template:Humboldt Berlin"

Line 181: Line 181:
 
#home_logo, #sideMenu { display:none; }
 
#home_logo, #sideMenu { display:none; }
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
 
/**************************************************************************************************************************************************************************************************/
 
/* 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%;
 
}
 
 
 
/*layout classes*/
 
/**************************************************************************************************************************************************************************************************/
 
 
/*main layout class */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column  {
 
float:left;
 
margin: 1% 2%;
 
padding: 0px;
 
}
 
 
/* 100% */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size { width:96%; }
 
 
/* 66% */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
 
 
/* 33% */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size { width: 29.3%; }
 
 
 
 
 
/*all images*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.full_size img,
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.two_thirds_size img,
 
.igem_2019_team_content .igem_2019_team_column_wrapper .column.third_size img {
 
margin-bottom: 15px;
 
width: 100%;
 
}
 
 
 
/* page break */
 
.igem_2019_team_content .igem_2019_team_column_wrapper .clear {
 
clear:both;
 
}
 
/*add extra space to page break with clear class*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .clear.extra_space {
 
height: 30px;
 
}
 
 
/* horizontal line to divide the page*/
 
.igem_2019_team_content .igem_2019_team_column_wrapper .line_divider {
 
    border-top: 1px solid #cecece;
 
  margin: auto;
 
  width: 98%;
 
}
 
 
 
  
 
 

Revision as of 09:44, 8 June 2019