Difference between revisions of "Template:Manchester/CSS1"

m
m
Line 32: Line 32:
 
/********************************* menu bar formatting ********************************/
 
/********************************* menu bar formatting ********************************/
 
.dropdown{
 
.dropdown{
    color: white;
 
 
     margin-left: -10px;
 
     margin-left: -10px;
 
     margin-top:-15px;
 
     margin-top:-15px;
 
     overflow: hidden;
 
     overflow: hidden;
     background-color: white;
+
     background-color: orange;
 
     position: fixed;
 
     position: fixed;
 
     display:inline-block;
 
     display:inline-block;
     width: 1300px;
+
     width: 1000px;
     top: 0px;
+
     top: 5px;
 
     left: 5px;
 
     left: 5px;
 
     font-size:20px;
 
     font-size:20px;
 
     list-style-type: none;
 
     list-style-type: none;
 +
    box-shadow: 2px 2px 2px black;
 
}
 
}
  
Line 50: Line 50:
 
     display: block;
 
     display: block;
 
}
 
}
 
  
 
.dropdown_content a{
 
.dropdown_content a{
 
     display: block;
 
     display: block;
     color: green;
+
     color: white;
 
     text-align: center;
 
     text-align: center;
 
     text-decoration:none;
 
     text-decoration:none;
     padding: 10px;
+
     padding: 5px 20px;
 
}
 
}
  
 
.dropdown_content a:hover:not(.active){
 
.dropdown_content a:hover:not(.active){
     color:white;
+
     color: black;
     background-color:purple;
+
     background-color:orange;
 
     text-decoration: none;
 
     text-decoration: none;
 +
    border-right: 1px solid black;
 +
    border-left: 1px solid black;
 
}
 
}
  
Line 76: Line 77:
 
     text-align: center;
 
     text-align: center;
 
     text-decoration:none;
 
     text-decoration:none;
     padding: 10px;
+
     padding: 5px 20px;
 
     background-color:gold;
 
     background-color:gold;
 
}
 
}
Line 214: Line 215:
 
   <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Team"><strong>Team</strong></a></li>
 
   <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Team"><strong>Team</strong></a></li>
 
   <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Description"><strong>Project</strong></a></li>
 
   <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Description"><strong>Project</strong></a></li>
 
+
  <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Description"><strong>Parts</strong></a></li>
 +
  <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Description"><strong>Safety</strong></a></li>
 +
  <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Description"><strong>Attribution</strong></a></li>
 +
  <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Description"><strong>Human Practices</strong></a></li>
 +
  <li class="dropdown_content"><a href="https://2016.igem.org/Team:Manchester/Description"><strong>Awards</strong></a></li>
 
</ul>
 
</ul>
  

Revision as of 11:36, 16 July 2016