runes.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. section.filters td.filter select#filter_type{
  2. height: 32em;
  3. overflow: hidden;
  4. }
  5. section.filters td.filter select#filter_slot{
  6. height: 9.5em;
  7. overflow: hidden;
  8. }
  9. section.filters td.filter select#filter_main_stat{
  10. height: 17em;
  11. overflow: hidden;
  12. }
  13. section.filters td.filter select#filter_sub_stat{
  14. height: 17em;
  15. overflow: hidden;
  16. }
  17. section h2 img, span{
  18. display: inline-block;
  19. vertical-align: middle;
  20. }
  21. section h2 img{
  22. height: 1.5em;
  23. }
  24. section h2 img.group_image_1{
  25. transform: rotate(0deg);
  26. }
  27. section h2 img.group_image_2{
  28. transform: rotate(57deg);
  29. }
  30. section h2 img.group_image_3{
  31. transform: rotate(123deg);
  32. }
  33. section h2 img.group_image_4{
  34. transform: rotate(180deg);
  35. }
  36. section h2 img.group_image_5{
  37. transform: rotate(237deg);
  38. }
  39. section h2 img.group_image_6{
  40. transform: rotate(303deg);
  41. }
  42. section article table.rune{
  43. border-collapse: collapse;
  44. display: inline-block;
  45. vertical-align: top;
  46. font-size: 80%;
  47. position: relative;
  48. border-radius: 1em;
  49. margin: 0.5em;
  50. }
  51. section article table.rune{
  52. font-size: 70%;
  53. }
  54. section article table.rune td.icon div.assigned{
  55. max-width: 2.5em;
  56. max-height: 2.5em;
  57. position: absolute;
  58. left: 0.5em;
  59. bottom: 1em;
  60. }
  61. section article table.rune td.icon div.assigned img.monster_image{
  62. width: 2.5em;
  63. height: 2.5em;
  64. border-style: solid;
  65. border-width: 0.2em;
  66. border-radius: 15%;
  67. }
  68. section article table.rune td.icon{
  69. border-bottom: 0.2em solid #777777;
  70. border-left: 0.2em solid #777777;
  71. border-top: 0.2em solid #777777;
  72. background-color: #ffffff44;
  73. }
  74. section article table.rune td.icon div.rune_panel{
  75. font-size: 70%;
  76. }
  77. section article table.rune td.stats{
  78. color: #ffffff;
  79. border-bottom: 0.2em solid #777777;
  80. border-top: 0.2em solid #777777;
  81. background-color: #ffffff44;
  82. width: 7.5em;
  83. }
  84. section article table.rune td.stats table{
  85. color: #ffffff;
  86. font-size: 80%;
  87. }
  88. section article table.rune td.stats table tr.main_stat{
  89. font-weight: bold;
  90. font-size: 110%;
  91. }
  92. section article table.rune td.stats table tr.innate_stat{
  93. font-style: italic;
  94. }
  95. section article table.rune td.stats table td.stat{
  96. text-align: right;
  97. }
  98. section article table.rune td.stats table td.value{
  99. text-align: left;
  100. padding-left: 1em;
  101. }
  102. section article table.rune td.stats table td.craft{
  103. color: #ff7700;
  104. }
  105. section article table.rune td.details{
  106. color: #ffffff;
  107. padding-left: 0.5em;
  108. border-bottom: 0.2em solid #777777;
  109. border-right: 0.2em solid #777777;
  110. border-top: 0.2em solid #777777;
  111. background-color: #ffffff44;
  112. width: 15em;
  113. }
  114. section article table.rune td.details table.table_details{
  115. font-size: 80%;
  116. }
  117. section article table.rune td.details table.table_details td.title{
  118. text-align: right;
  119. }
  120. section article table.rune td.details table.table_details td.value{
  121. text-align: left;
  122. padding-left: 1em;
  123. }
  124. section article table.rune td.details table.table_details span.quality{
  125. border: 0.1em solid #000000;
  126. border-radius: 0.2em;
  127. font-weight: bold;
  128. color: #ffffff;
  129. text-shadow: 0 0 0.1em #000000;
  130. padding: 0 0.3em;
  131. width: 5em;
  132. }
  133. section article table.rune td.details table.table_details span.quality.quality_normal{
  134. background-color: #cccccc;
  135. }
  136. section article table.rune td.details table.table_details span.quality.quality_magic{
  137. background-color: #55ff55;
  138. }
  139. section article table.rune td.details table.table_details span.quality.quality_rare{
  140. background-color: #15c6e1;
  141. }
  142. section article table.rune td.details table.table_details span.quality.quality_hero{
  143. background-color: #ad7fa8;
  144. }
  145. section article table.rune td.details table.table_details span.quality.quality_legend{
  146. background-color: #f57900;
  147. }