runs.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. table#runs{
  2. color: #ffffff;
  3. border-collapse: collapse;
  4. width: 100%;
  5. }
  6. table#runs td.area, td.date, td.team, td.time, td.reward{
  7. border-top: 0.1em solid #99999977;
  8. }
  9. table#runs td.area div.area{
  10. position: relative;
  11. width: 2em;
  12. height: 2em;
  13. }
  14. table#runs td.area div.area img.area{
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. width: 2em;
  19. height: 2em;
  20. border: 0.2em solid #555555;
  21. border-radius: 0.5em;
  22. background-color: #777777;
  23. }
  24. table#runs td.area div.area span.stage{
  25. position: absolute;
  26. top: 1.3em;
  27. left: 0;
  28. width: 2em;
  29. text-align: right;
  30. text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.2em #000, 0 0 0.1em #000, 0 0 0.1em #000;
  31. pointer-events: none;
  32. }
  33. table#runs td.area div.area span.difficulty{
  34. position: absolute;
  35. top: 0em;
  36. left: 0;
  37. width: 1.8em;
  38. text-align: right;
  39. pointer-events: none;
  40. }
  41. table#runs td.area div.area span.difficulty img.difficulty{
  42. height: 0.6em;
  43. width: 0.6em;
  44. margin: 0 -0.3em;
  45. filter: sepia(100%) saturate(500%) hue-rotate(10deg) saturate(200%) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000);
  46. }
  47. table#runs td.team{
  48. font-size: 30%;
  49. }
  50. table#runs td.team div.helper{
  51. vertical-align: top;
  52. background-color: #777777;
  53. }
  54. table#runs td.team div.monster_panel.disabled{
  55. opacity: 0.5;
  56. }
  57. table#runs td.time{
  58. font-weight: bold;
  59. }
  60. table#runs td.time span.ms{
  61. font-size: 70%;
  62. }
  63. table#runs td.time span.defeated{
  64. color: #cc0000;
  65. text-shadow: 0 0 0.05em #ffffff;
  66. }
  67. table#runs td.reward div.item{
  68. display: inline-block;
  69. width: 1.6em;
  70. height: 1.6em;
  71. position: relative;
  72. border: 0.2em solid #555555;
  73. border-radius: 0.5em;
  74. background-color: #777777;
  75. }
  76. table#runs td.reward div.item img.item{
  77. width: 1.6em;
  78. height: 1.6em;
  79. border-radius: 0.4em;
  80. }
  81. table#runs td.reward div.item span.item{
  82. position: absolute;
  83. left: 0;
  84. top: 1.6em;
  85. font-size: 60%;
  86. width: 2.6em;
  87. text-align: right;
  88. text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.2em #000, 0 0 0.1em #000, 0 0 0.1em #000;
  89. }
  90. table#runs td.reward div.item_rune table.rune{
  91. display: none;
  92. position: absolute;
  93. right: 1.8em;
  94. bottom: 0;
  95. font-size: 75%;
  96. }
  97. table#runs td.reward div.item_rune:hover table.rune{
  98. display: block;
  99. }