Team:Kent/menu bar

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
     border: none;}
     border: none;}
-
/* Removes "teams" from the menubar */
+
 
-
#menubar > ul > li:last-child {
+
body {
-
     display: none;}
+
    margin: 10px 0 0 0;
-
/* Resizes the menubar to fik the links (default is 400px) */
+
    padding: 0;}
 +
#top-section {
 +
     width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
#menubar {
#menubar {
-
     width: auto;}
+
     font-size: 65%;
 +
    top: -14px;}
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: white;}

Revision as of 12:37, 14 August 2014

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


body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 65%;
   top: -14px;}

.left-menu:hover {

   background-color: transparent;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar:hover {
   color: white;}
  1. menubar li a {
   color: transparent;}
  1. menubar:hover li a {
   color: white;}