Team:Stony Brook/MaterialsMethods

From 2014.igem.org

Revision as of 18:34, 17 October 2014 by Ntayco64 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* Start general reset ================================================== */

html body {

   font-family: inherit;
   background-color: transparent;
   color: inherit;
   padding: 0;

}

div#globalWrapper {

   margin: 0;
   padding: 0;
   position: static;
   width: auto;

}

/* Start top-section reset ============================================== */

div#top-section {

   border: 0;
   height: auto;
   margin: 0;
   position: static;
   width: auto;

}

div#p-logo {

   height: auto;
   position: static;
   width: auto;
   z-index: auto;

}

div#p-logo a, div#p-logo a:hover {

   text-decoration: none;

}


div#search-controls {

   background-color: transparent;
   height: auto;
   position: static;
   right: 0;
   text-align: left;
   top: 0;
   width: auto;
   z-index: auto;

}


/* Start content reset ================================================== */

div#content {

   background: transparent;
   border: 0;
   color: inherit;
   line-height: inherit;
   margin: 0;
   padding: 0;
   position: static;
   width: auto;
   z-index: auto;

}

body li {

   margin: 0;

}

body h1, body h2, body h3, body h4, body h5, body h6 {

   background: transparent;
   border: 0;
   color: inherit;
   padding: 0;

}

body .firstHeading {

   margin: 0;

}

div#contentSub {

   color: inherit;
   font-size: inherit;
   line-height: inherit;
   margin: 0;
   width: auto;

}

div#catlinks {

   background-color: transparent;
   border: 0;
   clear: both;
   margin: 0;
   padding: 0;

}


/* Start footer reset =================================================== */

div#footer-box {

   background-color: transparent;
   border: 0;
   margin: 0;
   padding: 0;
   width: auto;

}

div#footer {

   color: inherit;
   font-size: inherit;
   text-align: left;

}

div#f-poweredbyico, div#f-copyrightico {

   float: none;

}

div#footer li {

   margin: 0;
   display: list-item;

}

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