runs.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. }
  32. table#runs td.area div.area span.difficulty{
  33. position: absolute;
  34. top: 0em;
  35. left: 0;
  36. width: 1.8em;
  37. text-align: right;
  38. }
  39. table#runs td.area div.area span.difficulty img.difficulty{
  40. height: 0.6em;
  41. width: 0.6em;
  42. margin: 0 -0.3em;
  43. 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);
  44. }
  45. table#runs td.team{
  46. font-size: 30%;
  47. }
  48. table#runs td.team div.helper{
  49. vertical-align: top;
  50. background-color: #777777;
  51. }
  52. table#runs td.team div.monster_panel.disabled{
  53. opacity: 0.5;
  54. }
  55. table#runs td.time{
  56. font-weight: bold;
  57. }
  58. table#runs td.time span.ms{
  59. font-size: 70%;
  60. }
  61. table#runs td.time span.defeated{
  62. color: #cc0000;
  63. text-shadow: 0 0 0.05em #ffffff;
  64. }
  65. table#runs td.reward div.item{
  66. display: inline-block;
  67. width: 1.6em;
  68. height: 1.6em;
  69. position: relative;
  70. border: 0.2em solid #555555;
  71. border-radius: 0.5em;
  72. background-color: #777777;
  73. }
  74. table#runs td.reward div.item img.item{
  75. width: 1.6em;
  76. height: 1.6em;
  77. border-radius: 0.4em;
  78. }
  79. table#runs td.reward div.item span.item{
  80. position: absolute;
  81. left: 0;
  82. top: 1.6em;
  83. font-size: 60%;
  84. width: 2.6em;
  85. text-align: right;
  86. 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;
  87. }
  88. table#runs td.reward div.item_rune table.rune{
  89. display: none;
  90. position: absolute;
  91. right: 1.8em;
  92. bottom: 0;
  93. font-size: 75%;
  94. }
  95. table#runs td.reward div.item_rune:hover table.rune{
  96. display: block;
  97. }