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.
 
 
 

101 lines
1.1 KiB

  1. body {
  2. background-color: #2d2136;
  3. padding: 10px;
  4. margin: 0px;
  5. display: flex;
  6. align-items: center;
  7. height: 100vh;
  8. width: 100vw;
  9. }
  10. * {
  11. box-sizing: border-box;
  12. }
  13. .text {
  14. background-color: #3c3f4c;
  15. text-align: center;
  16. padding: 10px;
  17. margin-bottom: 10px;
  18. font-family: bitty;
  19. color: #fafcfc;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. height: max-content;
  24. }
  25. .text,
  26. .tooltip {
  27. margin-right: 10px;
  28. }
  29. @font-face {
  30. font-family: bitty;
  31. src: url('../../src/client/fonts/bitty.ttf');
  32. }
  33. .tooltip {
  34. background-color: #3c3f4c;
  35. text-align: center;
  36. padding: 10px;
  37. margin-bottom: 10px;
  38. font-family: bitty;
  39. }
  40. .sprite-box {
  41. margin: 0 auto;
  42. height: 64px;
  43. width: 64px;
  44. margin-bottom: 15px;
  45. background-color: #2d2136;
  46. padding: 5px;
  47. }
  48. .sprite {
  49. height: 64px;
  50. }
  51. .name.q0 {
  52. color: #fafcfc;
  53. }
  54. .name.q1 {
  55. color: #3fa7dd;
  56. }
  57. .name.q2 {
  58. color: #ffeb38;
  59. }
  60. .name.q3 {
  61. color: #a24eff;
  62. }
  63. .name.q4 {
  64. color: #ff6942;
  65. }
  66. .type {
  67. color: #69696e;
  68. margin-bottom: 15px;
  69. }
  70. .rqr {
  71. color: #fafcfc;
  72. margin-bottom: 15px;
  73. }
  74. .stats {
  75. color: #929398;
  76. }
  77. .stat {
  78. margin-bottom: 5px;
  79. }
  80. .stat:before {
  81. content: '*';
  82. margin-right: 5px;
  83. }