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

(Created page with "Start Removing iGEM Style: <html> body { margin-top: 0px; background-color: #ffffff } #content { width:auto; margin: 25px auto; padding:0px; border:none; ...")
 
Line 1: Line 1:
/* Start Removing iGEM Style */
 
 
<html>
 
<html>
 +
/* Start Removing iGEM Style */
 +
 
body {
 
body {
 
   margin-top: 0px;
 
   margin-top: 0px;

Revision as of 09:25, 12 April 2015

/* Start Removing iGEM Style */ body { margin-top: 0px; background-color: #ffffff } #content { width:auto; margin: 25px auto; padding:0px; border:none; background:none; background-color: red; } #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; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: none; } #bodyContent h1, #bodyContent h2{ margin: 0; } /* End Removing iGEM Style */