Some CSS improvements for Cobalt SBAF users

Discussion in 'Computer Audiophile: Software, Configs, Tools' started by JeffYoung, Jul 8, 2017.

  1. JeffYoung

    JeffYoung Friend

    Pyrate
    Joined:
    Apr 11, 2017
    Likes Received:
    714
    Trophy Points:
    93
    Location:
    Ireland
    I got tired of the unhighlighted links on cobalt, so I experimented around with Stylish. In the end, I ended up:
    • adding link highlighting
    • differentiating likes from dislikes
    • stop truncating descenders in usernames
    Here's the CSS if anyone wants to try it:
    Code:
    #XenForo .ugc a.externalLink:link,
    #XenForo .ugc a.externalLink:visited
    {
        color: #0000DA;
        padding: 0 3px;
        margin: 0 -3px;
        -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
    }
    
    .dislikesSummary
    {
        background-color: #D0D0D0;
        border-color: #A0A0A0;
    
    }
    
    .messageUserInfo a.username
    {
        height: 19px;
    ]
    
    (I'm using Stylish 2.0.0 for Safari. I have the application rule set to Domain: superbestaudiofriends.org. I imagine other versions of Stylish are similar, but I don't know.)
     

Share This Page