Home›Notes›How to make the blocks transparent in profile view
How to make the blocks transparent in profile view
Hello,
Please help, I really want to make the view profile blocks transparent, I have already made the background transparent but I don't know how to make the blocks transparent.
Thanks!!!
Thanks!!
tmpl_uni/css/profile_view
and add :
.main
{
opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
just above :
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: hidden;
}
giving :
main
{
opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: see more
open : profile_view
tmpl_uni/css/profile_view
and add :
.main
{
position:relative;
background-opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
just above :
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: hidden;
}
giving :
main
{
opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: see more
open : profile_view
tmpl_uni/css/profile_view
and add :
.main
{
position:relative;
background-opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
just above :
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: hidden;
}
giving :
main
{
opacity:.90;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
}
#thin_column
{
width:49%;
margin-right:10px;
overflow: hidden;
}
#thick_column
{
width:49%;
overflow: see more
Can you help me?
Thank you