Team:Valencia Biocampus/estiloc3po
From 2012.igem.org
(Difference between revisions)
Line 174: | Line 174: | ||
- | + | <!-- | |
+ | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
+ | % | ||
+ | % ESTILO 2: PARA LOS SPONSORS | ||
+ | % | ||
+ | %%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
+ | --> | ||
+ | |||
+ | #sponsors { | ||
+ | background: none; | ||
+ | width: 740px; | ||
+ | padding: 10px; | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | /* imagen de sponsor: separacion vertical respecto a la horizontal inferior */ | ||
+ | #sponsors img { | ||
+ | padding: 15px; | ||
+ | } | ||
+ | |||
+ | /* encabezado: alineacion*/ | ||
+ | #sponsors h2 { | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | /* imagen de sponsor spons */ | ||
+ | a.spons img{ | ||
+ | height: 70px; | ||
+ | opacity: .50; | ||
+ | filter: alpha(opacity=50); | ||
+ | filter: "alpha(opacity=50)"; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* imagen de sponsor universidad: cambia en la altura */ | ||
+ | a.uu img{ | ||
+ | height: 120px; | ||
+ | opacity: .50; | ||
+ | filter: alpha(opacity=50); | ||
+ | filter: "alpha(opacity=50)"; | ||
+ | } | ||
+ | |||
+ | /* al pasar el raton */ | ||
+ | a.spons:hover img{ | ||
+ | opacity:1; | ||
+ | filter:alpha(opacity=100); | ||
+ | filter: "alpha(opacity=100)"; | ||
+ | } | ||
+ | |||
+ | /* al pasar el raton */ | ||
+ | a.uu:hover img{ | ||
+ | opacity:1; | ||
+ | filter:alpha(opacity=100); | ||
+ | filter: "alpha(opacity=100)"; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
Revision as of 17:34, 25 August 2012