runs.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. table#runs{
  2. color: #ffffff;
  3. border-collapse: collapse;
  4. width: 100%;
  5. }
  6. table#runs td{
  7. border-top: 0.1em solid #999999;
  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. width: 2em;
  17. height: 2em;
  18. border: 0.2em solid #555555;
  19. border-radius: 0.5em;
  20. background-color: #777777;
  21. }
  22. table#runs td.area div.area span.stage{
  23. position: absolute;
  24. top: 1.3em;
  25. left: 1em;
  26. width: 2em;
  27. text-align: right;
  28. 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;
  29. }
  30. table#runs td.area div.area span.difficulty{
  31. position: absolute;
  32. top: 0.3em;
  33. left: 0.3em;
  34. }
  35. table#runs td.area div.area span.difficulty img.difficulty{
  36. height: 0.7em;
  37. width: 0.7em;
  38. 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);
  39. }
  40. table#runs td.team{
  41. font-size: 30%;
  42. }
  43. table#runs td.team div.helper{
  44. vertical-align: top;
  45. background-color: #777777;
  46. }
  47. table#runs td.team div.monster_panel.disabled{
  48. opacity: 0.5;
  49. }
  50. table#runs td.time{
  51. font-weight: bold;
  52. }
  53. table#runs td.time span.ms{
  54. font-size: 70%;
  55. }
  56. table#runs td.reward div.item{
  57. width: 1.6em;
  58. height: 1.6em;
  59. position: relative;
  60. border: 0.2em solid #555555;
  61. border-radius: 0.5em;
  62. background-color: #777777;
  63. }
  64. table#runs td.reward div.item img{
  65. width: 1.6em;
  66. height: 1.6em;
  67. }
  68. table#runs td.reward div.item span{
  69. position: absolute;
  70. left: 0.6em;
  71. top: 1.2em;
  72. font-size: 75%;
  73. width: 1.4em;
  74. text-align: right;
  75. 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;
  76. }
  77. table#runs td.reward div.item_rune table.rune{
  78. display: none;
  79. position: absolute;
  80. left: 1.8em;
  81. top: 0;
  82. font-size: 75%;
  83. }
  84. table#runs td.reward div.item_rune:hover table.rune{
  85. display: block;
  86. }