Difference between revisions of "Team:ATOMS-Turkiye"

Line 1: Line 1:
 
{{ATOMS-Turkiye/Test}}
 
{{ATOMS-Turkiye/Test}}
 
<html>
 
<html>
 +
<div class="pageWrapper">
 
<script> $('#content').attr('style', 'width:100% !important');</script>
 
<script> $('#content').attr('style', 'width:100% !important');</script>
 
<style type="text/css">
 
<style type="text/css">
Line 39: Line 40:
 
}
 
}
 
#content {
 
#content {
     background-image: url(https://static.igem.org/mediawiki/2015/c/c9/ATOMS-Turkiye_background_texture.png);
+
     background-image: url(https://static.igem.org/mediawiki/2015/2/25/ATOMS-Turkiye_mainPage_back.png);
 
     position: fixed;
 
     position: fixed;
 
}
 
}
Line 126: Line 127:
 
     -o-transition: all .2s linear;
 
     -o-transition: all .2s linear;
 
     transition: all .2s linear;
 
     transition: all .2s linear;
 +
  transition-delay:1s;
 
}
 
}
 
div#headerWrapper:hover {
 
div#headerWrapper:hover {
Line 146: Line 148:
 
#sub-navigation {
 
#sub-navigation {
 
     width: 750px;
 
     width: 750px;
 +
}
 +
#animate{
 +
width:100%;
 +
opacity: 1;
 +
    position:absolute;
 +
    top:-10px;
 +
    left:0px;
 +
 +
    -webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
 +
      -moz-animation: fadein 10s; /* Firefox < 16 */
 +
        -ms-animation: fadein 10s; /* Internet Explorer */
 +
        -o-animation: fadein 10s; /* Opera < 12.1 */
 +
            animation: fadein 10s;
 +
    transition-timing-function:cubic-bezier(1, 0, 1, 0.24);
 +
    transition-delay:5s
 +
}
 +
 +
@keyframes fadein {
 +
    from { opacity: 0; }
 +
    to  { opacity: 1; }
 +
}
 +
 +
/* Firefox < 16 */
 +
@-moz-keyframes fadein {
 +
    from { opacity: 0; }
 +
    to  { opacity: 1; }
 +
}
 +
 +
/* Safari, Chrome and Opera > 12.1 */
 +
@-webkit-keyframes fadein {
 +
    from { opacity: 0; }
 +
    to  { opacity: 1; }
 +
}
 +
 +
/* Internet Explorer */
 +
@-ms-keyframes fadein {
 +
    from { opacity: 0; }
 +
    to  { opacity: 1; }
 +
}
 +
 +
/* Opera < 12.1 */
 +
@-o-keyframes fadein {
 +
    from { opacity: 0; }
 +
    to  { opacity: 1; }
 
}
 
}
 
</style>
 
</style>
 +
<img id="animate" src="https://static.igem.org/mediawiki/2015/2/24/ATOMS-Turkiye_mainPage_animate.png">
 
<img id="title" src="https://static.igem.org/mediawiki/2015/f/fb/ATOMS-Turkiye_Title.png"/>
 
<img id="title" src="https://static.igem.org/mediawiki/2015/f/fb/ATOMS-Turkiye_Title.png"/>
 
<img id="arma" src="https://static.igem.org/mediawiki/2015/1/1b/ATOMS-Turkiye_Arma.png"/>
 
<img id="arma" src="https://static.igem.org/mediawiki/2015/1/1b/ATOMS-Turkiye_Arma.png"/>
 
+
</div>
 
</html>
 
</html>

Revision as of 00:58, 19 September 2015