MenuTab

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
/* Create layout divs */
/* Create layout divs */
-
 
-
 
-
 
-
 
#leftColumn {
#leftColumn {
Line 40: Line 36:
}
}
-
/*styling for the links*/
 
-
#rightColumn a, #featureBoxLeft a {
 
-
color:#3aa76c;
 
-
font-weight: bold;
 
-
text-decoration: none;
 
-
opacity: 1.0;
 
-
    filter: alpha(opacity=100); /* For IE8 and earlier */
 
-
}
 
-
#rightColumn a:hover, #featureBoxLeft a:hover {
 
-
    opacity: 0.4;
 
-
    filter: alpha(opacity=40); /* For IE8 and earlier */
 
-
}
 
-
#featureBoxLeft img {
 
-
margin:auto;
 
-
text-align: center;
 
-
display: block;
 
-
opacity: 1.0;
 
-
filter: alpha(opacity=100); /* For IE8 and earlier */
 
-
}
 
-
 
-
#featureBoxLeft img:hover {
 
-
opacity: 0.4;
 
-
filter: alpha(opacity=40); /* For IE8 and earlier */
 
-
}
 
-
 
-
 
-
.featureBoxButtons {
 
-
display: inline-block;
 
-
}
 
-
 
-
#featureBoxImage{
 
-
display: inline-block;
 
-
margin:auto;
 
-
 
-
 
-
}
 
-
 
-
.smallBlockRight img {
 
-
width:200px;
 
-
height: 116px;
 
-
padding-bottom: 5px;
 
-
opacity: 1.0;
 
-
filter: alpha(opacity=100); /* For IE8 and earlier */
 
-
}
 
-
 
-
 
-
.smallBlockRight img:hover {
 
-
opacity: 0.4;
 
-
filter: alpha(opacity=40); /* For IE8 and earlier */
 
-
}
 

Revision as of 18:15, 15 January 2015