test content
What is the Arc Client?
Install Arc

Alternative forum stylesheets

luccameluccame Member, NW M9 Playtest Posts: 91 Arc User
While they finish up the forum migration and clean all the dust, I made this style hotfix to bring the forum look closer to my likes:
https://userstyles.org/styles/115626/better-neverwinter-forum

Please, give it a try and let me know if you like it.

Comments

  • kvetkvet Member, NW M9 Playtest Posts: 2,700 Arc User
    I would use this if the background wasn't dark. The white text on dark background makes my eyes hurt, and your style, while pretty, doesn't resolve that for me, so the other fixes it might bring aren't really worth it to me. I do appreciate the effort though.
  • scammerzascammerza Member Posts: 76 Arc User
    I put this css together yesterday for the same reason.. can use stylish / stylist browser plugin to add in the custom css..
    .Message {
      background-color: #FCFCFC;
      padding: .6em;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #000;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
      font-size: 115% !important;
      /* font-family: "Ariel"; */
    }
    
    /*.Message {
    
        background-color: white;
        padding: 1em;
        -webkit-border-radius: 10px;  -moz-border-radius: 10px;  border-radius: 10px;
        color: #000;
    text-shadow:0 0 1px transparent;
      font-size: 115% !important;
      word-wrap: normal;
    }*/
    
    .Discussion a { color: red; }
    
    tbody td.DiscussionName a {
        color: #fff;
        font-weight: normal !important
    }
    
    tbody td.DiscussionName a:visited {
        color: #91A3A3;
        font-weight: normal !important
    }
    
    tbody td.DiscussionName {
        background-color: #171616;
    }
    
    .DiscussionsTable thead td {
        color: #fff;
        font-weight: bold;
    }
    
    .ChildCategories {
    padding: 5px;
    background: rgb(210, 20, 20);
    background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
    background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
    background: -o-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
    background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
    background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
    }
    
    div.ChildCategories {
        word-wrap: normal;
    }
    
    .ChildCategories a {
        display: inline-block;
        width: 100%;
        word-wrap: break-word;
        padding: .4em;
        margin: 0px 10px 5px 5px;
        text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    color: rgb(230, 230, 230);
    font-size: 16px;
    }
    
    .ChildCategories a:hover {
        color: black;
    }
    
    span.Comma {
        display: none;
    
    }
    
    .ChildCategories b {
      width: 100%;
      text-shadow: none;
      display: none;
      color: #000;
    }
    
    td.CategoryName {
        width: 100%;
        display: block;
    }
    
    
  • j0shi82j0shi82 Member Posts: 622 Arc User
    Good we're getting alternatives in. I like what you did and took over some stuff for my own style.
Sign In or Register to comment.