monster.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. section#monster{
  2. max-width: 60%;
  3. display: inline-block;
  4. vertical-align: top;
  5. margin: 0.2em;
  6. position: relative;
  7. }
  8. @media screen and (max-width : 990px){
  9. section#monster{
  10. width: 90%;
  11. max-width: 90%;
  12. margin: 0.2em auto;
  13. display: block;
  14. }
  15. }
  16. section#monster article#profile div#monster_info{
  17. display: inline-block;
  18. vertical-align: top;
  19. max-width: 10em;
  20. }
  21. section#monster article#profile div#monster_info div#monster_details{
  22. display: block;
  23. font-size: 70%;
  24. margin-top: -3em;
  25. }
  26. section#monster article#profile div#monster_info div#monster_details div#teams{
  27. text-align: left;
  28. }
  29. section#monster article#profile div#monster_info div#monster_details div#teams h4{
  30. margin: 0.2em auto;
  31. }
  32. section#monster article#profile div#monster_info div#exp{
  33. border: 0.3em solid var(--ui-color-border);
  34. border-radius: 0.5em;
  35. height: 1em;
  36. background-color: #00000088;
  37. position: relative;
  38. font-size: 100%;
  39. }
  40. section#monster article#profile div#monster_info div#exp span#exp_bar{
  41. height: 1em;
  42. border-radius: 0.4em;
  43. display: block;
  44. background-color: #cc0000;
  45. }
  46. section#monster article#profile div#monster_info div#exp span#exp_text{
  47. display: block;
  48. text-align: center;
  49. margin-top: -1.5em;
  50. font-weight: bold;
  51. font-size: 0.5em;
  52. text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000;
  53. }
  54. section#monster article#profile table#stats{
  55. font-size: 90%;
  56. vertical-align: top;
  57. display: inline-block;
  58. border: 0.1em solid black;
  59. color: #ffffff;
  60. margin: auto;
  61. border-collapse: collapse;
  62. border-radius: 0.4em;
  63. }
  64. section#monster article#profile table#stats th{
  65. font-weight: bold;
  66. background-color: #00000066;
  67. }
  68. section#monster article#profile table#stats td{
  69. font-weight: bold;
  70. background-color: #ffffff33;
  71. }
  72. section#monster article#profile table#stats td, th{
  73. padding: 0.2em;
  74. border: 0.1em solid #000000;
  75. }
  76. section#monster article#profile table#stats td.extra{
  77. color: #aaaaff;
  78. }
  79. section#monster article#profile table#stats td.total{
  80. color: #f2c920;
  81. font-weight: bold;
  82. }
  83. section#monster article#profile table#skills{
  84. display: block;
  85. vertical-align: top;
  86. margin: 1em auto;
  87. color: #ffffff;
  88. text-align: center;
  89. width: 90%;
  90. position: relative;
  91. border-collapse: collapse;
  92. table-layout: fixed;
  93. border-top: 3px solid #c8ad78;
  94. border-bottom: 3px solid #c8ad78;
  95. }
  96. section#monster article#profile table#skills th{
  97. border-left: 3px solid #c8ad78;
  98. border-right: 3px solid #c8ad78;
  99. border-bottom: 3px solid #c8ad78;
  100. font-size: 150%;
  101. padding: 0.5em;
  102. background-color: #00000044;
  103. }
  104. section#monster article#profile table#skills td{
  105. vertical-align: top;
  106. padding: 0.2em 0.5em;
  107. border-right: 3px solid #c8ad78;
  108. border-left: 3px solid #c8ad78;
  109. background-color: #ffffff33;
  110. }
  111. section#monster article#profile table#skills img.skill_img{
  112. width: 4em;
  113. height: 4em;
  114. border: 0.15em solid var(--ui-color-border);
  115. border-radius: 0.4em;
  116. margin-top: 1em;
  117. }
  118. section#monster article#profile table#skills span.skill_level{
  119. font-size: 100%;
  120. top: 2.8em;
  121. display: block;
  122. width: 3.5em;
  123. margin: -1.5em auto 0.5em auto;
  124. text-align: right;
  125. 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;
  126. }
  127. section#monster article#profile table#skills span.skill_level.maxed{
  128. color: #f2c920;
  129. }
  130. section#monster article#profile table#skills span.skill_name{
  131. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  132. margin: 0 0 0.5em 0;
  133. display: block;
  134. font-weight: bold;
  135. }
  136. section#monster article#profile table#skills span.skill_description{
  137. font-size: 80%;
  138. font-style: italic;
  139. margin: 0;
  140. padding: 0;
  141. display: block;
  142. line-height: 0.95em;
  143. }
  144. section#monster article#profile table#skills span.skill_formula{
  145. display: block;
  146. text-align: center;
  147. margin-top: 1em;
  148. font-size: 80%;
  149. color: #cccccc;
  150. font-weight: bold;
  151. font-style: italic;
  152. font-family: monospace, monospace;
  153. }
  154. section#monster article#profile table#skills span.skill_effects{
  155. display: block;
  156. text-align: center;
  157. }
  158. section#monster article#profile table#skills span.skill_effects img.effect_img{
  159. width: 2em;
  160. height: 2em;
  161. border: 0.1em solid #000000;
  162. border-radius: 0.5em;
  163. }
  164. section#monster article#profile table#skills td.skill_up{
  165. margin: 0.5em auto 0 auto;
  166. border-collapse: collapse;
  167. font-size: 80%;
  168. color: #999999;
  169. font-style: italic;
  170. }
  171. section#monster article#profile table#skills td.skill_up span.level{
  172. width: 3em;
  173. display: inline-block;
  174. }
  175. section#monster article#profile table#skills td.skill_up span.description{
  176. font-style: italic;
  177. min-width: 6em;
  178. display: inline-block;
  179. width: 70%;
  180. }
  181. section#monster article#profile table#skills td.skill_up span.aquired{
  182. color: #efefef;
  183. }
  184. section#monster article#profile td#skill_averages{
  185. font-size: 90%;
  186. font-style: italic;
  187. border-top: 0.1em solid #cccccc;
  188. }
  189. section#runes{
  190. max-width: 35%;
  191. display: inline-block;
  192. vertical-align: top;
  193. position: relative;
  194. }
  195. @media screen and (max-width : 990px){
  196. section#runes{
  197. width: 90%;
  198. max-width: 90%;
  199. margin: 0.2em auto;
  200. display: block;
  201. }
  202. }
  203. section#runes article#rune_averages{
  204. margin: 2em auto 1em auto;
  205. text-align: center;
  206. }
  207. section#runes article#rune_averages table#table_averages{
  208. margin: auto;
  209. font-size: 80%
  210. }
  211. section#runes article#rune_averages table#table_averages td.title{
  212. text-align: right;
  213. }
  214. section#runes article#rune_averages table#table_averages td.value{
  215. text-align: left;
  216. padding-left: 1em;
  217. }