(8 intermediate revisions by the same user not shown) | |||
Line 140: | Line 140: | ||
text-decoration: none; | text-decoration: none; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
+ | cursor: pointer; | ||
} | } | ||
Line 169: | Line 170: | ||
.dropdown-content a:hover { background-color: #001a33; } | .dropdown-content a:hover { background-color: #001a33; } | ||
+ | |||
+ | #project-header { | ||
+ | width: 100%; | ||
+ | height: 12em; | ||
+ | background-color: #1b1b32; | ||
+ | border-top: solid 1.5px white; | ||
+ | border-bottom: solid 1px white; | ||
+ | text-align: center; | ||
+ | } | ||
</style> | </style> | ||
Line 186: | Line 196: | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a | + | <a><h2>Projects</h2></a> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="https://2016.igem.org/Team:UCLA/Protein_Cages">Protein Cages</a> | <a href="https://2016.igem.org/Team:UCLA/Protein_Cages">Protein Cages</a> | ||
Line 204: | Line 214: | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a | + | <a><h2>Outreach</h2></a> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="https://2016.igem.org/Team:UCLA/HP/Silver">Human Practices</a> | <a href="https://2016.igem.org/Team:UCLA/HP/Silver">Human Practices</a> | ||
Line 212: | Line 222: | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a | + | <a><h2>Judging</h2></a> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="https://2016.igem.org/Team:UCLA/Medal_Requirements">Medal Requirements</a> | <a href="https://2016.igem.org/Team:UCLA/Medal_Requirements">Medal Requirements</a> | ||
Line 220: | Line 230: | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a | + | <a><h2>Team</h2></a> |
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
<a href="https://2016.igem.org/Team:UCLA/Team">Meet the Team</a> | <a href="https://2016.igem.org/Team:UCLA/Team">Meet the Team</a> | ||
Line 231: | Line 241: | ||
</div> | </div> | ||
+ | <script> | ||
// This is the jquery part of your template. Try not modify any of this code since it makes your menu work. | // This is the jquery part of your template. Try not modify any of this code since it makes your menu work. | ||
Latest revision as of 03:54, 20 October 2016