Background colour

Hi Guys

Has any body got a daft mans list of how to change the back ground colour to my home page. There was a good link some time ago of how to do this on the forum but it seams to have gone now.

 

Cheers Carl

Quote · 30 Jun 2009

templates/uni/css/general.css -> Right there at the TOP!

Quote · 30 Jun 2009

 

templates/uni/css/general.css -> Right there at the TOP!

That was close ghost, but no cigar.  He said the Home page, not all pages, thus he needs to do a little more.

 

templates/tmpl_uni/css/index.css (note the home page here)

 

locate the following:

 

 @charset "iso-8859-1";
@import url(../../base/css/index.css);
@import url(login_section.css);
 
 .bodyBlock
 {
  margin-top:18px;
 }

 

And replace it with:

 

@charset "iso-8859-1";

@import url(../../base/css/index.css);
@import url(login_section.css);

 body
 {
  margin-top:18px;
    background-image:url('../images/body_backgr.gif');
     background-repeat:repeat;
  
  font-family:Arial;
  font-size:12px;
  color:#000000;
 }

 

The line in bold red will control the background image (if you'd like an image/gradient for the background) or you can replace the line with:

 

background:#ffffff;

 

Just insert your color code into it. 

 

If you use a gradient please do it this way to make the gradient work proper in a scrolling environment:

 

 background:#ffffff url('../images/body_backgr.gif');
     background-repeat:repeat-x;

 

**Note the repeat-x which will cause the color (white) to take over after the gradient image is finished and this will not allow the gradient to repeat. 

Quote · 1 Jul 2009

OKAY -> lets see..? CARL you mind chiming in here. We have a question for YOU. Which one of us ANSWERED you correctly. It's okay, we are bigUNITY members we can take it...GIVE US your truth CARL!

 

Who's wrong / Who's right FOR YOU carl :) LOL

 

myFAVpest wants to know ;)

Quote · 1 Jul 2009

OKAY -> lets see..? CARL you mind chiming in here. We have a question for YOU. Which one of us ANSWERED you correctly. It's okay, we are bigUNITY members we can take it...GIVE US your truth CARL!

Who's wrong / Who's right FOR YOU carl :) LOL

myFAVpest wants to know ;)

I have no idea if your mail to me referred to this thread or some of the others I see in the latest forum posts feed with your replies, but I can assure you I am not Carl or any of the other guys you've been chatting with -- I haven't posted squat in the forums for a fair week now.


Looks like everybody's going paranoid at Unity over duplicate accounts and whatnot, and that's about the worst thing that can happen to a community. I hope the moderator team gets the trolls under control. A simple narrow IP address block ought to handle all but the bravest of them.

Quote · 1 Jul 2009

 

 

OKAY -> lets see..? CARL you mind chiming in here. We have a question for YOU. Which one of us ANSWERED you correctly. It's okay, we are bigUNITY members we can take it...GIVE US your truth CARL!

 

Who's wrong / Who's right FOR YOU carl :) LOL

 

myFAVpest wants to know ;)

I have no idea if your mail to me referred to this thread or some of the others I see in the latest forum posts feed with your replies, but I can assure you I am not Carl or any of the other guys you've been chatting with -- I haven't posted squat in the forums for a fair week now.

 


Looks like everybody's going paranoid at Unity over duplicate accounts and whatnot, and that's about the worst thing that can happen to a community. I hope the moderator team gets the trolls under control. A simple narrow IP address block ought to handle all but the bravest of them.

 

Come on Ghost, you messaged the wrong guy to give us an answer!!  ROFLMAO, now that is a classic move there!

 

 

Quote · 1 Jul 2009
 
 
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.