Template:Team:HokkaidoU Japan/About Us/CSS

From 2014.igem.org

(Difference between revisions)
Line 37: Line 37:
#member-instructor {
#member-instructor {
-
 
}
}
Line 44: Line 43:
#member-undergrad {
#member-undergrad {
-
 
}
}
 +
 +
#show{
 +
    cursor: pointer;
 +
    position: absolute;
}
}
 +
 +
#overlay{
 +
    opacity:0.7;
 +
    background: black;
 +
    color: white;
 +
    height: 30%;
 +
    position: absolute;
 +
    width:100%;
 +
    display:none;
 +
}
 +
 +
#content{
 +
    border: white solid 1px;
 +
    color: white;
 +
    left: 30%;
 +
    position: absolute;
 +
    top: 30%;
 +
    width: 50%;
 +
}​
 +
 +
</style>
</style>
</html>
</html>

Revision as of 07:46, 29 September 2014