HomeUnityBlogs
 
 
gohanz

How to have a transparent profile in Dolphin 6.1

Hello,


I really want to have a transparent background in my profiles, please help me how to do it, I'm not a programmer but i know some html.


Thanks!!

bad
1
good
 
 

Comments

ydrargyros
ydrargyros 194 days agocomment permalink
 
There is a mod for what you want that costs very little...search expertzzz.com for it!
 
bad
0
good
 
 
MichelSwiss
MichelSwiss 194 days agocomment permalink
 
Try to play with your templates/tmpl_uni/css/general.css file ;-)

For example:

body
{
...
background-color:transparent;
(change/comment/delete background-image) ...
}

Also play with .main class...
Search for tags regarding main block, block header, block content, etc... in the same general.css file
Especially for the block, you can also try to replace the default background image with semi-transparent image ;-)

If you need more info, try a search on Google with "css background" as keywords ;-)
 
bad
0
good
 
 
LHAdmin
LHAdmin 194 days agocomment permalink
 
Just wondering... besides outright transparent, is there an easy code for opacity?
 
bad
0
good
 
 
okweb
okweb 193 days agocomment permalink
 
Always transparent background in profile view:

Open templates/tmpl_uni/css/profile_view.css,
and add this before #thin_column

.main
{
background : transparent;
background-repeat: no-repeat;
}

-----------------------------------------------
If you will change border and something use this:
.main
{
position:relative;
width:940px;
border:0px solid #999;

background : transparent;
background-repeat: no-repeat;


margin-bottom:5px;
margin-top:4px;
margin-left:auto;
margin-right:auto;
padding:8px 10px;
}
 
bad
0
good
 
 
gohanz
gohanz 192 days agocomment permalink
 
Thanks Very Much To All !!!
 
bad
0
good
 
 
martin8558
martin8558 191 days agocomment permalink
 
does any one know where i can allow members to add html layouts to 6.1 becuase in 6.0 i could add it in BxBaseProfileView.php in IN function : showBlockDescriptions( $sCaption ) now that not possible
 
bad
0
good
 
 
nappywet
nappywet 118 days agocomment permalink
 
wondent it be better under the page block so the logo dose not become transparent
 
bad
0
good
 
 
danielmarseille
danielmarseille 46 days agocomment permalink
 
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: 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;
 
bad
0
good
 
 
wowbestservers
wowbestservers(positive) 18 days agocomment permalink
 
great for opacity thing
 
bad
0
good
 
 


Post a Comment

Please login to post a comment.

This Post
 
 
gohanz Blog
All Blogs
Found a bug? Have a suggestion? We really value your feedback!
 
© 2008 BoonEx Ltd
ABN 27 127 966 581
 
PET:0.739173173904