How to make the blocks transparent in profile view

gohanz posted 12th of May 2008 in Community Voice. 6 comments.

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!!!

 
Comments
·Oldest
·Top
Please login to post a comment.
rebbie
WOW you should see daniel solutions new profile generator! That is a cool mod
gohanz
Where can I see this mod?

Thanks!!
danielmarseille
open : profile_view

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 hidden;
}


you can play on the transparancy -

changing 90 by 80 or other value

opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
danielmarseille
this solution is better

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 hidden;
}


you can play on the transparancy -

changing 90 by 80 or other value

.main
{
position:relative;
background-opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
danielmarseille
this solution is better

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 hidden;
}


you can play on the transparancy -

changing 90 by 80 or other value

.main
{
position:relative;
background-opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
ACuyler
I tried your solution but it didn't work...:(
Can you help me?
Thank you
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.052648067474365