Ser Archer (Talk | contribs) (Created page with "{{:Team:CPU_CHINA/Templates/NavFoot}} <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="http://2018.igem....") |
Ser Archer (Talk | contribs) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 33: | Line 33: | ||
} | } | ||
.btn-group | .btn-group | ||
− | {top: | + | {top:9% !important;} |
button | button | ||
Line 89: | Line 89: | ||
<!--*****************************正文主体********************************* --> | <!--*****************************正文主体********************************* --> | ||
− | <div class="container" style="position:relative;top: | + | <div class="container" style="position:relative;top:200px;"> |
− | <object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="100%" height="720"> | + | <object id="obj" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="100%" height="720"> |
<param name="SRC" value=""> | <param name="SRC" value=""> | ||
− | <embed width="100%" height="720" fullscreen="yes" src="https://static.igem.org/mediawiki/ | + | <embed id="embedid" width="100%" height="720" fullscreen="yes" src="https://static.igem.org/mediawiki/2018/c/ca/T--CPU_CHINA--M1-CEA.pdf" style="margin-top:50px" internalinstanceid="13"> |
<noembed></noembed> | <noembed></noembed> | ||
</object> | </object> | ||
− | + | ||
+ | <center><a href="https://static.igem.org/mediawiki/2018/c/ca/T--CPU_CHINA--M1-CEA.pdf" download="Model of Liposome Gene Delivery.pdf"><button type="button" id="downloadCode" style="background-color:#2ebc4f;color:white;width:20%;height: 6rem;border:none;border-radius:0.5rem;">Download this pdf !</button></a></center> | ||
+ | |||
</div> | </div> | ||
Line 105: | Line 107: | ||
<script> | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $("#obj").css("height",$(window).height()*0.9+"px !important"); | ||
+ | $("#embedid").css("height",$(window).height()*0.9+"px !important"); | ||
+ | }) | ||
+ | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".mw-content-ltr").css("height",document.body.scrollHeight+200+"px !important"); | $(".mw-content-ltr").css("height",document.body.scrollHeight+200+"px !important"); | ||
}) | }) | ||
+ | |||
+ | |||
</script> | </script> | ||
</html> | </html> |
Latest revision as of 21:15, 17 October 2018