Team:KIT-Kyoto/Test
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
{{Team:KIT-Kyoto/MaxImage}} | {{Team:KIT-Kyoto/MaxImage}} | ||
{{Team:KIT-Kyoto/MaxImageCSS}} | {{Team:KIT-Kyoto/MaxImageCSS}} | ||
+ | {{Team:KIT-Kyoto/MaxImage/basic}} | ||
{{Team:KIT-Kyoto/Cycle}} | {{Team:KIT-Kyoto/Cycle}} | ||
<html> | <html> | ||
Line 8: | Line 9: | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}, table/*-- hides default wiki settings --*/ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}, table/*-- hides default wiki settings --*/ | ||
</style> | </style> | ||
+ | |||
+ | <div id="maximage"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/4/43/KIT_pictures_hund.jpg"" width="3648" height="2736" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/d/dd/KIT_pictures_exampledots.jpg" alt="" width="3648" height="2736" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/b/b0/KIT_pictures_daityoukinn.jpg" alt="" width="3648" height="2736" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/7/7b/KIT_pictures_example.jpg" alt="" width="3648" height="2736" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/0/04/KIT_pictures_hundmono.jpg" alt="" width="3648" height="2736" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/d/d2/KIT_picutures_daityoukinndots.jpg"" width="3648" height="2736" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/d/dd/KIT_pictures_exampledots.jpg" alt="" width="3648" height="2736" /> | ||
+ | </div> | ||
+ | |||
+ | <script type="text/javascript" charset="utf-8"> | ||
+ | $(function(){ | ||
+ | // Trigger maximage | ||
+ | jQuery('#maximage').maximage(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <style type="text/css" media="screen"> | ||
+ | #maximage { | ||
+ | /* position:fixed !important;*/ | ||
+ | } | ||
+ | |||
+ | /*Set my logo in bottom left*/ | ||
+ | #logo { | ||
+ | bottom:30px; | ||
+ | height:auto; | ||
+ | left:30px; | ||
+ | position:absolute; | ||
+ | width:34%; | ||
+ | z-index:1000; | ||
+ | } | ||
+ | #logo img { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | </style> |
Revision as of 02:39, 19 May 2014