Guest User

Untitled

a guest
Dec 15th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. span.TridactylHint {
  2. position: absolute;
  3. font-family: sans-serif;
  4. font-size: 12px;
  5. font-weight: bold;
  6. text-transform: uppercase;
  7. color: white;
  8. background-color: #204e8a;
  9. border-color: ButtonShadow;
  10. border-width: 0px;
  11. min-width: .75em;
  12. border-style: solid;
  13. padding: 0 1pt;
  14. text-align: center;
  15. z-index: 2147483647;
  16. }
  17.  
  18. .TridactylHintElem, .TridactylHintActive {
  19. color: #ccc !important;
  20. animation: none;
  21. transition: unset;
  22. }
  23.  
  24. .TridactylHintElem {
  25. background-color: rgba(13, 31, 54, 0.65);
  26. outline: 1px solid #204e8a;
  27. }
  28.  
  29. .TridactylHintActive {
  30. background-color: #88FF00;
  31. outline: 1px solid #000;
  32. }
  33.  
  34. div.TridactylHintHost {
  35. position: static !important;
  36. }
Add Comment
Please, Sign In to add comment