monster.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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: 98%;
  90. position: relative;
  91. border-collapse: collapse;
  92. table-layout: fixed;
  93. }
  94. section#monster article#profile table#skills th{border: none;}
  95. section#monster article#profile table#skills td{
  96. vertical-align: top;
  97. padding: 0.2em 0.5em;
  98. }
  99. section#monster article#profile table#skills img.skill_img{
  100. width: 4em;
  101. height: 4em;
  102. border: 0.15em solid var(--ui-color-border);
  103. border-radius: 0.4em;
  104. }
  105. section#monster article#profile table#skills span.skill_level{
  106. font-size: 100%;
  107. top: 2.8em;
  108. display: block;
  109. width: 3.5em;
  110. margin: -1.5em auto 0.5em auto;
  111. text-align: right;
  112. 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;
  113. }
  114. section#monster article#profile table#skills span.skill_level.maxed{
  115. color: #f2c920;
  116. }
  117. section#monster article#profile table#skills span.skill_name{
  118. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  119. margin: 0 0 0.5em 0;
  120. display: block;
  121. font-weight: bold;
  122. }
  123. section#monster article#profile table#skills span.skill_description{
  124. font-size: 80%;
  125. font-style: italic;
  126. margin: 0;
  127. padding: 0;
  128. display: block;
  129. line-height: 0.95em;
  130. }
  131. section#monster article#profile table#skills span.skill_formula{
  132. display: block;
  133. text-align: center;
  134. margin-top: 1em;
  135. font-size: 50%;
  136. color: #cccccc;
  137. font-weight: bold;
  138. font-style: italic;
  139. font-family: monospace, monospace;
  140. }
  141. section#monster article#profile table#skills span.skill_effects{
  142. display: block;
  143. text-align: center;
  144. }
  145. section#monster article#profile table#skills span.skill_effects img.effect_img{
  146. width: 1.5em;
  147. height: 1.5em;
  148. border: 0.1em solid #000000;
  149. border-radius: 0.5em;
  150. }
  151. section#monster article#profile table#skills td.skill_up{
  152. margin: 0.5em auto 0 auto;
  153. border-collapse: collapse;
  154. font-size: 70%;
  155. color: #999999;
  156. font-style: italic;
  157. }
  158. section#monster article#profile table#skills td.skill_up span.level{
  159. width: 3em;
  160. display: inline-block;
  161. }
  162. section#monster article#profile table#skills td.skill_up span.description{
  163. font-style: italic;
  164. min-width: 6em;
  165. display: inline-block;
  166. width: 70%;
  167. }
  168. section#monster article#profile table#skills td.skill_up span.aquired{
  169. font-weight: bold;
  170. }
  171. section#monster article#profile td#skill_averages{
  172. font-size: 90%;
  173. font-style: italic;
  174. border-top: 0.1em solid #cccccc;
  175. }
  176. section#runes{
  177. max-width: 35%;
  178. display: inline-block;
  179. vertical-align: top;
  180. position: relative;
  181. }
  182. @media screen and (max-width : 990px){
  183. section#runes{
  184. width: 90%;
  185. max-width: 90%;
  186. margin: 0.2em auto;
  187. display: block;
  188. }
  189. }
  190. section#runes article#rune_averages{
  191. margin: 2em auto 1em auto;
  192. text-align: center;
  193. }
  194. section#runes article#rune_averages table#table_averages{
  195. margin: auto;
  196. font-size: 80%
  197. }
  198. section#runes article#rune_averages table#table_averages td.title{
  199. text-align: right;
  200. }
  201. section#runes article#rune_averages table#table_averages td.value{
  202. text-align: left;
  203. padding-left: 1em;
  204. }