Is class "openquestions" undefined?

Please report bugs here!

Moderator: Thorsten

Post Reply
R0CKY
Posts: 62
Joined: Mon May 19, 2008 9:18 pm

Is class "openquestions" undefined?

Post by R0CKY »

Hi

On http://www.ghostrecon.net/faq/index.php?action=open you can see open questions is hard to read because I need to change the text color to white. The class it is using is <table class="openquestions"> but I cannot find a definition for "openquestions" anywhere....?

Thanks.
Rocky.
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Is class "openquestions" undefined?

Post by Thorsten »

Hi,

yes, maybe. Be free to add it. :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
larry007
Posts: 29
Joined: Mon May 21, 2007 7:12 pm

Re: Is class "openquestions" undefined?

Post by larry007 »

@rocky

in der style.css musst du mal nach der Zeile 42 folgendes einfügen:

Code: Select all

.openquestions { font: 16px 'Trebuchet MS'; color: #FFFFFF; }
So, jetzt kannst du die Größe anpassen und die Schriftfarbe für die "offenen Fragen" definieren, für weiß z.B. #FFFFFF.

Gruß
phpmyfaq 2.5.2
meine kleine FAQ-Seite -> http://www.bundeswehr-feuerwehr.de
R0CKY
Posts: 62
Joined: Mon May 19, 2008 9:18 pm

Re: Is class "openquestions" undefined?

Post by R0CKY »

That's it, thank you!
Rocky.
Post Reply