Team:UCLA/Template/CSS

From 2014.igem.org

(Difference between revisions)
Line 328: Line 328:
.spider{
.spider{
position: fixed;
position: fixed;
 +
top: 280px;
right: 0px;
right: 0px;
width: 200px;
width: 200px;
-
height: 50%;
+
height: 85%;
z-index: 10;
z-index: 10;
overflow: hidden;
overflow: hidden;
Line 337: Line 338:
position: relative;
position: relative;
left: 75%;
left: 75%;
 +
top: 0%;
background-color: #A8A8A8;
background-color: #A8A8A8;
width: 2px;
width: 2px;
-
height: 600px;
+
height: 80%;
z-index: 100;
z-index: 100;
}
}
Line 347: Line 349:
width: 110px;
width: 110px;
height: 56px;
height: 56px;
-
top: 60px;
 
z-index: 10;
z-index: 10;
background-image: url('https://static.igem.org/mediawiki/2014/a/ac/Spiderbutton2.png');
background-image: url('https://static.igem.org/mediawiki/2014/a/ac/Spiderbutton2.png');
Line 357: Line 358:
width: 45px;
width: 45px;
z-index: 10;
z-index: 10;
 +
}
 +
.spiderweb{
 +
position: fixed;
 +
right: 0px;
 +
top: 70px;
 +
pointer-events:none;
 +
z-index:19;
}
}
</style>
</style>

Revision as of 10:16, 17 October 2014