Help On font color in popup boxes

Started by tmlfever, September 02, 2014, 11:22:42 PM

Previous topic - Next topic

tmlfever

Hi. Hope This is the right place to ask for this help.

I have a very dark blue background on my forum www.tmlforum.com.

My problem is that when the spell check pops up the font is also dark and therefore can't be read. Even the help popups in the admin area popup with the dark font.

I searched on how to change the font color only in the spell check box but could not find a solution.

Can anyone help with my problem?

Thanks in advance.


"Every time you wake up, ask yourself, "What good am I going to do today?", remember that when the sun goes down at sunset, it will take a part of your life with it."

I've seen the Leaf jersey everywhere from Kabul to Tonga. I've never seen it in a Stanley Cup final.

mashby

To help you, I would need a temporary account. Can you create one? Guests cannot spell check of course. :)
Always be a little kinder than necessary.
- James M. Barrie

tmlfever

Thank you for the offer but I don't know how to do that. Sorry.

Is there any way you can tell me where the font colors/styles are stored in the c-panel or where I can start to look?


"Every time you wake up, ask yourself, "What good am I going to do today?", remember that when the sun goes down at sunset, it will take a part of your life with it."

I've seen the Leaf jersey everywhere from Kabul to Tonga. I've never seen it in a Stanley Cup final.

mashby

QuoteThank you for registering. The admin must approve your registration before you may begin to use your account, you will receive an email shortly advising you of the admins decision.
I am a Penguins fan.
Always be a little kinder than necessary.
- James M. Barrie

tmlfever

Your loss...... lol

You could be in pain and misery with me and all Leafs fans.

Think of the fun you'd have; bad jokes, paper bags, waffels... It never ends.

But we do have a great stats department now.... OH BOY!!!!


"Every time you wake up, ask yourself, "What good am I going to do today?", remember that when the sun goes down at sunset, it will take a part of your life with it."

I've seen the Leaf jersey everywhere from Kabul to Tonga. I've never seen it in a Stanley Cup final.

mashby

OK. If you can approve mashby, I'll see what I can do.
Always be a little kinder than necessary.
- James M. Barrie

tmlfever



"Every time you wake up, ask yourself, "What good am I going to do today?", remember that when the sun goes down at sunset, it will take a part of your life with it."

I've seen the Leaf jersey everywhere from Kabul to Tonga. I've never seen it in a Stanley Cup final.

mashby

Two options. Themes/default/Post.template.php
Look for this:
function template_spellcheck()
Several lines down, you'll see this:
         #spellview
See the line:
Oh wait...you're on 1.1.19. OK...Same file.
This is the likely current code:
#spellview
{
border-style: outset;
border: 1px solid black;
padding: 5px;
width: 98%;
height: 344px;
overflow: auto;
}';

You could make it like this (I added one additional line):
#spellview
{
border-style: outset;
border: 1px solid black;
padding: 5px;
width: 98%;
height: 344px;
overflow: auto;
background-color: #000;
}';


That would affect all themes. Alternatively, you could just add this to this file:
http://www.tmlforum.net/Themes/default/style.css?fin11
Which seems like you're only running one theme anyway:
#spellview
{
background-color: #000;
}';
I think that should do the trick anyway. :)
Always be a little kinder than necessary.
- James M. Barrie

tmlfever

Thank you for that answer, but someone went in and changed it to color:

#spellview
{
border-style: outset;
border: 1px solid black;
padding: 5px;
width: 98%;
                               
                                color: #FFFFFF;

height: 344px;
                                overflow: auto;
}';


And that did the trick, but at least now I know where to look.

Thank You, thank you, thank you.


"Every time you wake up, ask yourself, "What good am I going to do today?", remember that when the sun goes down at sunset, it will take a part of your life with it."

I've seen the Leaf jersey everywhere from Kabul to Tonga. I've never seen it in a Stanley Cup final.

Advertisement: