Difference between revisions of "Template:IISER Pune 2"

 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- This template belongs to Team IISER_Pune. It appeared on some other teams' wikis by accident. If you are from another team, please do not edit this page! Go back to your own page and change {{IISER_Pune}} to your own team name. Sincerely, iGEM HQ. -->
+
<!-- This template belongs to Team IISER_Pune. -->
 
+
<!---{{Template_IISER_Pune}}--!>
+
  
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<!-- Declare that you are going to use html code instead of wiki code -->
<html class="loading">
+
<html>
<head>
+
<meta charset="utf-8">
+
<title>Loading Example</title>
+
<style>
+
html {
+
-webkit-transition: background-color 1s;
+
transition: background-color 1s;
+
}
+
html, body { min-height: 100%; }
+
html.loading {
+
background: #333 url('https://static.igem.org/mediawiki/2015/e/e5/IISER_PUNE_TITLE.gif') no-repeat 50% 50%;
+
-webkit-transition: background-color 0;
+
transition: background-color 0;
+
}
+
body {
+
-webkit-transition: opacity 1s ease-in;
+
transition: opacity 1s ease-in;
+
}
+
html.loading body {
+
opacity: 0;
+
-webkit-transition: opacity 0;
+
transition: opacity 0;
+
}
+
button {
+
background: #00A3FF;
+
color: white;
+
padding: 0.2em 0.5em;
+
font-size: 1.5em;
+
}
+
</style>
+
<script>
+
var html = document.getElementsByTagName('html')[0];
+
var removeLoading = function() {
+
// In a production application you would remove the loading class when your
+
// application is initialized and ready to go.  Here we just artificially wait
+
// 3 seconds before removing the class.
+
setTimeout(function() {
+
html.className = html.className.replace(/loading/, '');
+
}, 3000);
+
};
+
removeLoading();
+
</script>
+
</head>
+
 
+
 
+
  
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
 
href="https://2015.igem.org/Template:IISER_Pune_2/CSS?action=raw&ctype=text/css" />
 
href="https://2015.igem.org/Template:IISER_Pune_2/CSS?action=raw&ctype=text/css" />
 
<div id="bannerContainer">
 
               
 
 
<a href="https://2015.igem.org/Team:IISER_Pune">
 
<img src="https://static.igem.org/mediawiki/2015/d/d1/IISER_PUNE_Logogif.gif" height = 175px></a>
 
                 
 
 
<a href="http://www.iiserpune.ac.in" style="color:#D11919;font-size:325%;word-break:keep-all"> IISER Pune India </a>
 
</div>
 
  
 
<div id ="mainContainer" style="width: 75%;position: absolute;left: 5%;">
 
<div id ="mainContainer" style="width: 75%;position: absolute;left: 5%;">
  
 
<div id="contentContainer"><!--This div will close on the page.-->
 
<div id="contentContainer"><!--This div will close on the page.-->
<div id="NavGear" style="position:fixed; right:-200px; bottom:-200px">
+
<div id="NavGear" style="position:fixed; right:-200px; bottom:-200px;z-index:999;">
 
    <img id="Gearcentre" src="https://static.igem.org/mediawiki/2015/2/23/IISER_PUNE_Gear_big_white_2.5.svg" alt="The centre gear[loading..]" height="0px">
 
    <img id="Gearcentre" src="https://static.igem.org/mediawiki/2015/2/23/IISER_PUNE_Gear_big_white_2.5.svg" alt="The centre gear[loading..]" height="0px">
 
         <img id="Gearside" src="https://static.igem.org/mediawiki/2015/9/93/IISER_PUNE_Gear_small_white_2.5.svg" alt="The side gear[loading..]" height="0px">
 
         <img id="Gearside" src="https://static.igem.org/mediawiki/2015/9/93/IISER_PUNE_Gear_small_white_2.5.svg" alt="The side gear[loading..]" height="0px">
Line 79: Line 22:
  
 
<script type="text/javascript" src="https://2015.igem.org/Template:IISER_Pune/NavGears?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2015.igem.org/Template:IISER_Pune/NavGears?action=raw&ctype=text/javascript"></script>
 +
 +
<center><a href="#" class="back-to-top"><span id="back-to-top">Top</span></a></center>
 +
<script type="text/javascript" src="https://2015.igem.org/Template:IISER_Pune/JavaScript?action=raw&ctype=text/javascript"></script>
  
 
</html>
 
</html>

Latest revision as of 22:31, 17 November 2015


Top