Template:SMTexas/CSS

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
#contentSub,  
-
     display:none;}
+
#search-controls,  
 +
.firstHeading,  
 +
#footer-box,  
 +
#catlinks,  
 +
#p-logo {
 +
     display:none;
 +
}
#top-section {
#top-section {
     border: none;
     border: none;
-
     height: 0px;}
+
     height: 0px;
 +
}
#content {
#content {
-
     border: none;}
+
     border: none;
-
 
+
}
-
/* Removes "teams" from the menubar */
+
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
-
     display: none;}
+
     display: none;
-
/* Resizes the menubar to fik the links (default is 400px) */
+
}
#menubar {
#menubar {
-
     width: auto;}
+
     width: auto;
 +
}

Revision as of 03:24, 6 April 2014

  1. contentSub,
  2. search-controls,

.firstHeading,

  1. footer-box,
  2. catlinks,
  3. p-logo {
   display:none;

}

  1. top-section {
   border: none;
   height: 0px;

}

  1. content {
   border: none;

}

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

}

  1. menubar {
   width: auto;

}