Difference between revisions of "Template:Team:TU Eindhoven/UC CSS"

Line 27: Line 27:
 
a {
 
a {
 
   background:none;
 
   background:none;
 +
}
 +
#bodyContent {
 +
background-color: red;
 
}
 
}
 
/* End Removing iGEM Style */
 
/* End Removing iGEM Style */
 
</html>
 
</html>

Revision as of 08:26, 12 April 2015

/* Start Removing iGEM Style */ body { margin-top: 0px; } #content { width:auto; margin:0px; padding:0px; border:none; background:none; } #globalWrapper { width:auto; padding:0px; margin-top:-25px; } #top-section { height:10%; width:100%; border:none; border-top:none; } #searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none; } a { background:none; } #bodyContent { background-color: red; } /* End Removing iGEM Style */