Template:Team:KIT-Kyoto/MaxImage

From 2014.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 1: Line 1:
<html>
<html>
<script type="text/javascript">
<script type="text/javascript">
-
 
/* --------------------------------------------------------------------
/* --------------------------------------------------------------------
MaxImage 2.0 (Fullscreen Slideshow for use with jQuery Cycle Plugin)
MaxImage 2.0 (Fullscreen Slideshow for use with jQuery Cycle Plugin)
Line 700: Line 699:
})(jQuery);
})(jQuery);
</script>
</script>
-
 
-
<script type="text/javascript">
 
-
$(function(){
 
-
    $('#bg').maximage({
 
-
overflow:'hidden',
 
-
        verticalAlign:'top'
 
-
    });
 
-
});
 
-
</script>
 
-
<style type="text/css">
 
-
body{
 
-
background:#000;
 
-
}
 
-
 
-
div#description{
 
-
position:fixed;
 
-
top:10px;
 
-
left:20px;
 
-
color:#fff;
 
-
text-shadow: 0 0 3px #000;
 
-
}
 
-
 
-
div#description h1{
 
-
font-size:18px;
 
-
}
 
-
 
-
div#description p{
 
-
font-size:14px;
 
-
}
 
-
 
-
/*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>
 

Latest revision as of 09:23, 19 May 2014