Template:UIUC Illinois CSS

From 2012.igem.org

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

Revision as of 22:03, 14 August 2012