Translate
Sub Menu
Links Menu
Online Users

In total there are 137 users online :: 2 registered, 0 hidden and 135 guests

Most users ever online was 561 on Fri Mar 20, 2020 1:13 am

Registered users: Google [Bot], Voice4Vision based on users active over the past 60 minutes

Last Online
In order to view the online list you have to be registered and logged in.



We are a free and open
community, all are welcome.

Click here to Register

What controls the footers text color? [SOLVED]

Support for IntegraMOD 140

Moderator: Integra Moderator

What controls the footers text color? [SOLVED]

PostAuthor: Frost » Thu Sep 14, 2006 2:40 am

Im making a theme for integramod 1.4.1 from the integra2 style and Im having a bit of trouble finding the area that controls the footers text color. The default is black, i want to change it accomidate my color scheme.

Protected by CBACK CrackerTracker :: 0 Attacks blocked.
Protected by phpBB Security ÂÂÂ © phpBB-Tweaks :: phpBB Security ÂÂÂ © Has Blocked 3 Exploit Attempts.

Simply The Best Premodded phpbb available phpbb, Creating Communities
:: Style Integra2 ÂÂÂ © IntegraMod Team 2006 :: All times are GMT ::


The text color in the {PROTECTED} for example.

Thanks, Chris
Last edited by Frost on Mon Sep 18, 2006 3:15 am, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Joined: Wed Sep 13, 2006 2:04 am
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: BMD » Thu Sep 14, 2006 6:09 am

You should be able to format the font as you would in any normal coding I think
Last edited by BMD on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

BMD
Members
Members
 
Posts: 84
Joined: Thu Aug 24, 2006 5:12 am

PostAuthor: Frost » Thu Sep 14, 2006 9:00 pm

"BMD";p="15433" wrote:You should be able to format the font as you would in any normal coding I think


No I mean what file do I edit to change the default black text color? I've looked in the .css file but it isn't controlled there. I also looked in the overall_footer.tpl file and it wasn't in there.

Any ideas?
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Joined: Wed Sep 13, 2006 2:04 am
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: Helter » Thu Sep 14, 2006 9:27 pm

it is controlled by the .css class "gensmall"
Since there is no color specified for that class it uses the default body text color
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4135
Joined: Sat Mar 11, 2006 4:46 pm
Location: Seattle Wa

Re: What controls the footers text color?

PostAuthor: Frost » Thu Sep 14, 2006 9:37 pm

Hmm :-?
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Joined: Wed Sep 13, 2006 2:04 am
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: Helter » Thu Sep 14, 2006 11:19 pm

you should make a new class and change the color. gensmall is used all over the forum
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4135
Joined: Sat Mar 11, 2006 4:46 pm
Location: Seattle Wa

Re: What controls the footers text color?

PostAuthor: Frost » Thu Sep 14, 2006 11:43 pm

what about if I defined the class like this...

.ftcolor {
color: #000000;
text-decoration: none;
}

then used class=".ftcolor" in the overall_footer.tpl file?
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Joined: Wed Sep 13, 2006 2:04 am
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: found it » Fri Sep 15, 2006 2:32 am

that will work as long as you write it as class="ftcolor"

you might need to add a font class in the css file too for the size of the font...

.ftcolor {
color: #000000;
[color=red]FONT-SIZE]
text-decoration: none;
}

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Joined: Mon Mar 27, 2006 4:29 am

Re: What controls the footers text color?

PostAuthor: Frost » Fri Sep 15, 2006 3:28 am

then used class=".ftcolor" in the overall_footer.tpl file?
Oops :P
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Joined: Wed Sep 13, 2006 2:04 am
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: Frost » Fri Sep 15, 2006 3:45 am

Ok that worked perfectly :P
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Joined: Wed Sep 13, 2006 2:04 am
Location: Photoshop CS3


Return to IntegraMOD 140

Who is online

Registered users: Google [Bot], Voice4Vision

cron