Firstly im sorry that I couldnt post this in the site news and feedback area but the forum says I do not have permission. In the hazylazyblue100% style sheet the links are not underlined until hovered over, this is not usually a problem unless someone posts a link like this which is then very hard to spot in this style (ive posted a link to google in the above paragraph and in the hazylazyblue100% style the link text "like this" appears the same as the rest making it hard to find the links) This would look nice: links are underlined and change to the forum blue when hovering. a:link { color: #000000; text-decoration: underlined; } a:visited { color: #000000; text-decoration: underlined; } a:hover, a:active { color: #849abd; text-decoration: underlined; } Is there any chance that could you change this please, thanks.
If you have firefox theres a small plugin called Stylish which allows you to manage custom css for websites https://addons.mozilla.org/en-US/firefox/addon/2108 I installed stylish and then created this code which will reverse the underlining (underlined until you hover over them) @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("assemblergames.com") { a:link, a:visited { text-decoration: underline !important; } a:hover, a:active { text-decoration: none !important;} } I hope you guys find this useful btw what the hell is @namespace ? when I clicked create script for this site it automatically added @namespace and @-moz-document ok the document one I understand but the namespace ???? LOL!
I'm all for this. We made this same request well over a year ago: http://www.assemblergames.com/forums/showthread.php?t=9777&page=5