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

(Replaced content with "Start Removing iGEM Style: body { margin-top: 0px; } #content { width:auto; margin:0px; padding:0px; border:none; background:none; } #globalWrapper ...")
Line 1: Line 1:
 
/* Start Removing iGEM Style */
 
/* Start Removing iGEM Style */
 
 
body {
 
body {
 
   margin-top: 0px;
 
   margin-top: 0px;
 
}
 
}
 
 
#content {
 
#content {
 
   width:auto;
 
   width:auto;
Line 12: Line 10:
 
   background:none;
 
   background:none;
 
}
 
}
 
 
#globalWrapper {
 
#globalWrapper {
 
   width:auto;
 
   width:auto;
Line 18: Line 15:
 
   margin-top:-25px;
 
   margin-top:-25px;
 
}  
 
}  
 
 
#top-section {
 
#top-section {
 
   height:10%;
 
   height:10%;
Line 25: Line 21:
 
   border-top:none;
 
   border-top:none;
 
}
 
}
 
 
#searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
#searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
   display:none;
 
   display:none;
 
}
 
}
 
 
a {
 
a {
 
   background:none;
 
   background:none;
 
}
 
}
 
 
/* End Removing iGEM Style */
 
/* End Removing iGEM Style */

Revision as of 07:52, 12 April 2015

/* Start Removing iGEM Style */ body {

  margin-top: 0px;

}

  1. content {
  width:auto;
  margin:0px;
  padding:0px;
  border:none;
  background:none;

}

  1. globalWrapper {
  width:auto;
  padding:0px;
  margin-top:-25px;

}

  1. top-section {
  height:10%;
  width:100%;
  border:none;
  border-top:none;

}

  1. searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
  display:none;

} a {

  background:none;

} /* End Removing iGEM Style */