Results 1 to 3 of 3

Thread: Links

  1. #1
    Headless Senior Member Pannonian's Avatar
    Join Date
    Apr 2005
    Posts
    7,978

    Default Links

    I don't know whether it's skin-specific or a general setting, but links aren't very visible now unless one actually mouseovers. Can you change the colour, use underline, or whatever, to make them more distinctive?

  2. #2
    the G-Diffuser Senior Member pevergreen's Avatar
    Join Date
    Nov 2006
    Location
    Brisbane, Australia
    Posts
    11,585
    Blog Entries
    2

    Default Re: Links

    Its been brought up in the new skin thread, but I don't think anything has been announced to say what will be done. The introduction of the new skin has changed a few in the others, so once that is resolved, should be back to normal.
    Quote Originally Posted by TosaInu
    The org will be org until everyone calls it a day.

    Quote Originally Posted by KukriKhan View Post
    but I joke. Some of my best friends are Vietnamese villages.
    Quote Originally Posted by Lemur
    Anyone who wishes to refer to me as peverlemur is free to do so.

  3. #3
    Elephant Master Member Conqueror's Avatar
    Join Date
    Mar 2005
    Location
    In the Ruins of Europe
    Posts
    1,258

    Default Re: Links

    For Firefox users, here's a quick fix. I't not pretty, but it at least makes links easy to spot and read. You'll either need to use the Stylish add-on, or manually edit(create) the userContent.css file in defaults/profile/chrome/ under the Firefox's main folder.
    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("totalwar.org") {
      a {
        color: #E25822 !important;
        text-decoration: underline !important;
      }
      a:hover {
        color: red !important;
        text-decoration: underline overline !important;
      }
    }
    To install this using Stylish:
    1. Right-click on the Stylish icon on the status bar --> 'Write new style' --> 'Blank style...'
    2. Give it any name you wish, copy & paste the above code into the text field, and save.

    RTW, 167 BC: Rome expels Greek philosophers after the Lex Fannia law is passed. This bans the effete and nasty Greek practice of 'philosophy' in favour of more manly, properly Roman pursuits that don't involve quite so much thinking.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO