Can I add a Background Image to Dolphin's Layout?

Is there a simple way to place a repeating background image behind the main dolphin layout, instead of having the white background?

*Note: Not talking about the main page background that usually uses this file
templates/tmpl_uni/images/body_backgr.gif
I’m talking about the area inside the Dolphin layout where all the content is, not the page background.

Thanks,
Zehn

Quote · 26 Dec 2008

If you are speeking about the blocks and it's background than try this code

in general.css (line 496)

.boxContent {
font-size:13px;
overflow:hidden;
padding:10px;
background-image url( path to your image)
}
Quote · 26 Dec 2008

but if you want to change the backgorund to the main block where all the page elements and blocks are situated, try to add your background image to index.css (line 5)


.bodyBlock {
margin-top:18px;
backgorund-image: ... ....
}

Al the css files mentioned here are from your template  subdirectory css
Hope that will help you!
Best Wishes Sorin!
Quote · 26 Dec 2008

Thanks webMaster28,

Yeah the second option "backgorund to the main block where all the page elements..." - Going to give it a shot and see what i come up with.

Great Thanks,

Zehn

Quote · 26 Dec 2008

Try to edit the CSS class .main (add your background image) in the file templates/tmpl_uni/css/general.css

 

Maybe have a look at my mod: http://www.expertzzz.com/Downloadz/view/4454

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 27 Dec 2008
 
 
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.