Template:Sifuentes01

From 2014.igem.org

(Difference between revisions)
Line 153: Line 153:
/*styling for the links*/
/*styling for the links*/
-
#rightColumn a {
+
#rightColumn a, #featureBoxLeft a {
color:#3aa76c;
color:#3aa76c;
font-weight: bold;
font-weight: bold;
text-decoration: none;
text-decoration: none;
-
    opacity: 1.0;
+
opacity: 1.0;
-
    filter: alpha(opacity=100); /* For IE8 and earlier */
+
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
}
-
#featureBoxLeft a:hover {
+
#rightColumn a:hover, #featureBoxLeft a:hover {
     opacity: 0.4;
     opacity: 0.4;
     filter: alpha(opacity=40); /* For IE8 and earlier */
     filter: alpha(opacity=40); /* For IE8 and earlier */

Revision as of 21:22, 8 January 2015