Community Central
Community Central
Forums: Index Community Central Forum Text color for links?
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 5010 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

My Wikia is right here, http://avaijji.wikia.com/wiki/Alliance_of_Valiant_Arms-_A.V.A_Wiki. As you can see, my background is black. I can't quite figure out how to change the text color for links, redlinks, etc. I managed to change the regular text color to white though. The CSS page is here http://avaijji.wikia.com/wiki/MediaWiki:Monaco.css. Thanks for your help! ~Mannan~ 19:10, July 29, 2010 (UTC)


From what I believe, add the following to your MediaWiki:Monaco.css page under where it says "/*** PAGE ***/":

a.external {
	color: <color>;
}
a.internal {
	color: <color>;
}

To change the external or internal links. User:CodExpert/Sig 19:34, July 29, 2010 (UTC)


What Do I put to change the colors of links, redlinks, and Visited Pages? What you just said, I don't get what you mean by internal and external. ~Mannan~ 20:39, July 29, 2010 (UTC)

Internal are links to pages in your wiki. External are links to other pages outside of the wiki. You put a HTML color code with a # in place of the <color> ☆The Solar Dragon☆ 20:50, July 29, 2010 (UTC)
Ok that made sense. How do I change the color for a link that does not exist?—This unsigned comment is by Mannan (wallcontribs). Please sign your comments by adding "~~~~" in the source editor.
a.new {
  color: <insert desired color here> !important;
}

And you replace the "<insert desired color here>" with the desired color. (Obviously :P) User:CodExpert/Sig 21:25, July 29, 2010 (UTC)

It won't change :( ~Mannan~ 21:32, July 29, 2010 (UTC)

Make sure you have !important; at the end of each thing and reset your cache. See the details on the top of the Css pages. ☆The Solar Dragon☆ 21:46, July 29, 2010 (UTC)
Still won't work. Go you go here and see what I'm doing wrong? http://avaijji.wikia.com/wiki/MediaWiki:Monaco.css - ~Mannan~ 21:54, July 29, 2010 (UTC)