report_runecraft.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. section.filters table{
  2. border-collapse: collapse;
  3. }
  4. section.filters table td select#filter_grind_stat, select#filter_gem_stat_from, select#filter_gem_stat_to{
  5. height: 16em;
  6. }
  7. section.filters td.filter_title{
  8. font-weight: bold;
  9. border-right: 0.2em solid #ffffff;
  10. text-align: center;
  11. vertical-align: bottom;
  12. padding-bottom: 0.5em;
  13. }
  14. section.filters td.filter_title span{
  15. display: block;
  16. width: 0.8em;
  17. word-break: break-all;
  18. margin-top: 0em;
  19. line-height: 90%;
  20. text-align: left;
  21. }
  22. section.filters td.filter_separator{
  23. border-top: 0.2em solid #ffffff;
  24. }
  25. section.filters select#filter_slot{
  26. height: 10em;
  27. }
  28. section.content article{
  29. text-align: left;
  30. }
  31. @media screen and (max-width : 990px){
  32. section.content article{
  33. width: 95%;
  34. max-width: 95%;
  35. margin: 0.2em auto;
  36. display: block;
  37. }
  38. }
  39. section.content article div.monster{
  40. display: block;
  41. width: 8em;
  42. }
  43. @media screen and (max-width : 990px){
  44. section.content article div.monster{
  45. display: block;
  46. max-width: 100%;
  47. width: initial;
  48. }
  49. }
  50. section.content article div.monster_runes{
  51. display:inline-block;
  52. vertical-align: top;
  53. width: 100%;
  54. }
  55. @media screen and (max-width : 990px){
  56. section.content article div.monster_runes{
  57. display: block;
  58. max-width: 100%;
  59. }
  60. }
  61. section.content article div.monster_runes > table.rune{
  62. font-size: 80%;
  63. max-width: 50%;
  64. vertical-align: top;
  65. margin: 0 -0.5em 0.5em 0.5em;
  66. }
  67. section.content article div.monster_runes div.craft{
  68. display: inline-block;
  69. vertical-align: top;
  70. max-width: 45%;
  71. min-width: 35%;
  72. padding: 1em;
  73. margin: 0 0 1em 0;
  74. font-size: 80%;
  75. background: linear-gradient(47deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 70%);
  76. }