Sub Menu
Links Menu
Online Users

In total there are 304 users online :: 4 registered, 0 hidden and 300 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Helter, Majestic-12 [Bot] based on users active over the past 60 minutes

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 1: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 2: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
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: BMD » Thu Sep 14, 2006 5: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 4:00 pm, edited 1 time in total.

BMD
Members
Members
 
Posts: 84
Likes: 0 post
Liked in: 0 post
Joined: Thu Aug 24, 2006 4:12 am
Cash on hand: 0.00

PostAuthor: Frost » Thu Sep 14, 2006 8: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 4: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
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: Helter » Thu Sep 14, 2006 8: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 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: What controls the footers text color?

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

Hmm :-?
Last edited by Frost on Wed Dec 31, 1969 4: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
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: Helter » Thu Sep 14, 2006 10: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 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: What controls the footers text color?

PostAuthor: Frost » Thu Sep 14, 2006 10: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 4: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
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: What controls the footers text color?

PostAuthor: found it » Fri Sep 15, 2006 1: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 4: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
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 3:29 am
Cash on hand: 0.00

Re: What controls the footers text color?

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

then used class=".ftcolor" in the overall_footer.tpl file?
Oops :P
Last edited by Frost on Wed Dec 31, 1969 4: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
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: What controls the footers text color?

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

Ok that worked perfectly :P
Last edited by Frost on Wed Dec 31, 1969 4: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
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3


Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot], Google [Bot], Helter, Majestic-12 [Bot]