Team:NCTU Formosa/source/header-biobricks
From 2013.igem.org
(Difference between revisions)
(6 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 { | #groupparts { | ||
Line 15: | Line 15: | ||
padding-top: 0px; | 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