Team:McMaster-Ontario/css

From 2012.igem.org

(Difference between revisions)
Line 40: Line 40:
background: black;
background: black;
}
}
-
#nav {
+
.nav {
list-style: none;
list-style: none;
margin: 0 10px 0 0;
margin: 0 10px 0 0;
display: block;
display: block;
}
}

Revision as of 14:35, 7 May 2013

/* Converts generic template into empty one.

  Ne touche pas                                 */
  1. content {

border: none; background-color: transparent; }

  1. catlinks {

border: none; background-color: transparent; }

  1. footer-box {

display: none; }

  1. p-logo {

display: none; }

  1. top-section {

border: none; height: 0px; } .firstHeading { display: none; }

  1. search-controls {

display: none; } input.searchButton:hover { color: #B41111; } input.searchButton { color: #ffffff; } /*End of Line*/



body { background: black; } .nav { list-style: none; margin: 0 10px 0 0; display: block; }