• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS

New Background

  • Craze
  • 11/15/2009 01:56 PM
  • 1654 views
So I took some of the V&V textbox, cut out a 32x32 tile that was over some grass, and patterned it onto our page using the new CSS editor. I'm playing around with it a bit more now, but I can't get the link: and visited: stuff to work (I don't know anything about CSS).

Posts

Pages: 1
Orange and yellow is pretty disgusting for the eyes.
You're trying to change the color for links?
a { color: #3399cc; }
a:link { color: #3399cc; text-decoration: underline; }
a:visited { color: #3399cc; text-decoration: underline; }
a:active { color: #3399cc; text-decoration: underline; }
a:hover { color: #3399cc; text-decoration: underline; }
(you might also note that you're going to have to do a refresh of http://rpgmaker.net/media/css/../content/games/1212/template.css every time that you make a change to the CSS)
Pages: 1