Team:British Columbia/ubcigem2013.css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
/* Get rid of the default iGEM style... thanks DTU Denmark 2011! */
/* Get rid of the default iGEM style... thanks DTU Denmark 2011! */
-
/*#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
-
    display:none;}
 
-
#top-section {
 
-
    border: none;
 
-
    height: 20px;}
 
-
#content {
 
-
    border: none;
 
-
    border-radius: 5px;}*/
 
-
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
Line 19: Line 10:
/* Removes "teams" from the menubar */
/* Removes "teams" from the menubar */
-
/*#menubar > ul > li:last-child {
+
#menubar > ul > li:last-child {
-
     display: none;}*/
+
     display: none;}
/* Resizes the menubar to fit the links (default is 400px) */
/* Resizes the menubar to fit the links (default is 400px) */
/*#menubar {
/*#menubar {

Revision as of 18:13, 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) */ /*#menubar {

   width: auto;}*/


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

      background-color: #009933;
      width: 1004px;
      box-shadow: 0px 5px 2px #616161;
      text-align: center;
      margin-left: -20px;
      margin-right: auto;}

.menuopt {padding: 5px;} a:link.menulink {color: white;

      font-size: 18px;}

a:visited.menulink {color: white;} a:hover.menulink {color: #E9E9E9;} a:active.menulink {color: #E9E9E9;}