style request: underlined links

Discussion in 'Off Topic Discussion' started by devzone, May 22, 2008.

  1. devzone

    devzone Robust Member

    Joined:
    May 20, 2008
    Messages:
    248
    Likes Received:
    1
    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.
     
    Last edited: May 22, 2008
  2. mooseblaster

    mooseblaster Bleep. Site Supporter 2012, 2014

    Joined:
    Aug 27, 2006
    Messages:
    1,568
    Likes Received:
    4
    It's the same in the default ASSembler theme.
     
  3. devzone

    devzone Robust Member

    Joined:
    May 20, 2008
    Messages:
    248
    Likes Received:
    1
    Doh ! I didnt notice that, any chance it could be changed ?
     
  4. Denryu

    Denryu マスコット

    Joined:
    Feb 17, 2007
    Messages:
    433
    Likes Received:
    29
    Yeah, I agree, that would be nice.
    I always used the -tag for my links... :evil:
     
    Last edited: May 23, 2008
  5. devzone

    devzone Robust Member

    Joined:
    May 20, 2008
    Messages:
    248
    Likes Received:
    1
    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!
     
    Last edited: Jun 3, 2008
  6. devzone

    devzone Robust Member

    Joined:
    May 20, 2008
    Messages:
    248
    Likes Received:
    1
    btw this works with all forum styles here

    sample screenshots
    [​IMG]
    [​IMG]
     
    Last edited: Jun 3, 2008
  7. Mark30001

    Mark30001 Guest

    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
     
  8. Unorthodox

    Unorthodox Barc0de's Pimp

    Joined:
    Nov 27, 2005
    Messages:
    679
    Likes Received:
    1
    Wow thanks for your hardwork :nod:. Using it right now cheers :thumbsup:.
     
  9. devzone

    devzone Robust Member

    Joined:
    May 20, 2008
    Messages:
    248
    Likes Received:
    1
    You are welcome :thumbsup:
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page