Hi,
I'm using IMDB module on
http://filmdome.com. Great module by the way.
However, the popup overlay's background is completely washed out, as you can see in screen1.jpg.
When I do a login from the front-end, the overlay's background becomes... transparent, as evident in screen2.jpg.
When I go to the module's settings and give its Module Class Suffix a fake value ("-" for example), the overlay's intended colors returns, strangely enough. See screen3.jpg.
I'm using RocketTheme's TerranTribune Dark template.
Please help me figure out the error, because I'm sure it can be corrected by modifying the css. I'm posting it here for your review.
div.movies_title_word, div.movies_stars_word,div.movies_studio_word,div.movies_plot_word,div.movies_buzz_word
{
border-bottom: 1px solid #000000;
background-color:#4a4a4a;
color:#FFFFFF;
text-align:center;
font-size:12px;
font-weight:bold;
}
div.movies_title
{
background-color:#303030;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
text-align:center;
}
div.movies_stars,div.movies_studio,div.movies_plot,div.movies_buzz
{
background-color:#303030;
color:#FFFFFF;
font-size:10px;
font-weight:normal;
}
div.movies_poster
{
float:left;
}
div.movies_open_title
{
margin-left:3px;
}
table.movies_open_title td{
background-color:#DFDACF;
}
tr.movies_row0{
background-color:#1c1c1c;
}
tr.movies_row1{
background-color:#1c1c1c;
}
#overDiv{
width:300px!important;
}
Thanks a bunch