Page 1 of 1

Change blocks text color / background

Posted: 12. July 2013 21:01
by BiG_SerGiO
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.aaoportugal.com/phpbb/portal.php

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I have looked everywhere, even portal.css and _block_config.html

I didn't intalled the portal, it was a friend and edited by him but he came to me requesting help to config this issue. Any idea guys?

Re: Change blocks text color / background

Posted: 13. July 2013 08:45
by Kirk
The background color of the blocks through

Code: Select all

.forabg {
regulated in the colour.css and common.css.

The text color is controlled by

Code: Select all

li.header dt, li.header dd {
in colour.css.

Re: Change blocks text color / background

Posted: 13. July 2013 13:30
by BiG_SerGiO
Thanks but there's something strange because i have confirmed both files and:
.forabg {
background-color: #262626;
background-image: url("{T_THEME_PATH}/images/bg_list.gif");


li.header dt, li.header dd {
color: #d8e3e6;
.forabg {
background-color: #262626;
background-image: url("{T_THEME_PATH}/images/bg_list.gif");


li.header dt, li.header dd {
color: #d8e3e6;
Haven't changed anything as colors seem right but not when looking on forum:
http://www.aaoportugal.com

Boxes are white, looks like missing a picture :/

Re: Change blocks text color / background

Posted: 13. July 2013 18:00
by Kirk
Please put the Board3 copyright back in, otherwise you do not get further support!

Re: Change blocks text color / background

Posted: 13. July 2013 21:32
by BiG_SerGiO
Oh, really sorry, it was the other admin but i have spoken with him, it won't happen again.

Re: Change blocks text color / background

Posted: 14. July 2013 09:18
by Kirk
BiG_SerGiO wrote:Boxes are white, looks like missing a picture :/
For the white background looking into the .css files to:

Code: Select all

ul.forums {
    background: none repeat-x scroll 0 0 #F9F9F9;
}

Re: Change blocks text color / background

Posted: 14. July 2013 10:14
by BiG_SerGiO
What i found:
content.css

Code: Select all

ul.forums {
	background: #f9f9f9 none repeat-x 0 0;
}
Any more ideas?

Re: Change blocks text color / background

Posted: 14. July 2013 10:35
by BiG_SerGiO
Oh, i figure it out, thanks por poiting it :P
ul.forums {
background: #262626 repeat-x scroll 0 0 #F9F9F9;
}
Thanks for everything ;)

Re: Change blocks text color / background

Posted: 14. July 2013 13:35
by Kirk
Make it so:

Code: Select all

ul.forums {
#262626 repeat-x scroll 0 0
}