Don't have an account yet? You can create one. Registered players can create up to three free characters to battle, team up with your friends and explore the worlds of the Nexus! To create a character once you have registered, click on Game Map at the top of the page.
Posted: Mon Jan 09, 2012 2:58 pm Post subject: Make links blue?
Not really sure where this would go, but can someone modify the forum settings so that links appear in blue text (or underlined text, or something)? It's rather difficult to discern where links are in text blocks right now.
If there's no styling option directly within the forum settings, somebody will likely need to edit the CSS for the site. The style for the forums seems to be embedded directly on the page (there's also a linked stylesheet, but this seems to be primarily game-related styles).
You would need to find the lines that read:
Code:
a.postlink:link { text-decoration: none; color : }
a.postlink:visited { text-decoration: none; color : ; }
and add colors like so:
Code:
a.postlink:link { text-decoration: none; color : #0000cc }
a.postlink:visited { text-decoration: none; color : #cc00cc }
This should give blue text for unvisited links and purple text for visited links.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum