Difference between revisions of "Team:BostonU HW/test"

Line 1: Line 1:
 +
<html>
 
/* ADJUSTS DEFAULT iGEM CONTENT */
 
/* ADJUSTS DEFAULT iGEM CONTENT */
  
Line 22: Line 23:
 
height: 100%;
 
height: 100%;
 
}
 
}
 +
 +
</html>

Revision as of 15:45, 31 May 2018

/* ADJUSTS DEFAULT iGEM CONTENT */ .logo_2018, #sideMenu, #firstHeading, #bars_item { /* HIDES SOME UNWANTED STUFF COMPLETELY */ display: none; } #globalWrapper, #content { /* MAKES BACKGROUND OF MEDIAWIKI TRANSPARENT */ background-color: transparent; } body, html, #globalWrapper, #bodyContent, #HQ_page { width: 100%; margin: 0; padding: 0; height: 100%; } #content { width: 100%; margin: 0; margin-top: -33px; padding: 0; height: 100%; }