Team:UCLA/Aal/Csstemplate

From 2014.igem.org

(Difference between revisions)
Line 47: Line 47:
height:50px;
height:50px;
background-color:blue;
background-color:blue;
-
}
 
-
.banner_area img
 
-
{
 
-
    display:none;
 
-
    position: fixed;
 
-
    right: 100px;
 
-
    top: 600px;
 
-
    width: 10px;
 
-
    height: 10px;
 
-
}
 
-
.banner_area img:first-child
 
-
{
 
-
    display:block;
 
-
}
 
-
.banner_area > img /* Use this to resize all image's container */
 
-
{
 
-
    width:100px;
 
-
    height:50px;
 
-
}
 
-
#slides-container{
 
-
width: 100%;
 
-
height:100%;
 
-
}
 
-
#slides{
 
-
position:fixed;
 
-
background-color:red;
 
-
width:200px;
 
-
height:100px;
 
-
right: 100px;
 
-
top: 500px;
 
-
}
 
-
.slide {
 
-
    position: absolute;
 
-
    top:0px;
 
-
    left:0px;
 
-
    width:50%;
 
-
    height:50%;
 
-
}
 
-
#slides img {
 
-
    position:absolute;
 
-
    top:1px;
 
-
    right:4px;
 
-
    height: 70px;
 
-
    width: 60px;
 
-
    opacity:0;
 
-
}
 
-
#slides #first {
 
-
    opacity:1;
 
}
}
</style>
</style>
</html>
</html>

Revision as of 23:44, 3 September 2014