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

Line 28: Line 28:
 
a {
 
a {
 
   background:none;
 
   background:none;
 +
}
 +
h1, h2 {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 
}
 
}
 
#content {
 
#content {

Revision as of 09:00, 12 April 2015

/* Start Removing iGEM Style */ body { margin-top: 0px; background-color: #ffffff } #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; } h1, h2 { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } #content { margin: 25px auto; } /* End Removing iGEM Style */