You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

94 lines
1.2 KiB

  1. @import "../../../css/ui.less";
  2. .uiTooltipItem {
  3. .tooltip {
  4. display: none;
  5. position: absolute;
  6. margin-left: -4px;
  7. margin-top: -4px;
  8. background-color: fade(@blackB, 95%);
  9. pointer-events: none;
  10. padding: 10px;
  11. color: @white;
  12. text-align: center;
  13. line-height: 18px;
  14. z-index: 999999;
  15. max-width: 300px;
  16. .name {
  17. margin-bottom: 8px;
  18. .type {
  19. color: darken(@white, 40%);
  20. }
  21. .power {
  22. color: @green;
  23. display: none;
  24. }
  25. }
  26. .stats {
  27. color: darken(@white, 20%);
  28. margin-bottom: 8px;
  29. .gainStat {
  30. color: @green;
  31. }
  32. .loseStat {
  33. color: @red;
  34. }
  35. }
  36. .effects {
  37. color: @tealC;
  38. margin-bottom: 8px;
  39. }
  40. .faction {
  41. color: darken(@white, 40%);
  42. margin-bottom: 8px;
  43. }
  44. .level {
  45. margin-top: 8px;
  46. color: darken(@white, 40%);
  47. &.high-level {
  48. color: @red;
  49. }
  50. }
  51. .material {
  52. color: darken(@white, 40%);
  53. display: none;
  54. }
  55. .quest {
  56. color: darken(@white, 40%);
  57. display: none;
  58. }
  59. .info {
  60. color: darken(@white, 60%);
  61. }
  62. .damage {
  63. }
  64. .worth {
  65. display: none;
  66. &.no-afford {
  67. color: @red;
  68. }
  69. }
  70. &.no-compare .info {
  71. display: none;
  72. }
  73. }
  74. }