Team:NCTU Formosa/source/header-biobricks
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <style> .effect { left: 43.75%; } #cover{ background:url(http://downloads.dvq.co.nz/assets/img/downloads/hand-crafted-wood-v2/1920x1200.png) center no-repeat; } </style>") |
|||
(10 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<style> | <style> | ||
.effect { | .effect { | ||
- | left: | + | left: 38.88%; |
} | } | ||
#cover{ | #cover{ | ||
- | background:url( | + | background:url(https://static.igem.org/mediawiki/2013/4/44/Nctu-cover-biobricks.jpg) center no-repeat; |
} | } | ||
+ | #groupparts { | ||
+ | margin: 0 auto; | ||
+ | margin-top:50px; | ||
+ | width:95%!important; | ||
+ | } | ||
+ | h3 { | ||
+ | padding-top: 0px; | ||
+ | } | ||
+ | #footer-wrapper { | ||
+ | clear:both; | ||
+ | } | ||
+ | .cont .li { | ||
+ | padding-left:20px; | ||
+ | } | ||
+ | .cont .li .card { | ||
+ | margin-left:20px; | ||
+ | margin-right:20px; | ||
+ | } | ||
+ | span.mw-headline { padding-top: 0px!important; } | ||
</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 03:48, 27 October 2013