Difference between revisions of "Template:SJTU-BioX-Shanghai/Alpha/Header"

Line 30: Line 30:
  
 
nav {
 
nav {
 +
  /* layout */
 
   position: fixed;
 
   position: fixed;
 
   top: 0px;
 
   top: 0px;
Line 38: Line 39:
 
   padding-right: 30px;
 
   padding-right: 30px;
 
   overflow: visible;
 
   overflow: visible;
 +
 +
  /* color */
 +
  background-color: #EEEEEE;
 +
  color: #91B798;
 +
 +
  /* font */
 +
  font-family: "Tahoma, Geneva, sans-serif";
 
}
 
}
  
Line 92: Line 100:
 
/* color & font BEGIN */
 
/* color & font BEGIN */
 
nav {
 
nav {
  background-color: #EEEEEE;
 
  color: #91B798;
 
  font-family: "Tahoma, Geneva, sans-serif";
 
 
}
 
}
 
nav > div:first-child {
 
nav > div:first-child {
Line 132: Line 137:
 
   opacity: 0;
 
   opacity: 0;
 
}
 
}
nav ul ul {}
 
 
nav > ul > li:hover > ul, nav > ul > li > ul:hover {
 
nav > ul > li:hover > ul, nav > ul > li > ul:hover {
 
   transition-delay: 0s;
 
   transition-delay: 0s;

Revision as of 05:15, 10 August 2015