Difference between revisions of "Team:UCLA/Template/CSS"

Line 339: Line 339:
 
}
 
}
 
</style>
 
</style>
 
 
 
<!--SPIDER TOP BUTTON-->
 
<style type="text/css">
 
.spider{
 
position: fixed;
 
top: 50px;
 
right: 0px;
 
width: 200px;
 
height: 95%;
 
z-index: 10;
 
 
overflow: hidden;
 
}
 
.spiderline{
 
position: relative;
 
left: 75%;
 
top: 0%;
 
background-color: #A8A8A8;
 
width: 2px;
 
height: 80%;
 
z-index: 100;
 
}
 
.spiderbutton{
 
position: relative;
 
left: 50%;
 
width: 110px;
 
height: 56px;
 
z-index: 10;
 
background-image: url('https://static.igem.org/mediawiki/2014/a/ac/Spiderbutton2.png');
 
background-repeat: no-repeat;
 
}
 
.backtotop{
 
position: relative;
 
left: 65%;
 
width: 45px;
 
z-index: 10;
 
}
 
.spiderweb{
 
position: fixed;
 
right: 0px;
 
top: 70px;
 
pointer-events:none;
 
z-index:19;
 
}
 
</style>
 
 
  
  

Revision as of 00:35, 7 September 2015