Difference between revisions of "Template:Team:Harvard BioDesign/CSS"

Line 29: Line 29:
  
 
/* Removes "teams" from the menubar */
 
/* Removes "teams" from the menubar */
#menubar > ul > li:last-child {
+
#top_menu_14 > ul > li:last-child {
 
     display: none;}
 
     display: none;}
 
/* Resizes the menubar to fik the links (default is 400px) */
 
/* Resizes the menubar to fik the links (default is 400px) */
#menubar {
+
#top_menu_14 {
 
     width: auto;}
 
     width: auto;}
#menubar {
+
#top_menu_14 {
 
     font-size: 65%;
 
     font-size: 65%;
 
     top: -14px;}
 
     top: -14px;}
 
.left-menu:hover {
 
.left-menu:hover {
 
     background-color: transparent;}
 
     background-color: transparent;}
#menubar li a {
+
#top_menu_14 li a {
 
     background-color: transparent;}
 
     background-color: transparent;}
#menubar:hover {
+
#top_menu_14:hover {
 
     color: white;}
 
     color: white;}
#menubar li a {
+
#top_menu_14 li a {
 
     color: transparent;}
 
     color: transparent;}
#menubar:hover li a {
+
#top_menu_14:hover li a {
 
     color: white;}
 
     color: white;}
  

Revision as of 03:59, 28 June 2015