Monday’s Bag Of Tricks Vol. 13: Gateway CSS Hacks By two31

Bag of Tricks Logo

Welcome to the 13th installment of Monday’s Bag of Tricks! On some Mondays you will find useful tricks, gimmicks and ideas here that can make life in Neverwinter Online easier. Some of the stuff should be well known, but since even veterans learn something new every now and then, chance is you can, too.

Wiki guru two31 posted three (1) (2) (3) small but very useful snippets of CSS code that take care of some minor inconsistencies in the gateway. The first one helps to distinguish some quest items from common ones in the auctions house and tooltips, the second one R4 and R5 Sword Coast Refinement Sacks from each other and the third one highlight your alts’ auctions.

@-moz-document url-prefix(http://gateway.playneverwinter.com/), url-prefix(http://gatewaytest.playneverwinter.com/) {
    .Quest{color:#c7ac00;}
    .tooltip .Item_Quality_Large_6{font-family:"StoneSansBold";font-weight:normal;font-size:14px;}
    .tooltip .Item_Quality_Large_6{color:#c7ac00;}
}
@-moz-document url-prefix(http://gateway.playneverwinter.com/), url-prefix(http://gatewaytest.playneverwinter.com/) {
    div.icon-slot.simple.tiny.Silver[data-tt-item="Gateway_Rewardpack_Gems_T4"]{border-color:yellow;}
}
@-moz-document url-prefix(http://gateway.playneverwinter.com/), url-prefix(http://gatewaytest.playneverwinter.com/) {
    div.single-row-button[onclick*="'Alice','search'"],
    div.single-row-button[onclick*="'Bob','search'"],
    div.single-row-button[onclick*="'Chlore','search'"]{color:grey;}
}

*** UPDATE *** Aaaand another one. This snippets shows the required level for a piece of equipment in the Gateway’s auction house:

@-moz-document url-prefix(http://gateway.playneverwinter.com/), url-prefix(http://gatewaytest.playneverwinter.com/) {
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_Green_L60_"]::after{content:"60";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L75_"]::after{content:"60";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L90_"]::after{content:"61";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L92_"]::after{content:"62";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L93_"]::after{content:"63";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L95_"]::after{content:"64";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L96_"]::after{content:"65";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L98_"]::after{content:"66";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L100_"]::after{content:"67";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L101_"]::after{content:"68";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L102_"]::after{content:"69";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Silver[data-tt-item*="_M6_Green_L105_"]::after{content:"70";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L60_"]::after{content:"60";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L96_"]::after{content:"61";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L98_"]::after{content:"62";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L99_"]::after{content:"63";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L101_"]::after{content:"64";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L102_"]::after{content:"65";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L104_"]::after{content:"66";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L106_"]::after{content:"67";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L108_"]::after{content:"68";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L111_"]::after{content:"69";position:relative;left:-40px;}
    div.icon-slot.simple.tiny.Gold[data-tt-item*="_Blue_L115_"]::after{content:"70";position:relative;left:-40px;}
}

They can be used with Stylish:

  1. Install
  2. Go to Manage Styles
  3. Write New Style
  4. Copy, Paste and Save

Monday’s Bag Of Tricks Vol. 8: Stay On Top Of The IWD Zerg
Monday’s Bag Of Tricks Vol. 9: Hide A Character On The Gateway
Monday’s Bag Of Tricks Vol. 10: Don’t Rush To Get Your Strider Mount
Monday’s Bag Of Tricks Vol. 11: Does Alchemy Beat Leadership?
Monday’s Bag Of Tricks Vol. 12: Amount Of ArPen Needed For Campaign Maps


We are always looking for people that contribute to this blog. For more information check this out or visit the forum.

NWO_Unblogged

We are always looking for people that contribute to this blog. For more information contact us via blog@nwo-uncensored.com or check the forum.