Board index

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Get Involved
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Board index

Post by Danaldinho »

Im wondering how you change the background colour on the board index:

Image

I only want to change the colour of that though, like i dont want anything else changing with it too

Thanks :)
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

Anyone got any ideas at all :(

Im still strugglin on this :cry:
User avatar
Jim_UK
Former Team Member
Posts: 18480
Joined: Tue Oct 12, 2004 5:36 pm
Location: Darwen N.West UK

Re: Board index

Post by Jim_UK »

6 hour bump rule - not instant messenger.
Please be patient


Jim
The truth is out there.
Unfortunately they will not let you anywhere near it!
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

Ok so sorry :cry:
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

Can anyone help me now, really stuck on this :cry:
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

Can someone please help me :cry:

Really stuck :(
statm
Registered User
Posts: 451
Joined: Thu Jul 21, 2005 11:03 am
Location: NC, USA
Name: Matt
Contact:

Re: Board index

Post by statm »

To change the color of the background. Just add an html color code (#fff - white) to the body in the css file.

Example:

body {background-color: #000; /*black*/}

There is already a color there just change it to whatever color you would like the background to be.
Look here: HTML color
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Board index

Post by Raimon »

When you add it to the body, the hole forum background its a different colour.
But the breadcrums value is a row1 css value.
The easiest thing to do it without change something is to do the next thing:

open the file /styles/xx/template/breadcrumbs.html

search:

Code: Select all

<td class="row1">
replace with:

Code: Select all

<td class="breadcrumbscolour">

open the file /styles/xx/theme/stylesheet.css

add at the bottom of the file :

Code: Select all

.breadcrumbscolour {
	background-color: #000000;
}
note change the colour to the value you like, the post above explains the colours :)

Note:

when you want to change the border colour after you changes this into the same background colour:

search in the breadcrumbs file:

Code: Select all

<table class="tablebg"
replace with:

Code: Select all

<table class="breadcrumbscolour"
soul do it ;)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

Didnt work correctly, it made all the over rows go to like a bluey colour :?

Anyone else :?: :)
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Board index

Post by Raimon »

Would you only change the text than, and no it give a new row value to the breadcrumbs.
Only the breadcrumbs are changed.
And the colour are not blue, only with, but are you using new a subsilver table style or a css style ala prosilver?
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

This is all i want it to do:

go on: http://www.prisonbreakchat.net/forum

and you can see in the "Board Index" box that the background is white, well i want to change that colour to orange, nothign esle though, just in that box and i want nothign else to change with it

Thanks, do you understand :?:
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Board index

Post by Raimon »

With the things i said it works.
when you use it change it whit your own colour , the colour value. and don't use the extra note on the post about the tabelbg class :)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

Mate trust me, i did everything you said and it didnt work, it changed all the other row class colours to some light blue one when i wanted them to stay white :?
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Board index

Post by Raimon »

I doubt that you have don it right, have you change the right colour value it works just fine ;)
Remember to change the breadcrumbs class and do not change the row colour.
Have you after done that also refresh the cache?
and do not forget to change this value in the css 000000 otherwise its magic black ;)
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Danaldinho
Registered User
Posts: 675
Joined: Sat Aug 11, 2007 8:43 pm

Re: Board index

Post by Danaldinho »

Yes i know, i did the cache liek i always do, but even though it is 000000, why is it changing the others to light blue :? and i did do it correctly mate
Locked

Return to “[3.0.x] Styles Support & Discussion”