1. Hi there, Guest

    Only registered users can really experience what DLP has to offer. Many forums are only accessible if you have an account. Why don't you register?
    Dismiss Notice

Resolved Better Looking Editor UI

Discussion in 'DLP Feedback and Improvement' started by Nuit, Aug 14, 2017.

  1. Nuit

    Nuit Dark Lord

    Joined:
    Feb 14, 2010
    Messages:
    1,934
    Location:
    The Peach State
    As an example, my current Userstyle for it, minus other unrelated bits.

    [​IMG]

    [​IMG]

    Code:
    /* Color Variables */
    :root {
    --greenVibrant: #1c8d4f;
    --greenLight: #bad6c2;
    --greenDark1: #0a1c0b;
    --greenDark2: #151f14;
    }
    
    /* Quick Reply Box */
    .quickReply > .messageUserInfo {
    display: none;
    }
    
    #QuickReply {
    padding: 10px;
    margin-left: 0;
    min-height: 100px;
    }
    
    .redactor_toolbar li.redactor_btn_group ul {
    border-right: 0;
    }
    
    .redactor_toolbar {
    background-color: var(--greenDark2);
    border-bottom: 1px solid black;
    }
    
    .redactor_toolbar li a:hover {
    color: var(--greenVibrant);
    }
    
    .button {
    background-color: var(--greenDark2);
    }
     
    Last edited: Aug 14, 2017
  2. Lord Ravenclaw

    Lord Ravenclaw DLP Overlord Admin DLP Supporter

    Joined:
    Apr 2, 2005
    Messages:
    4,373
    Location:
    Denver, CO
    Nice! Thanks. I'll play around with getting this into the skin CSS.
     
  3. Lord Ravenclaw

    Lord Ravenclaw DLP Overlord Admin DLP Supporter

    Joined:
    Apr 2, 2005
    Messages:
    4,373
    Location:
    Denver, CO
    There's a little more padding to be fixed, but I've blended your styles into the combination of CSS and form fields necessary. Thanks -- it looks much better!
     
  4. Jon

    Jon The Demon Mayor Admin DLP Supporter

    Joined:
    Jun 5, 2006
    Messages:
    8,024
    Location:
    Australia
    Is a definite improvement!