monster.css 5.3 KB

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