monsters.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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_apply{
  25. text-align: center;
  26. margin: 2em auto 1em auto;
  27. }
  28. section#list{
  29. display: block;
  30. width: 80%;
  31. margin: auto;
  32. text-align: center;
  33. }
  34. @media screen and (max-width : 990px){
  35. section#list{
  36. width: 100%;
  37. }
  38. }
  39. section#list div.monster{
  40. display: inline-block;
  41. width: 7em;
  42. height: 7em;
  43. border: 0.2em solid #000000;
  44. margin: 0.5em;
  45. position: relative;
  46. border-radius: 15%;
  47. }
  48. section#list div.monster.unowned{
  49. background-color: #000000;
  50. filter: brightness(50%);
  51. }
  52. @media screen and (max-width : 990px){
  53. section#list div.monster{
  54. height: 6em;
  55. width: 6em;
  56. border: 0.1em solid #000000;
  57. margin: 0.2em;
  58. border-radius: 10%;
  59. }
  60. }
  61. section#list div.monster span.stars{
  62. position: absolute;
  63. /* z-index: 1; */
  64. top: 0.4em;
  65. right: 0.5em;
  66. }
  67. @media screen and (max-width : 990px){
  68. section#list div.monster span.stars{
  69. top: 0.3em;
  70. right: 0.4em;
  71. }
  72. }
  73. section#list div.monster span.stars img.star{
  74. width: 1em;
  75. height: 1em;
  76. margin-left: -0.6em;
  77. filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
  78. }
  79. @media screen and (max-width : 990px){
  80. section#list div.monster span.stars img.star{
  81. width: 0.9em;
  82. height: 0.9em;
  83. margin-left: -0.7em;
  84. }
  85. }
  86. section#list div.monster img.monster{
  87. width: 6.5em;
  88. height: 6.5em;
  89. border-style: solid;
  90. border-width: 0.3em;
  91. border-radius: 15%;
  92. }
  93. section#list div.monster span.level{
  94. position: relative;
  95. bottom: 1.6em;
  96. font-weight: bold;
  97. color: #000;
  98. text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
  99. font-size: 1.4em;
  100. right: -0.8em;
  101. }
  102. @media screen and (max-width : 990px){
  103. section#list div.monster img.monster{
  104. width: 5.6em;
  105. height: 5.6em;
  106. border-width: 0.2em;
  107. border-radius: 10%;
  108. }
  109. }
  110. section#list div.monster div.monster_tooltip{
  111. position: absolute;
  112. top: 0;
  113. left: 6em;
  114. z-index: 10;
  115. display: none;
  116. background: #351e0b;
  117. border: 0.2em solid #f2c920;
  118. border-radius: 0.5em;
  119. padding: 0.5em;
  120. }
  121. section#list div.monster:hover div.monster_tooltip{
  122. display: block;
  123. }
  124. section#list div.monster div.monster_tooltip h4{
  125. color: #ffffff;
  126. font-weight: bold;
  127. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  128. margin: 0.1em;
  129. display: block;
  130. }
  131. section#list div.monster div.monster_tooltip table.stats{
  132. font-size: 80%;
  133. border: 0.1em solid black;
  134. color: #ffffff;
  135. }
  136. section#list div.monster div.monster_tooltip table.stats th{
  137. font-weight: bold;
  138. }
  139. section#list div.monster div.monster_tooltip table.stats td.extra{
  140. color: #aaaaff;
  141. }
  142. section#list div.monster div.monster_tooltip table.stats td.total{
  143. color: #f2c920;
  144. font-weight: bold;
  145. }
  146. section#list div.monster div.monster_tooltip div.skills{
  147. text-align: center;
  148. }
  149. section#list div.monster div.monster_tooltip div.skills div.skill{
  150. display: inline-block;
  151. vertical-align: top;
  152. max-width: 22%;
  153. margin: 0.5em;
  154. font-size: 50%;
  155. color: #ffffff;
  156. text-align: center;
  157. }
  158. section#list div.monster div.monster_tooltip div.skills div.skill img{
  159. width: 90%;
  160. height: 90%;
  161. border: 0.3em solid #f2c920;
  162. border-radius: 0.5em;
  163. }
  164. section#list div.monster div.monster_tooltip div.skills div.skill span.skill_level{
  165. font-size: 180%;
  166. position: relative;
  167. top: -2em;
  168. right: -0.8em;
  169. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 0.6em #000000, 0 0 0.6em #000000, 0 0 0.8em #000000, 0 0 0.8em #000000;
  170. }
  171. section#list div.monster div.monster_tooltip div.skills div.skill span.skill_level.maxed{
  172. color: #f2c920;
  173. }
  174. section#list div.monster div.monster_tooltip div.skills div.skill span.skill_name{
  175. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  176. margin-top: -4em;
  177. display: block;
  178. }
  179. div#viewer{
  180. width: 60%;
  181. height: 80%;
  182. position: fixed;
  183. left: 22%;
  184. top: 10%;
  185. z-index: 20;
  186. display: none;
  187. padding: 0;
  188. }
  189. @media screen and (max-width : 990px){
  190. div#viewer{
  191. width: 90%;
  192. height: 90%;
  193. left: 3%;
  194. top: 5%;
  195. }
  196. }
  197. div#viewer div#viewer_wait{
  198. width: 100%;
  199. margin: 4em 0 0 0;
  200. text-align: center;
  201. }
  202. div#viewer div#viewer_info{
  203. width: 100%;
  204. height: 100%;
  205. margin: 0;
  206. padding: 0;
  207. display: none;
  208. text-align: center;
  209. }
  210. div#viewer div#viewer_info table#monster_header{
  211. width: 90%;
  212. margin: auto;
  213. border-collapse: collapse;
  214. }
  215. @media screen and (max-width : 990px){
  216. div#viewer div#viewer_info table#monster_header{
  217. width: 100%;
  218. }
  219. }
  220. div#viewer div#viewer_info table#monster_header img.monster_img{
  221. width: 6.5em;
  222. height: 6.5em;
  223. border-style: solid;
  224. border-width: 0.3em;
  225. border-radius: 15%;
  226. margin: 0.2em 0.8em;
  227. }
  228. @media screen and (max-width : 990px){
  229. div#viewer div#viewer_info table#monster_header img.monster_img{
  230. width: 5em;
  231. height: 5em;
  232. border-width: 0.2em;
  233. border-radius: 10%;
  234. margin: 0.1em;
  235. }
  236. }
  237. div#viewer div#viewer_info table#monster_header div#monster_stars{
  238. margin: 0.5em auto;
  239. padding: 0.3em;
  240. }
  241. @media screen and (max-width : 990px){
  242. div#viewer div#viewer_info table#monster_header div#monster_stars{
  243. margin: 0.3em auto;
  244. padding: 0.1em;
  245. }
  246. }
  247. div#viewer div#viewer_info table#monster_header div#monster_stars img.monster_star{
  248. width: 2em;
  249. height: 2em;
  250. filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
  251. }
  252. @media screen and (max-width : 990px){
  253. div#viewer div#viewer_info table#monster_header div#monster_stars img.monster_star{
  254. width: 1.6em;
  255. height: 1.6em;
  256. }
  257. }
  258. div#viewer div#viewer_info table#monster_skills{
  259. width: 90%;
  260. margin: 2em auto 2em auto;
  261. border-collapse: collapse;
  262. border: 0.1em solid #000000;
  263. border-radius: 0.5em;
  264. background-color: #aa8866;
  265. }
  266. div#viewer div#viewer_info table#monster_skills td{
  267. vertical-align: top;
  268. padding: 0.1em;
  269. text-align: center;
  270. width: 1%;
  271. }
  272. div#viewer a.control_close{
  273. float: right;
  274. }
  275. div#viewer a.control_close img{
  276. width: 1.5em;
  277. height: 1.5em;
  278. margin: 0.5em;
  279. }
  280. div#viewer div#viewer_info table#monster_stats{
  281. width: 90%;
  282. margin: auto;
  283. border-collapse: collapse;
  284. border: 0.1em solid #000000;
  285. }
  286. div#viewer div#viewer_info table#monster_stats td.even0{
  287. background-color: #ffffff;
  288. }
  289. div#viewer div#viewer_info table#monster_stats td.even1{
  290. background-color: #dddddd;
  291. }
  292. div#viewer div#viewer_info table#monster_stats td, th{
  293. text-align: center;
  294. width: 1%;
  295. }
  296. div#viewer div#viewer_info table#monster_stats tr#stats_header_names th{
  297. background-color: #aaaaaa;
  298. font-size: 90%;
  299. }
  300. div#viewer div#viewer_info table#monster_stats tr#stats_header_ranges th{
  301. background-color: #aaaaaa;
  302. color: #333333;
  303. font-size: 70%;
  304. }
  305. div#viewer div#viewer_info table#monster_stats td img.star{
  306. width: 0.5em;
  307. height: 0.5em;
  308. margin: -0.2em;
  309. filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
  310. }
  311. div#viewer div#viewer_info table#monster_stats td span.stat{
  312. display: block;
  313. margin: 0;
  314. text-align: center;
  315. font-size: 80%;
  316. }
  317. div#viewer div#viewer_info table#monster_stats td span.stat.awake{
  318. color: #aa00ff;
  319. font-style: italic;
  320. }
  321. div#viewer div#viewer_info div#monster_location{
  322. margin: 1em 20%;
  323. }
  324. div#viewer div#viewer_info div#monster_awake{
  325. text-align: center;
  326. }
  327. div#viewer div#viewer_info div#monster_awake table{
  328. margin: auto;
  329. }
  330. div#viewer div#viewer_info div#monster_awake td.essence{
  331. text-align: center;
  332. }
  333. div#viewer div#viewer_info div#monster_awake td.essence img{
  334. display: block;
  335. border-width: 0.2em;
  336. border-style: solid;
  337. border-radius: 50%;
  338. width: 2.5em;
  339. height: 2.5em;
  340. }
  341. div#viewer div#viewer_info div#monster_awake td.essence span{
  342. display: block;
  343. text-align: right;
  344. margin: -1em 0.2em 0 0;
  345. color: #ffffff;
  346. text-shadow: 0 0 0.2em #000000;
  347. filter: drop-shadow(0 0 0.1em #000000) drop-shadow(0 0 0.1em #000000);
  348. }