Team:Kent/menu bar

From 2014.igem.org

(Difference between revisions)
 
(39 intermediate revisions not shown)
Line 1: Line 1:
-
/* Removes "teams" from the menubar */
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
-
#menubar > ul > li:last-child {
+
     display:none;}
-
     display: none;}
+
#top-section {
-
/* Resizes the menubar to fik the links (default is 400px) */
+
    border: none;
-
#menubar {
+
    height: 0px;}
-
     width: auto;}
+
#content {
 +
     border: none;}
 +
 
body {
body {
     margin: 10px 0 0 0;
     margin: 10px 0 0 0;
     padding: 0;}
     padding: 0;}
-
 
#top-section {
#top-section {
     width: 965px;
     width: 965px;
Line 17: Line 18:
     border: none;}
     border: none;}
#menubar {
#menubar {
-
     font-size: 15%;
+
     font-size: 65%;
-
     top: 50px;}
+
     top: -14px;}
-
.left-menu:hover {
+
-
    background-color: transparent;}
+
-
#menubar li a {
+
-
    background-color: transparent;}
+
-
#menubar:hover {
+
-
    color: transparent;}
+
-
#menubar li a {
+
-
    color: transparent;}
+
-
#menubar:hover li a {
+
-
    color: white;}
+
-
 
+
-
 
+
-
 
+
-
 
+
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
-
    display:none;}
+
-
#top-section {
+
-
    border: none;
+
-
    height: 0px;}
+
-
#content {
+
-
    border: none;}
+

Latest revision as of 16:58, 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;}