Difference between revisions of "Team:IIT Delhi/home"

 
(13 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
<style>
 
<style>
  
/*--------------General end-----------------*/
 
  
/*--------------Global/content start----------------*/
 
#content { /*-- changes default wiki settings --*/
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
margin: 0px;
 
padding: 0px;
 
  
}
 
  
  
/*--------------Global end------------------*/
 
  
  
body{
 
  margin:0;
 
  padding:0;
 
  background-image:url("https://static.igem.org/mediawiki/2015/6/67/IITDwikipages_background.jpg");
 
  background-size:60px 80px;
 
  background-repeat:no-repeat;
 
}
 
  
.iconshome{
+
#tourimg{
 +
  display:none;
 +
  width:300px;
 +
  height:80px;
 +
  margin-top:2%;
 +
  margin-left:82.5%;
 
   position:absolute;
 
   position:absolute;
   width:7%;
+
   z-index:9999;
  -webkit-transition: all 1s ease;
+
  -moz-transition: all 1s ease;
+
  -o-transition: all 1s ease;
+
  transition all 1s ease:
+
}
+
.iconActive{
+
  width:10%;
+
 
}
 
}
 
#tour{
 
  margin-top:40%;
 
  z-index:5;
 
  margin-left:31.5%;
 
}
 
 
 
 
 
  
 
ul.ldd_menu{
 
ul.ldd_menu{
margin-top:-10px;
+
  margin-top:-10px;
 
         margin-left:15px;
 
         margin-left:15px;
padding:0;
+
  padding:0;
 
         position:absolute;
 
         position:absolute;
height:70px;
+
  height:70px;
 
         width:190px;
 
         width:190px;
list-style:none;
+
  list-style:none;
font-family:Verdana, Geneva, sans-serif;
+
  font-family:Verdana, Geneva, sans-serif;
 
         font-size:100%;
 
         font-size:100%;
text-align: center;
+
  text-align: center;
 
}
 
}
  
Line 74: Line 45:
 
}
 
}
 
ul.ldd_menu a{
 
ul.ldd_menu a{
text-decoration:none;
+
  text-decoration:none;
 
}
 
}
 
ul.ldd_menu > li{
 
ul.ldd_menu > li{
float:left;
+
  float:left;
position:fixed;
+
  position:fixed;
width: 100%;
+
  width: 100%;
z-index: 9999;
+
  z-index: 9999;
 
}
 
}
 
ul.ldd_menu > li > span{
 
ul.ldd_menu > li > span{
Line 91: Line 62:
 
   color:green;
 
   color:green;
 
   opacity:0;
 
   opacity:0;
background-color:white;
+
  background-color:white;
height:190px;
+
  height:190px;
 
          
 
          
line-height:50px;
+
  line-height:50px;
cursor:default;
+
  cursor:default;
padding:0px 20px;
+
  padding:0px 20px;
 
   border-radius:0 0 0 190px;
 
   border-radius:0 0 0 190px;
text-shadow:0px 0px 1px #CCC;
+
  text-shadow:0px 0px 1px #CCC;
}
+
  }
  
  
 +
.sub_wrap{
 +
  width: 2500px;
 +
  margin: 0 auto 0 auto;
 +
  background-color: #000;
 +
}
  
 +
ul.ldd_menu ul{
 +
  list-style:none;
 +
  display: inline-block;
 +
  border-left:1px dotted #FFF;
 +
  margin-top: 20px;
 +
  margin-right: 0px;
 +
  margin-bottom: 10px;
 +
  margin-left: 20px;
 +
  padding-top: 10px;
 +
  padding-right: 5px;
 +
  padding-bottom: 10px;
 +
  padding-left: 10px;
 +
}
  
 +
ul.ldd_menu .ldd_submenu{
 +
  position:absolute;
 +
  top:50px;
 +
  width:100%;
 +
  display:none;
 +
  opacity:0.90;
 +
  font-size:10px;
 +
  background-color: #fff;
 +
}
 +
a.ldd_subfoot{
 +
  background-color:#f0f0f0;
 +
  color:#444;
 +
  display:block;
 +
  clear:both;
 +
  padding:15px 20px;
 +
  font-family: Arial, serif;
 +
  font-size:10px;
 +
  text-shadow:0px 0px 1px #fff;
 +
  -moz-box-shadow:0px 0px 2px #777 inset;
 +
  -webkit-box-shadow:0px 0px 2px #777 inset;
 +
  -box-shadow:0px 0px 2px #777 inset;
 +
}
  
 +
ul.ldd_menu ul li a{
 +
  font-family: Arial, serif;
 +
  font-size:12px;
 +
  line-height:20px;
 +
  color:#000;
 +
  padding:1px 3px;
 +
}
 +
ul.ldd_menu ul li a:hover{
 +
  background:#FF3300;
 +
}
  
 +
li.ldd_heading a{
 +
  color:#fff !imporatant;
 +
}
 +
li.ldd_heading{
 +
  border:solid 1px black;
 +
  border-radius:5px 0 8px 0;
 +
  background-color:#0F93FC;
 +
  font-family: Georgia, serif;
 +
  color:white !important;
 +
  margin-bottom:5px;
 +
  font-size: 13px;
 +
  font-style: italic;
 +
  color:#FF3300;
 +
  text-shadow:0px 0px 1px #B03E23;
 +
  padding:5px 0px 5px 0px;
 +
}
  
  
Line 113: Line 150:
  
  
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
/*--------------General end-----------------*/
 +
 +
/*--------------Global/content start----------------*/
 +
#content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
margin: 0px;
 +
padding: 0px;
 +
 +
}
 +
 +
 +
/*--------------Global end------------------*/
 +
 +
 +
body{
 +
  margin:0;
 +
  padding:0;
 +
  background-image:url("https://static.igem.org/mediawiki/2015/6/67/IITDwikipages_background.jpg");
 +
  background-size:100% 100%;
 +
 
 +
}
 +
 +
.iconshome{
 +
  position:absolute;
 +
  width:7%;
 +
  -webkit-transition: all 1s ease;
 +
  -moz-transition: all 1s ease;
 +
  -o-transition: all 1s ease;
 +
  transition all 1s ease:
 +
}
 +
.iconActive{
 +
  width:10%;
 +
}
  
  
 
</style> <!-- End of CSS -->
 
</style> <!-- End of CSS -->
 
<body>
 
<body>
 +
  <div id="homeWrapper">
 +
    <div id="homeContent">
 +
 +
 +
 +
 +
 +
 +
  
  
Line 230: Line 334:
  
  
   <img style="position:absolute;width:100%;height:100%;z-index:-5;" src="https://static.igem.org/mediawiki/2015/6/68/IITDwikihome_background1.jpg">
+
 
 +
 
 +
 
 +
 
 +
 
 +
   <img style="position:absolute;width:100%;z-index:-5;" src="https://static.igem.org/mediawiki/2015/6/68/IITDwikihome_background1.jpg">
 
   <nav style="border:solid 1px black;">
 
   <nav style="border:solid 1px black;">
  
Line 249: Line 358:
 
     <a href="https://2015.igem.org/Team:IIT_Delhi/ethics_orientation"><img class="iconshome" id="icon8" style="margin-top:36%; margin-left:82%;" src="https://static.igem.org/mediawiki/2015/5/51/Ethics1_iitd.png"></a>
 
     <a href="https://2015.igem.org/Team:IIT_Delhi/ethics_orientation"><img class="iconshome" id="icon8" style="margin-top:36%; margin-left:82%;" src="https://static.igem.org/mediawiki/2015/5/51/Ethics1_iitd.png"></a>
 
   </nav>
 
   </nav>
           
+
    </div>
 +
</div>
 +
     
 
   <script>
 
   <script>
 
     $(document).ready(function(){   
 
     $(document).ready(function(){   
Line 354: Line 465:
 
     });
 
     });
 
   </script>           
 
   </script>           
<script>
+
     
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
 
console.log("hi2");
 
console.log("hi2");
Line 393: Line 514:
 
}
 
}
 
</script>
 
</script>
   
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 00:31, 17 September 2015