Page 2 of 2

Need help with headers?

Posted: 14 Apr 2013, 20:46
by DynaMike
Well everything went ok with a lot of things I wanted to change. Added a new block and cut another one down. Tried installing the Paypal Donation Mod and saw that it changed my footer to the "old" one where my topimage was duplicated to the bottom.. Tried uninstalling the Mod to see if that fixed it but noooo.

Maybe I´ve been spending to much time on this over the weekend cause I simply cannot recall how to get my fine black frame back to the footer?

:D Fixed it myself :D

Need help with headers?

Posted: 15 Apr 2013, 06:30
by Stoker
And for everybody else who doesnt know the solution, it is this part of colours.css

Code: Select all

.headerbar {
	background-color: #7C8891;
	background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
	color: #FFFFFF;
}

Need help with headers?

Posted: 16 Apr 2013, 18:18
by DynaMike
Hmmmmm tried to change the background colors of the portal modules. But no matter what I try it ends up white.

I know Im a pain but please? www . gorillas . dk it can be seen in the side where it says Servers and Teamspeak. The white part needs to be E5E5E5 but cannot get it

Need help with headers?

Posted: 16 Apr 2013, 19:01
by Stoker
Be more specific please

Need help with headers?

Posted: 16 Apr 2013, 19:23
by DynaMike
I have added some portal modules. The Server and Teamspeak ones. The colors Ive chosen for the background is E5E5E5. Since the "link" doesnt fill the portal module box theres a white line around the serverinfo. I need to change the general background color to be E5E5E5 so the entire box in same color. Now it has the white edges before the borders. I would also like the Welcome to, Who is and Aff background to be E5E5E5 but cannot get it changed. Went to colours.css and changed, upped, refreshed and so on but the best I get is changing the color of the border itself.

I wanna keep the black borders around the modules but change the bakground color on all modules.

Need help with headers?

Posted: 16 Apr 2013, 20:37
by Stoker
You have something like this in the simpleportal_body.html:

Code: Select all

<div class="content" style="width:auto; height:auto; padding-bottom:0px;  padding-top:0px;">
Use some inline css to change the colour.

Need help with headers?

Posted: 16 Apr 2013, 21:56
by DynaMike
Thank you for not showing me exactly how to do it! :D

It forced me to play around and see the consequence of where the line was inserted. I learned alot by that ;)

Code: Select all

<div style="background-color:#E5E5E5;">
	  <div class="content" style="width:auto; height:auto; padding:10px; padding-bottom:0px;">