Team:British Columbia/ubcigem2013.css

From 2013.igem.org

(Difference between revisions)
Line 19: Line 19:
p {font-family: sans-serif;}
p {font-family: sans-serif;}
.menu {border-collapse: collapse;
.menu {border-collapse: collapse;
-
       color: #009933;
+
       background-color: #009933;
       width: 100%;
       width: 100%;
       text-align: center;
       text-align: center;
Line 26: Line 26:
.menuopt {border: 1px solid black;
.menuopt {border: 1px solid black;
     padding: 5px;
     padding: 5px;
-
     font: white;}
+
     font-color: white;}

Revision as of 04:42, 7 August 2013

/* Get rid of the default iGEM style... thanks DTU Denmark 2011! */

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}
  1. top-section {
   border: none;
   height: 20px;}
  1. content {
   border: none;
   border-radius: 5px;}

/* Removes "teams" from the menubar */

  1. menubar > ul > li:last-child {
   display: none;}

/* Resizes the menubar to fit the links (default is 400px) */

  1. menubar {
   width: auto;}


p {font-family: sans-serif;} .menu {border-collapse: collapse;

      background-color: #009933;
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;}

.menuopt {border: 1px solid black;

   padding: 5px;
   font-color: white;}