Solved: opacity background in themes: wind

otografias

Joined: 2011-10-20
Posts: 41
Posted: Wed, 2014-01-01 21:46

Hello! i´m trying to do some transparency to my background color in my albums. It´s because i´d like to maintain visibility of background image, but with a separated space sensation.
in screen_css tri to add some codes. all makes a desired background color, but add transparency to all the items contained in the window :albums, photos, buttons.

Quote:
.yui-t5 {
background-color: #666; opacity: 0.4
}

Yui-t5
#doc3
#bd

all makes transparent all the container...
need help!
tanks
:-)

PD: the web: www.paseapase.com

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2014-01-01 23:17
.yui-t5 {
  background-color: rgba(102, 102, 102, .4);
}

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
otografias

Joined: 2011-10-20
Posts: 41
Posted: Sat, 2014-01-04 21:49

Thanks! as simple as useful... hahaha. Very happy new year for all!