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