runes.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. section#filters{
  2. width: 80%;
  3. text-align:center;
  4. margin: 1em auto 2em auto;
  5. border: 0.1em solid #000000;
  6. border-radius: 0.5em;
  7. background-color: #aa8866;
  8. }
  9. section#filters div.filter{
  10. vertical-align: top;
  11. margin: 0.7em;
  12. display: inline-block;
  13. text-align: center;
  14. }
  15. section#filters div.filter span{
  16. color: #ffffff;
  17. }
  18. section#filters div.filter input{
  19. margin-top: 0.5em;
  20. }
  21. section#filters div.filter_stars input{
  22. width: 3em;
  23. }
  24. section#filters div.filter select#filter_type{
  25. height: 26em;
  26. overflow: hidden;
  27. }
  28. section#filters div#filter_apply{
  29. text-align: center;
  30. margin: 2em auto 1em auto;
  31. }
  32. section#list{
  33. display: block;
  34. width: 98%;
  35. margin: auto;
  36. text-align: center;
  37. }
  38. @media screen and (max-width : 990px){
  39. section#list{
  40. width: 100%;
  41. }
  42. }
  43. section#list article{
  44. border: 0.2em solid #000000;
  45. margin: 0.5em;
  46. position: relative;
  47. border-radius: 1em;
  48. background: #351e0b;
  49. border: 0.2em solid #f2c920;
  50. border-radius: 0.5em;
  51. padding: 0.5em;
  52. text-align: center;
  53. }
  54. section#list article h4{
  55. margin: -0.5em -0.5em 1em -0.5em;
  56. border-bottom: 0.2em solid #f2c920;
  57. background-color: #000000bb;
  58. color: #ffffff;
  59. }
  60. section#list article h4 img, span{
  61. display: inline-block;
  62. vertical-align: middle;
  63. }
  64. section#list article h4 span{
  65. font-size: 130%;
  66. font-weight: bold;
  67. }
  68. section#list article h4 img{
  69. height: 2em;
  70. }
  71. section#list article h4 img.group_image_1{
  72. transform: rotate(0deg);
  73. }
  74. section#list article h4 img.group_image_2{
  75. transform: rotate(57deg);
  76. }
  77. section#list article h4 img.group_image_3{
  78. transform: rotate(123deg);
  79. }
  80. section#list article h4 img.group_image_4{
  81. transform: rotate(180deg);
  82. }
  83. section#list article h4 img.group_image_5{
  84. transform: rotate(237deg);
  85. }
  86. section#list article h4 img.group_image_6{
  87. transform: rotate(303deg);
  88. }
  89. section#list article table.rune{
  90. border-collapse: collapse;
  91. display: inline-block;
  92. vertical-align: top;
  93. font-size: 80%;
  94. position: relative;
  95. border-radius: 1em;
  96. margin: 0.5em;
  97. }
  98. section#list article table.rune{
  99. font-size: 70%;
  100. }
  101. section#list article table.rune td.icon div.assigned{
  102. max-width: 3em;
  103. max-height: 3em;
  104. position: absolute;
  105. left: 0.5em;
  106. bottom: 0.85em;
  107. }
  108. section#list article table.rune td.icon div.assigned img.monster_image{
  109. width: 3em;
  110. height: 3em;
  111. border-style: solid;
  112. border-width: 0.2em;
  113. border-radius: 15%;
  114. }
  115. section#list article table.rune td.icon{
  116. border-bottom: 0.2em solid #777777;
  117. border-left: 0.2em solid #777777;
  118. border-top: 0.2em solid #777777;
  119. background-color: #ffffff44;
  120. }
  121. section#list article table.rune td.stats{
  122. color: #ffffff;
  123. border-bottom: 0.2em solid #777777;
  124. border-top: 0.2em solid #777777;
  125. background-color: #ffffff44;
  126. }
  127. section#list article table.rune td.stats table{
  128. color: #ffffff;
  129. font-size: 80%;
  130. }
  131. section#list article table.rune td.stats table tr.main_stat{
  132. font-weight: bold;
  133. font-size: 110%;
  134. }
  135. section#list article table.rune td.stats table tr.innate_stat{
  136. font-style: italic;
  137. }
  138. section#list article table.rune td.stats table td.stat{
  139. text-align: right;
  140. }
  141. section#list article table.rune td.stats table td.value{
  142. text-align: left;
  143. padding-left: 1em;
  144. }
  145. section#list article table.rune td.stats table td.craft{
  146. color: #ff7700;
  147. }
  148. section#list article table.rune td.details{
  149. color: #ffffff;
  150. padding-left: 0.5em;
  151. border-bottom: 0.2em solid #777777;
  152. border-right: 0.2em solid #777777;
  153. border-top: 0.2em solid #777777;
  154. background-color: #ffffff44;
  155. }
  156. section#list article table.rune td.details table.table_details{
  157. font-size: 80%;
  158. }
  159. section#list article table.rune td.details table.table_details td.title{
  160. text-align: right;
  161. }
  162. section#list article table.rune td.details table.table_details td.value{
  163. text-align: left;
  164. padding-left: 1em;
  165. }
  166. section#list article table.rune td.details table.table_details span.quality{
  167. border: 0.1em solid #000000;
  168. border-radius: 0.2em;
  169. font-weight: bold;
  170. color: #ffffff;
  171. text-shadow: 0 0 0.1em #000000;
  172. padding: 0 0.3em;
  173. }
  174. section#list article table.rune td.details table.table_details span.quality.quality_normal{
  175. background-color: #cccccc;
  176. }
  177. section#list article table.rune td.details table.table_details span.quality.quality_magic{
  178. background-color: #55ff55;
  179. }
  180. section#list article table.rune td.details table.table_details span.quality.quality_rare{
  181. background-color: #15c6e1;
  182. }
  183. section#list article table.rune td.details table.table_details span.quality.quality_hero{
  184. background-color: #ad7fa8;
  185. }
  186. section#list article table.rune td.details table.table_details span.quality.quality_legend{
  187. background-color: #f57900;
  188. }