Hi there. I'm working on a wood/sepia custom skin using Stylus. Seen some cool threads on here that inspired me to hack at my own. I got some cool results by simplifying and modifying some dark themes on Stylish Roll20 examples. There's just two very specific things I can't seem to figure out. 1. When I hover over a selected tab in a character sheet, I can't find the element, class, id, etc. that will allow me to change the color on hover. Right now it's white with white text which is pretty jarring. 2. I was able to change the bottom right 'As' label to white, but that changes all 'label's to white. Is there a way to target that one specifically?&nbsp; I'm newer to CSS, etc., and have found a lot of help on these forums so far. Thanks for any help! Can also show off my progress I suppose. Heres the CSS and some screenshots: (also apologies if there's a better way to share or embed this. If someone knows I'd be happy to use a cleaner method for sharing code) /* GLOBAL */ textarea, .btn { &nbsp; &nbsp; border-color: #ddd3bb !important; &nbsp; &nbsp; border-radius: 6; } select .btn { &nbsp; &nbsp; cursor: pointer; } .hover &gt; a { &nbsp; &nbsp; background-color: #4f4f4f!important; } .active &gt; a { &nbsp; &nbsp; background-color: #e1e1e1!important; } .ui-dialog-titlebar-close { &nbsp; &nbsp; background-color: #dbdbdb!important; } /* BODY */ body { &nbsp; &nbsp; background-image: url(' <a href="https://images.freecreatives.com/wp-content/uploads/2016/02/Light-Parchment-Texture.jpg" rel="nofollow">https://images.freecreatives.com/wp-content/uploads/2016/02/Light-Parchment-Texture.jpg</a> '); } @-webkit-keyframes rainbow { &nbsp; &nbsp; from { &nbsp; &nbsp; &nbsp; &nbsp; -webkit-filter: hue-rotate(10deg); &nbsp; &nbsp; &nbsp; &nbsp; filter: hue-rotate(10deg); &nbsp; &nbsp; } &nbsp; &nbsp; to { &nbsp; &nbsp; &nbsp; &nbsp; -webkit-filter: hue-rotate(360deg); &nbsp; &nbsp; &nbsp; &nbsp; filter: hue-rotate(360deg); &nbsp; &nbsp; } } .sheet-rolltemplate-default caption { &nbsp; &nbsp; background-image: url( <a href="https://images.freecreatives.com/wp-content/uploads/2016/02/Old-Wood-Vector-Background.jpg" rel="nofollow">https://images.freecreatives.com/wp-content/uploads/2016/02/Old-Wood-Vector-Background.jpg</a> ); &nbsp; &nbsp; /*background-color: #237e86!important;*/ &nbsp; &nbsp; font-weight: 800; &nbsp; &nbsp; font-size: 130%; &nbsp; &nbsp; -webkit-text-stroke-width: 1px; &nbsp; &nbsp; -webkit-text-stroke-color: #000; &nbsp; &nbsp; &nbsp;text-shadow: 0px 1px 2px white; } /* MENUS */ #sidebarcontrol { &nbsp; &nbsp; padding: 6px !important; &nbsp; &nbsp; text-align: center !important; &nbsp; &nbsp; border: none !important; &nbsp; &nbsp; font-size: 12px !important; &nbsp; &nbsp; background-color: #e5e2c1 !important; &nbsp; &nbsp; top: 10px !important; &nbsp; &nbsp; margin-right: 25px; &nbsp; &nbsp; transform: none; &nbsp; &nbsp; opacity: .8; } #sidebarcontrol .fonticon-menu { &nbsp; &nbsp; color: #aaa !important; } .ui-slider-handle { &nbsp; &nbsp; background-color: #e5e2c1!important; &nbsp; &nbsp; background-image: none!important; } .ui-tabs-panel { &nbsp; &nbsp;background-image: url( <a href="https://images.freecreatives.com/wp-content/uploads/2016/02/Light-Parchment-Texture.jpg)!important" rel="nofollow">https://images.freecreatives.com/wp-content/uploads/2016/02/Light-Parchment-Texture.jpg)!important</a> ; } .ui-widget-content { &nbsp; &nbsp; /*background-color: #e3debd!important;*/ &nbsp; &nbsp; /* &nbsp; &nbsp; background-image: url( <a href="https://images.freecreatives.com/wp-content/uploads/2016/02/Light-Parchment-Texture.jpg" rel="nofollow">https://images.freecreatives.com/wp-content/uploads/2016/02/Light-Parchment-Texture.jpg</a> ); &nbsp; &nbsp; */ &nbsp; &nbsp; background-image: url( <a href="https://images.freecreatives.com/wp-content/uploads/2016/02/Old-Wood-Vector-Background.jpg" rel="nofollow">https://images.freecreatives.com/wp-content/uploads/2016/02/Old-Wood-Vector-Background.jpg</a> ); &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; /*color: #f00!important;*/ &nbsp; &nbsp;&nbsp; } .ui-dialog { &nbsp; &nbsp; border-radius: 0; &nbsp; &nbsp; border: none; } .ui-dialog-titlebar { &nbsp; &nbsp; border-radius: 0; &nbsp; &nbsp; border: none; &nbsp; &nbsp; border-bottom: 1px solid #424242 !important; } .ui-dialog-title { &nbsp; &nbsp; color: white!important; &nbsp; &nbsp; -webkit-text-stroke-width: .5px; &nbsp; &nbsp; -webkit-text-stroke-color: #000; &nbsp; &nbsp; text-shadow: 0px 0px 2px gray; } .ui-dialog .content { &nbsp; &nbsp; color: #f2efcb; } .textchatcontainer .rolled { &nbsp; &nbsp; border-radius: 0 !important; &nbsp; &nbsp; width: 40px !important; &nbsp; &nbsp; height: 40px !important; } #textchat-input { &nbsp; &nbsp; background-image: url( <a href="https://images.freecreatives.com/wp-content/uploads/2016/02/Old-Wood-Vector-Background.jpg" rel="nofollow">https://images.freecreatives.com/wp-content/uploads/2016/02/Old-Wood-Vector-Background.jpg</a> ); &nbsp; &nbsp; background-color: #b5afa4 !important; &nbsp; &nbsp; border-top: none; &nbsp; &nbsp; padding-top: 10px; } #textchat-input .ui-autocomplete-input { &nbsp; &nbsp; background-color: #e8ddcd !important; &nbsp; &nbsp; border: none; &nbsp; &nbsp; border-radius: 0; } #textchat-input .btn, #textchat-input .chosen { &nbsp; &nbsp; background-image: none; &nbsp; &nbsp; background-color: #444 !important; &nbsp; &nbsp; border-radius: 0; &nbsp; &nbsp; border: none; &nbsp; &nbsp; color: #dfdcd1!important; } label { &nbsp; &nbsp; color: white; } #textchat .formula { &nbsp; &nbsp; background-color: transparent!important; &nbsp; &nbsp; border: none!important; } #textchat .message { &nbsp; &nbsp; background-color: #d2d2d2; } #textchat .message.general.you, #textchat .message.rollresult.you { &nbsp; &nbsp; background-color: #ddd7c9 !important; } #textchat .message.desc { &nbsp; &nbsp; background-color: #ccc!important; &nbsp; &nbsp; color: #111!important; } #textchat .message.error { &nbsp; &nbsp; background-color: rgba(255, 0, 0, 0.64)!important; } #textchat .message.private { &nbsp; &nbsp; background-color: rgba(255, 92, 1, 0.33)!important; } #textchat .message .spacer { &nbsp; &nbsp; background-color: #444; &nbsp; &nbsp; margin-top: 10px; &nbsp; &nbsp; margin-bottom: 10px; } #textchat .message.you .spacer { &nbsp; &nbsp; background-color: #005f82; } .playerdots { &nbsp; &nbsp; background-color: rgba(255, 255, 255, 0)!important; }