Template:UIUC Illinois CSS

From 2012.igem.org

(Difference between revisions)
Line 276: Line 276:
         float: center;
         float: center;
height: 400px;
height: 400px;
 +
}
 +
 +
 +
#maincontentselection a {
 +
    cursor: pointer;
 +
    display:block;
 +
    float:left;
 +
    height:24.6px;
 +
    text-align:center;   
 +
    text-decoration:none;
 +
    width:100%;
 +
    color:#ffffff;
 +
    background:#F47F24;
 +
    padding-top: 10px;
 +
    font: bold 13px Arial;
 +
}
 +
 +
#maincontentselection a:hover {
 +
    background:#003C7D;
 +
    text-decoration:none;
 +
}
 +
#maincontentselection a:active {
 +
    color:white;
}
}

Revision as of 21:57, 14 August 2012