Advertisement
Beaker567

Ember w SGE & RPR (CSS only)

Feb 7th, 2022
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. #container #inner #content #player-table .row.player > .column:nth-child(2) {
  2. color: white;
  3. }
  4.  
  5. #container #inner #content #player-table .row .column {
  6. color: white;
  7. position:relative;
  8. z-index:1;
  9. }
  10.  
  11. #container #inner #content #player-table .row .percent-bar{
  12. background-color:rgba(0,0,0,0.8);
  13. }
  14.  
  15.  
  16. /*Tanks*/
  17.  
  18. #container #inner #content #player-table .row.player[data-job=PLD] > .percent-bar {
  19. background-image: linear-gradient(to right, rgba(168,210,230,0.8), rgba(168,210,230,0.5));
  20. }
  21.  
  22. #container #inner #content #player-table .row.player[data-job=WAR] > .percent-bar {
  23. background-image: linear-gradient(to right, rgba(207,38,33,0.8), rgba(207,38,33,0.5));
  24. }
  25.  
  26. #container #inner #content #player-table .row.player[data-job=DRK] > .percent-bar {
  27. background-image: linear-gradient(to right, rgba(209,38,204,0.8), rgba(209,38,204,0.5));
  28. }
  29.  
  30. #container #inner #content #player-table .row.player[data-job=GNB] > .percent-bar {
  31. background-image: linear-gradient(to right, rgba(121,109,48,0.8), rgba(121,109,48,0.5));
  32. }
  33.  
  34.  
  35. /*Melee DPS*/
  36.  
  37. #container #inner #content #player-table .row.player[data-job=NIN] > .percent-bar {
  38. background-image: linear-gradient(to right, rgba(175,25,100, 0.8), rgba(175,25,100,0.5));
  39. }
  40.  
  41. #container #inner #content #player-table .row.player[data-job=MNK] > .percent-bar {
  42. background-image: linear-gradient(to right, rgba(214,156,0,0.8), rgba(214,156,0,0.5));
  43. }
  44.  
  45. #container #inner #content #player-table .row.player[data-job=DRG] > .percent-bar {
  46. background-image: linear-gradient(to right, rgba(65,100,205,0.8), rgba(65,100,205,0.5));
  47. }
  48.  
  49. #container #inner #content #player-table .row.player[data-job=SAM] > .percent-bar {
  50. background-image: linear-gradient(to right, rgba(228,109,4,0.8), rgba(228,109,4,0.5));
  51. }
  52.  
  53. #container #inner #content #player-table .row.player[data-job=RPR] > .percent-bar {
  54. background-image: linear-gradient(to right, rgba(150,90,144,0.8), rgba(150,90,144,0.5));
  55. }
  56.  
  57.  
  58. /*Ranged Phys DPS*/
  59.  
  60. #container #inner #content #player-table .row.player[data-job=BRD] > .percent-bar {
  61. background-image: linear-gradient(to right, rgba(145,186,94,0.8), rgba(145,186,94,0.5));
  62. }
  63.  
  64. #container #inner #content #player-table .row.player[data-job=MCH] > .percent-bar {
  65. background-image: linear-gradient(to right, rgba(110,225,214,0.8), rgba(110,225,214,0.5));
  66. }
  67.  
  68. #container #inner #content #player-table .row.player[data-job=DNC] > .percent-bar {
  69. background-image: linear-gradient(to right, rgba(226,176,175,0.6), rgba(226,176,175,0.3));
  70. }
  71.  
  72.  
  73. /*Magical DPS*/
  74.  
  75. #container #inner #content #player-table .row.player[data-job=SMN] > .percent-bar {
  76. background-image: linear-gradient(to right, rgba(45,155,120,0.8), rgba(45,155,120,0.5));
  77. }
  78.  
  79. #container #inner #content #player-table .row.player[data-job=BLM] > .percent-bar {
  80. background-image: linear-gradient(to right, rgba(165,121,214,0.8), rgba(165,121,214,0.5));
  81. }
  82.  
  83. #container #inner #content #player-table .row.player[data-job=RDM] > .percent-bar {
  84. background-image: linear-gradient(to right, rgba(232,123,123,0.8), rgba(232,123,123,0.5));
  85. }
  86.  
  87. #container #inner #content #player-table .row.player[data-job=BLU] > .percent-bar {
  88. background-image: linear-gradient(to right, rgba(0, 104, 179,0.8), rgba(0, 104, 179,0.5));
  89. }
  90.  
  91.  
  92. /*Healers*/
  93.  
  94. #container #inner #content #player-table .row.player[data-job=WHM] > .percent-bar {
  95. background-image: linear-gradient(to right, rgba(247, 247, 230,0.6), rgba(247, 247, 230,0.3));
  96. }
  97.  
  98. #container #inner #content #player-table .row.player[data-job=AST] > .percent-bar {
  99. background-image: linear-gradient(to right, rgba(255,231,74,0.8), rgba(255,231,74,0.5));
  100. }
  101.  
  102. #container #inner #content #player-table .row.player[data-job=SCH] > .percent-bar {
  103. background-image: linear-gradient(to right, rgba(134,87,255,0.8), rgba(134,87,255,0.5));
  104. }
  105.  
  106. #container #inner #content #player-table .row.player[data-job=SGE] > .percent-bar {
  107. background-image: linear-gradient(to right, rgba(128,160,240,0.6), rgba(128,160,240,0.3));
  108. }
  109.  
  110.  
  111. /* Material UI Discord Theme */
  112. #container, .placeholder {
  113. background-color: #5265BD;
  114. box-shadow: inset 0 1px 1px 0 #5265BD, inset 0 0 1px 0 hsl(229,45%,53%,.5), 0 0 1px 2px rgba(0,0,0,.5), 0 2px 2px 2px rgba(0,0,0,.5);
  115. }
  116. #content, #game-state, #footer, .placeholder .inner {
  117. background-color: #2C2F34 !important;
  118. }
  119. #container>.toggle {
  120. background-color: #5265BD;
  121. box-shadow: inset 0 2px 2px 0 #5265BD, inset 0 0 2px 0 hsl(229,45%,53%,.5), 0 0 2px 2px rgba(0,0,0,.5), 0 2px 2px 2px rgba(0,0,0,.5);
  122. }
  123. .placeholder .inner img {
  124. content: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/bc2a2cbe-29f7-464d-8396-131bdd4ccd3f/d7xn4e7-531cd7bf-e2e4-40f2-88e7-ba524acd0803.png");
  125. }
  126. .container-context-menu, .react-tooltip {
  127. background-color: #2C2F34 !important;
  128. }
  129. #container #inner {
  130. box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.1), 0 0 0 2px #222, 0 3px 1px #5265BD, 0 0 2px 1px rgba(0,0,0,.4);
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement