Page 1 of 1

"Recent" Block

Posted: 27. June 2010 16:45
by drymetal
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://sofablend.com

PHP Version: 5.2.13
MySQL Version: 5.1.47

What have you done before the problem was there?
I installed Board3 Portal.

What have you already tryed to solve the problem?
I have changed font sizes in every CSS sheet.

Description and Message
In the "Recent" Block as well as the "Statistics" block (plus a few other blocks) the font is exceptionally small.

I searched through all the Stylesheets for phpbb3 and for the Portal and neither of them had a class that referenced the font in question.
So, I want to know if anyone knows what in the world is controlling the size of these fonts? I'm guessing I will have to create a new class - but I cannot find the file that these blocks are using. Any help would be greatly appreciated. If it is related to only PHPBB3 and not the Portal then I understand if you cannot help me. Thank you.

Oh - and below is an image to point out what blocks I am talking about.

Image

Re: "Recent" Block

Posted: 27. June 2010 17:44
by drymetal
Nevermind, I figured out how to do it. I just opened the block files in:
/styles/prosilver/template/portal/block/

and colours.css in
/styles/prosilver/theme/

and created a new class and then used the class in the block files in the appropiate places. :D