Difference between revisions of "Template:NYU Shanghai"

Line 126: Line 126:
 
   #team a:hover {
 
   #team a:hover {
 
     color: #80f;
 
     color: #80f;
 +
  }
 +
  #team:hover {
 +
    border-width: 0px 1px 1px;
 
   }
 
   }
  
Line 141: Line 144:
 
   #outreach a:hover {
 
   #outreach a:hover {
 
     color: #3cb;
 
     color: #3cb;
 +
  }
 +
  #outreach:hover {
 +
    border-width: 0px 1px 1px;
 
   }
 
   }
 +
  
 
   #notebook {
 
   #notebook {
Line 157: Line 164:
 
     color: #d66;
 
     color: #d66;
 
   }
 
   }
 +
  #notebook:hover {
 +
    border-width: 0px 1px 1px;
 +
  }
 +
  
 
</style>
 
</style>
Line 186: Line 197:
 
     document.getElementById("notebook-submenu").style.visibility = "visible";
 
     document.getElementById("notebook-submenu").style.visibility = "visible";
 
     document.getElementById("notebook").style.borderWidth = "0px 1px 1px";
 
     document.getElementById("notebook").style.borderWidth = "0px 1px 1px";
  }
 
  function highlightProject() {
 
  document.getElementById("project").style.borderWidth = "0px 1px";
 
  }
 
  function highlightTeam() {
 
  document.getElementById("team").style.borderWidth = "0px 1px";
 
  }
 
  function highlightOutreach() {
 
  document.getElementById("outreach").style.borderWidth = "0px 1px";
 
  }
 
  function highlightNotebook() {
 
  document.getElementById("notebook").style.borderWidth = "0px 1px";
 
 
   }
 
   }
 
</script>
 
</script>

Revision as of 05:57, 15 July 2015