HomeNotesHow to make the blocks transparent in profile view
1474 days ago in 
Reactions: 6 comments 0 points0 reports
 
 

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

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
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
 
 
 
PET:0.075176000595093