catalog.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. div#catalog{
  2. display: block;
  3. width: 80%;
  4. margin: auto;
  5. text-align: center;
  6. }
  7. @media screen and (max-width : 990px){
  8. div#catalog{
  9. width: 100%;
  10. }
  11. }
  12. div#catalog div.monster{
  13. display: inline-block;
  14. width: 7em;
  15. height: 7em;
  16. border: 0.2em solid #000000;
  17. margin: 0.5em;
  18. position: relative;
  19. border-radius: 15%;
  20. }
  21. div#catalog div.monster{
  22. background-color: #000000;
  23. filter: brightness(50%);
  24. }
  25. @media screen and (max-width : 990px){
  26. div#catalog div.monster{
  27. height: 6em;
  28. width: 6em;
  29. border: 0.1em solid #000000;
  30. margin: 0.2em;
  31. border-radius: 10%;
  32. }
  33. }
  34. div#catalog div.monster span.stars{
  35. position: absolute;
  36. z-index: 1;
  37. top: 0.4em;
  38. right: 0.5em;
  39. }
  40. @media screen and (max-width : 990px){
  41. div#catalog div.monster span.stars{
  42. top: 0.3em;
  43. right: 0.4em;
  44. }
  45. }
  46. div#catalog div.monster span.stars img.star{
  47. width: 1em;
  48. height: 1em;
  49. margin-left: -0.6em;
  50. filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
  51. }
  52. @media screen and (max-width : 990px){
  53. div#catalog div.monster span.stars img.star{
  54. width: 0.9em;
  55. height: 0.9em;
  56. margin-left: -0.7em;
  57. }
  58. }
  59. div#catalog div.monster img.monster{
  60. width: 6.5em;
  61. height: 6.5em;
  62. border-style: solid;
  63. border-width: 0.3em;
  64. border-radius: 15%;
  65. }
  66. @media screen and (max-width : 990px){
  67. div#catalog div.monster img.monster{
  68. width: 5.6em;
  69. height: 5.6em;
  70. border-width: 0.2em;
  71. border-radius: 10%;
  72. }
  73. }
  74. div#viewer{
  75. width: 60%;
  76. height: 80%;
  77. position: fixed;
  78. left: 22%;
  79. top: 10%;
  80. z-index: 2;
  81. display: none;
  82. padding: 0;
  83. }
  84. @media screen and (max-width : 990px){
  85. div#viewer{
  86. width: 90%;
  87. height: 90%;
  88. left: 5%;
  89. top: 5%;
  90. }
  91. }
  92. div#viewer div#viewer_wait{
  93. width: 100%;
  94. margin: 4em 0 0 0;
  95. text-align: center;
  96. }
  97. div#viewer div#viewer_info{
  98. width: 100%;
  99. height: 100%;
  100. margin: 0;
  101. padding: 0;
  102. display: none;
  103. text-align: center;
  104. }
  105. div#viewer div#viewer_info table#monster_header{
  106. width: 90%;
  107. margin: auto;
  108. border-collapse: collapse;
  109. }
  110. div#viewer div#viewer_info table#monster_header img.monster_img{
  111. width: 6.5em;
  112. height: 6.5em;
  113. border-style: solid;
  114. border-width: 0.3em;
  115. border-radius: 15%;
  116. margin: 0.2em 0.8em;
  117. }
  118. @media screen and (max-width : 990px){
  119. div#viewer div#viewer_info table#monster_header img.monster_img{
  120. width: 5.6em;
  121. height: 5.6em;
  122. border-width: 0.2em;
  123. border-radius: 10%;
  124. }
  125. }
  126. div#viewer div#viewer_info table#monster_header div#monster_stars{
  127. margin: 0.5em auto;
  128. padding: 0.3em;
  129. }
  130. div#viewer div#viewer_info table#monster_header div#monster_stars img.monster_star{
  131. width: 2em;
  132. height: 2em;
  133. filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
  134. }
  135. div#viewer div#viewer_info table#monster_skills{
  136. width: 90%;
  137. margin: auto;
  138. border-collapse: collapse;
  139. }
  140. div#viewer div#viewer_info table#monster_skills td{
  141. vertical-align: top;
  142. padding: 0.1em 0.2em;
  143. text-align: center;
  144. width: 1%;
  145. }
  146. div#viewer a.control_close{
  147. float: right;
  148. }
  149. div#viewer a.control_close img{
  150. width: 1.5em;
  151. height: 1.5em;
  152. margin: 0.5em;
  153. }
  154. div#viewer div#viewer_info table#monster_stats{
  155. width: 90%;
  156. margin: auto;
  157. border-collapse: collapse;
  158. border: 0.1em solid #000000;
  159. }
  160. div#viewer div#viewer_info table#monster_stats td.even0{
  161. background-color: #ffffff;
  162. }
  163. div#viewer div#viewer_info table#monster_stats td.even1{
  164. background-color: #dddddd;
  165. }
  166. div#viewer div#viewer_info table#monster_stats td, th{
  167. text-align: center;
  168. width: 1%;
  169. }
  170. div#viewer div#viewer_info table#monster_stats tr#stats_header_names th{
  171. background-color: #aaaaaa;
  172. font-size: 90%;
  173. }
  174. div#viewer div#viewer_info table#monster_stats tr#stats_header_ranges th{
  175. background-color: #aaaaaa;
  176. color: #333333;
  177. font-size: 70%;
  178. }
  179. div#viewer div#viewer_info table#monster_stats td img.star{
  180. width: 0.5em;
  181. height: 0.5em;
  182. margin: -0.2em;
  183. filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
  184. }
  185. div#viewer div#viewer_info table#monster_stats td span.stat{
  186. display: block;
  187. margin: 0;
  188. text-align: center;
  189. font-size: 80%;
  190. }
  191. div#viewer div#viewer_info table#monster_stats td span.stat.awake{
  192. color: #aa00ff;
  193. font-style: italic;
  194. }
  195. div#viewer div#viewer_info div#monster_awake td.essence{
  196. text-align: center;
  197. }
  198. div#viewer div#viewer_info div#monster_awake td.essence img{
  199. display: block;
  200. border-width: 0.2em;
  201. border-radius: 10%;
  202. width: 2.5em;
  203. height: 2.5em;
  204. }
  205. div#viewer div#viewer_info div#monster_awake td.essence span{
  206. display: block;
  207. text-align: right;
  208. margin: -2em 0.5em 0 0;
  209. color: #ffffff;
  210. text-shadow: 0 0 0.2em #000000;
  211. }