Page 1 of 1

Changing the Color of the blocks

Posted: 7. August 2009 22:27
by bioload
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.reefkeeping.ca/phpBB3/portal.php

PHP Version: phpBB 3.0.5
MySQL Version: MySQL 5.0.81

What have you done before the problem was there?
New install

What have you already tryed to solve the problem?
Tried serching, but I'm new to this and have been unable to locate the correct code to mod.

Description and Message
Hello,

I've just completed the install of board3portal_1_0_3 and I would like to change the color of the blocks (light blue) so that they will match my style prosilver_se (gray).

I've tried searching around the forum and have gone to the knowledge base but I cannot locate the code for the changes suggested. Maybe I'm missing something?

Re: Changing the Color of the blocks

Posted: 8. August 2009 22:31
by bioload
I was able to find. /styles/prosilver_se/theme/colours.css

Code: Select all

.bg1	{ background-color: #F1F2F4; }
.bg2	{ background-color: #E2E6E9;  }
.bg3	{ background-color: #dcdee2; }
The last one .bg3 changes the color for the blocks on the portal