Team:Valencia Biocampus/estiloc3po
From 2012.igem.org
(Difference between revisions)
Line 244: | Line 244: | ||
a.tam2 img{ | a.tam2 img{ | ||
+ | height: 100px; | ||
+ | opacity: .50; | ||
+ | filter: alpha(opacity=50); | ||
+ | filter: "alpha(opacity=50)"; | ||
+ | } | ||
+ | |||
+ | a.tam3 img{ | ||
+ | height: 90px; | ||
+ | opacity: .50; | ||
+ | filter: alpha(opacity=50); | ||
+ | filter: "alpha(opacity=50)"; | ||
+ | } | ||
+ | |||
+ | a.tam4 img{ | ||
height: 70px; | height: 70px; | ||
opacity: .50; | opacity: .50; | ||
Line 263: | Line 277: | ||
} | } | ||
+ | a.tam3:hover img{ | ||
+ | opacity:1; | ||
+ | filter:alpha(opacity=100); | ||
+ | filter: "alpha(opacity=100)"; | ||
+ | } | ||
+ | |||
+ | a.tam4 img{ | ||
+ | height: 70px; | ||
+ | opacity: .50; | ||
+ | filter: alpha(opacity=50); | ||
+ | filter: "alpha(opacity=50)"; | ||
+ | } | ||
Revision as of 10:16, 26 August 2012