Difference between revisions of "Template:Uppsala NewTemplate"
Line 137: | Line 137: | ||
/*End of CSS for the navbar*/ | /*End of CSS for the navbar*/ | ||
+ | |||
+ | |||
+ | /*Footer*/ | ||
+ | |||
+ | .puff { | ||
+ | position: absolute; | ||
+ | bottom-margin: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | background-color: #F8F8FF; | ||
+ | height: 100px; | ||
+ | } | ||
+ | |||
+ | .puff td { | ||
+ | width: 25%; | ||
+ | } | ||
+ | |||
+ | .puff img { | ||
+ | width: 100%; | ||
+ | opacity: 0.4; | ||
+ | } | ||
+ | |||
+ | .puff img:hover{ | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | /*End of footer*/ | ||
Line 225: | Line 252: | ||
</nav> | </nav> | ||
+ | <hr> | ||
+ | |||
+ | <!-- This is the footer. Insert logos and links to the apropriate websites. --> | ||
+ | <div class="puff"> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td width: 33%;><a href="#"><img src="https://static.igem.org/mediawiki/2015/a/a0/Qiagen_logo.png" alt="Qiagen"></a></td> | ||
+ | <td width: 33%;><a href="#"><img src="https://static.igem.org/mediawiki/2015/3/34/Elab_logo.png" alt="Elabjournal"></a></td> | ||
+ | <td width: 33%;><a href="#"><img src="https://static.igem.org/mediawiki/2015/0/04/NGI_logo.png" alt="National Genomic infrastructure"></a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 14:57, 6 August 2015