Difference between revisions of "Team:Uppsala/Collaborations"
Line 3: | Line 3: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | |||
+ | #tab_list { | ||
+ | list-style:none; | ||
+ | border-left: 1px solid black; | ||
+ | border-right: 1px solid black; | ||
+ | display: inline-table; | ||
+ | margin-bottom: 20px; | ||
+ | margin-top: 20px; | ||
+ | margin-left: -5px; | ||
+ | width: 1100px; | ||
+ | } | ||
+ | |||
+ | #tab_list li { | ||
+ | float: left; | ||
+ | text-align: center; | ||
+ | width: 20%; | ||
+ | } | ||
+ | |||
+ | #tab_list li a { | ||
+ | padding: 10px 20px 10px 20px; | ||
+ | /*background-color: #E84243;*/ | ||
+ | font-family: "Fira sans", "Trebuchet MS"; | ||
+ | text-transform: uppercase; | ||
+ | font-size: 150%; | ||
+ | } | ||
+ | |||
+ | #tab_list li a:hover { | ||
+ | background-color: #E84243; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | .tab { | ||
+ | text-decoration: none; | ||
+ | list-style-type: none; | ||
+ | display: block; | ||
+ | } | ||
</style> | </style> | ||
Line 8: | Line 44: | ||
<div id="main"> | <div id="main"> | ||
<h1>Collaborations</h1> | <h1>Collaborations</h1> | ||
− | + | <ul id="tab_list"> | |
+ | <li><a class="tab" href="https://2015.igem.org/Team:Uppsala/Enzymes"><b>Nordi iGEM Conference</b></a></li> | ||
+ | <li><a class="tab" href="https://2015.igem.org/Team:Uppsala/Naphthalene"><b>Helping another team</b></a></li> | ||
+ | <li><a class="tab" href="https://2015.igem.org/Team:Uppsala/Biosurfactants"><b>Placeholder</b></a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
{{Uppsala_NewFooter}} | {{Uppsala_NewFooter}} |
Revision as of 21:05, 16 September 2015