CSS "improvements"

Discussion in 'Random Thoughts' started by TurbinoZ100000, Mar 2, 2017.

  1. TurbinoZ100000

    TurbinoZ100000 Acquaintance

    Joined:
    Feb 28, 2017
    Likes Received:
    96
    Trophy Points:
    18
    Location:
    Finland
    Home Page:
    I couldn't figure out where else to post this. Here's a few CSS mods I've been using on the default "Tin" skin, throwing these out here if y'all maybe like 'em.

    .messageList .message, .discussionListItem{border-top: 1px solid rgba(51, 58, 85, 1.0);}
    .discussionListItem .itemPageNav{visibility:visible;}
    .itemPageNav a{background: rgb(45, 52, 68);color:#FFF;}
    .messageText{font-size: 14px}
    .discussionListItems .unread .title a{font-weight:700;color:rgb(195, 220, 250)}

    What these do:
    • Lighten the border between threads in the thread list view and between posts in the thread read view so it's easier to notice when one end and the next begins
    • Keep the number of page per thread in the thread list view visible without having to hover over it... because why hide them? Also invert the page link colors.
    • Raise default post font size to 14 pixels, 13 pixels is too small for a Full HD screen and above IMO.
    • Lighten and bolden unread topics in thread view so they're easier to make out.
     
  2. SineDave

    SineDave Friend

    Pyrate
    Joined:
    Apr 18, 2016
    Likes Received:
    862
    Trophy Points:
    93
    Location:
    Houston, TX
    Home Page:
    These make a difference - thanks for sharing. I'd also like to suggest that @Marvey enables the preference to let contributor or above change the number of posts per page displayed.
     

Share This Page