
gohanz
How to have a transparent profile in Dolphin 6.1
Comments
| ydrargyros | 194 days ago![]() |
![]() | ![]() | |
![]() | There is a mod for what you want that costs very little...search expertzzz.com for it! | ![]() |
![]() | ![]() | ![]() |
| MichelSwiss | 194 days ago![]() |
![]() | ![]() | |
![]() | 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 ;-) | ![]() |
![]() | ![]() | ![]() |
| LHAdmin | 194 days ago![]() |
![]() | ![]() | |
![]() | Just wondering... besides outright transparent, is there an easy code for opacity? | ![]() |
![]() | ![]() | ![]() |
| okweb | 193 days ago![]() |
![]() | ![]() | |
![]() | 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; } | ![]() |
![]() | ![]() | ![]() |
| martin8558 | 191 days ago![]() |
![]() | ![]() | |
![]() | 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 | ![]() |
![]() | ![]() | ![]() |
| nappywet | 118 days ago![]() |
![]() | ![]() | |
![]() | wondent it be better under the page block so the logo dose not become transparent | ![]() |
![]() | ![]() | ![]() |
| danielmarseille | 46 days ago![]() |
![]() | ![]() | |
![]() | 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; | ![]() |
![]() | ![]() | ![]() |
Post a Comment
Please login to post a comment.This Post
gohanz Blog
All Blogs








































