Team:Kent/menu bar

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
-
 
-
body {
 
-
    margin: 10px 0 0 0;
 
-
    padding: 0;}
 
-
 
#top-section {
#top-section {
-
     width: 965px;
+
     border: none;
-
     height: 0;
+
     height: 0px;}
-
    margin: 0 ;
+
#content {
-
    padding: 0;
+
     border: none;}
     border: none;}
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
#menubar {
#menubar {
-
     font-size: 65%;
+
     width: auto;}
-
    top: -50px;}
+
-
 
+
-
.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;}
+
-
#menubar > ul > li:last-child {
+
-
    display:none;}
+

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;}

/* Removes "teams" from the menubar */

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

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

  1. menubar {
   width: auto;}