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.
 
 
 

77 lines
818 B

  1. body {
  2. background-color: #2d2136;
  3. padding: 10px;
  4. margin: 0px;
  5. }
  6. @font-face
  7. {
  8. font-family: bitty;
  9. src: url('../../src/client/fonts/bitty.ttf');
  10. }
  11. .tooltip {
  12. background-color: #3c3f4c;
  13. text-align: center;
  14. padding: 10px;
  15. margin-bottom: 10px;
  16. font-family: bitty;
  17. width: 400px;
  18. }
  19. .sprite-box {
  20. margin: 0 auto;
  21. height: 64px;
  22. width: 64px;
  23. margin-bottom: 15px;
  24. background-color: #2d2136;
  25. padding: 5px;
  26. }
  27. .sprite {
  28. height: 64px;
  29. }
  30. .name.q0 {
  31. color: #fafcfc;
  32. }
  33. .name.q1 {
  34. color: #3fa7dd;
  35. }
  36. .name.q2 {
  37. color: #ffeb38;
  38. }
  39. .name.q3 {
  40. color: #a24eff;
  41. }
  42. .name.q4 {
  43. color: #ff6942;
  44. }
  45. .type {
  46. color: #69696e;
  47. margin-bottom: 15px;
  48. }
  49. .rqr {
  50. color: #fafcfc;
  51. margin-bottom: 15px;
  52. }
  53. .stats {
  54. color: #929398;
  55. }
  56. .stat {
  57. margin-bottom: 5px;
  58. }
  59. .stat:before {
  60. content: '*';
  61. margin-right: 5px;
  62. }