Final Fantasy Hacktics

General => Bugs and Suggestions => Topic started by: nitwit on July 13, 2014, 03:14:16 pm

Title: Skins or CSS options?
Post by: nitwit on July 13, 2014, 03:14:16 pm
I use a high contrast theme.  On FFHacktics, this produces dark input boxes but it doesn't also allow light text.  Does the forum software allow users to select from a collection of forum themes, or select one as a default when logged in?
Title: Re: Skins or CSS options?
Post by: Xifanie on July 13, 2014, 03:22:34 pm
No, but if you are using firefox, you can use the Stylish add-on to edit things to be more visually functional to you.
Title: Re: Skins or CSS options?
Post by: nitwit on July 13, 2014, 04:10:02 pm
Stylish 1.4.3?
Title: Re: Skins or CSS options?
Post by: Xifanie on July 13, 2014, 04:12:53 pm
That's what I use; of course you need to know your html/CSS... which is something I should have mentioned in the first place. Sorry. >.>'
Title: Re: Skins or CSS options?
Post by: nitwit on July 13, 2014, 04:38:37 pm
@-moz-document url-prefix(http://ffhacktics.com/smf) {
    textarea {
        color: white !important;
    }
}

I took a class on HTML and CSS.
Title: Re: Skins or CSS options?
Post by: Xifanie on July 13, 2014, 05:58:06 pm
Glad that worked for you~