Final Fantasy Wiki
Advertisement
FFWiki forum logo
Forums: Index > Rin's Travel Agency > Archive > Easy instructions for those having trouble reading pages.


Maybe it's not a major issue in articles, but it certainly is in Magicite Madness II and other places where dark backgrounds are being used. Wikia changed the default text color to a dark gray. These are simple instructions to change it back to the crisp black we had before:

  1. Create a page entitled User:[insert your username here]/wikia.css making sure that "wikia.css" is lowercase.
  2. Copy the following code:
    .WikiaArticle {color:black !important}
  3. Paste it into the new page and save.
  4. Enjoy having black text again. ;)

This doesn't change any of the page formatting. All it does is turn the text back to black for better legibility. But if you're having trouble making out the text, this will help. Bluestarultor Best-of Stellar Arena sigicon BSA 23:12, October 26, 2010 (UTC)

Or you could just use:
.WikiaArticle {color:#000000 !important}

Surely that's easier? I don't see it effecting anything it shouldn't. JBed 23:14, October 26, 2010 (UTC)

That works, too. Actually, that works better. I found some flaws in mine and ended up solving them with some inherited values and was coming back to change my instructions, but I'll change them by way of stealing that, if you don't mind. Thanks! XD Bluestarultor Best-of Stellar Arena sigicon BSA 23:45, October 26, 2010 (UTC)
Advertisement