Template:UIUC Illinois CSS

From 2012.igem.org

(Difference between revisions)
Line 345: Line 345:
}
}
#maincontentselection2 a:active {
#maincontentselection2 a:active {
 +
    list-style: none;
 +
    color:white;
 +
}
 +
 +
#maincontentselection3{
 +
        width: 200px;
 +
        float: left;
 +
height: 200px;
 +
list-style: none;
 +
margin-left: 100px;
 +
margin-top: 50px;
 +
}
 +
 +
 +
#maincontentselection3 a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:200px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#F5DEB3;
 +
    padding-top: 10px;
 +
    padding-bottom: 10px;
 +
    font: bold 13px Arial;
 +
list-style: none;
 +
 +
}
 +
 +
#maincontentselection3 a:hover {
 +
    background:#ffe6cc;
 +
    text-decoration:none;
 +
list-style: none;
 +
border: 0px;
 +
border-radius: 50px;
 +
}
 +
#maincontentselection3 a:active {
     list-style: none;
     list-style: none;
     color:white;
     color:white;

Revision as of 22:35, 14 August 2012