Team:NCTU Formosa/source/header-project
From 2013.igem.org
(Difference between revisions)
(Created page with "<style> .effect { left: 18.75%; } #cover{ background:url(http://downloads.dvq.co.nz/assets/img/downloads/flying-colors/1920x1200.png) center no-repeat; } </style>") |
|||
(26 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
<style> | <style> | ||
.effect { | .effect { | ||
- | left: | + | left: 5.55%; |
} | } | ||
#cover{ | #cover{ | ||
- | background:url( | + | background:url(https://static.igem.org/mediawiki/2013/9/93/Nctu-cover-project.jpg) center no-repeat; |
+ | } | ||
+ | .toclevel-3 { | ||
+ | display:none; | ||
} | } | ||
</style> | </style> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $('a.image').click(function() { return false; }); | ||
+ | $('img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); }); | ||
+ | }); | ||
+ | </script> |
Latest revision as of 14:08, 24 October 2013