monster.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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: 12em;
  20. }
  21. section#monster article#profile div#monster_info div#monster_details{
  22. display: block;
  23. font-size: 70%;
  24. color: #ffffff;
  25. }
  26. section#monster article#profile div#monster_info div#exp{
  27. border: 0.3em solid #f2c920;
  28. border-radius: 1em;
  29. height: 2em;
  30. background-color: #00000088;
  31. position: relative;
  32. font-size: 90%;
  33. }
  34. section#monster article#profile div#monster_info div#exp span#exp_bar{
  35. height: 2em;
  36. border-radius: 0.7em;
  37. display: block;
  38. background-color: #ff0000;
  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. color: #ffffff;
  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 div#skills{
  78. text-align: center;
  79. }
  80. section#monster article#profile div#skills div.skill{
  81. display: inline-block;
  82. vertical-align: top;
  83. margin: 0.2em;
  84. color: #ffffff;
  85. text-align: center;
  86. max-width: 20%;
  87. position: relative;
  88. }
  89. section#monster article#profile div#skills div.skill img.skill_img{
  90. width: 5em;
  91. height: 5em;
  92. border: 0.3em solid #f2c920;
  93. border-radius: 0.5em;
  94. }
  95. section#monster article#profile div#skills div.skill span.skill_level{
  96. font-size: 130%;
  97. position: absolute;
  98. top: 2.8em;
  99. right: 1.8em;
  100. 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;
  101. }
  102. section#monster article#profile div#skills div.skill span.skill_level.maxed{
  103. color: #f2c920;
  104. }
  105. section#monster article#profile div#skills div.skill span.skill_name{
  106. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  107. margin-top: 0;
  108. display: block;
  109. font-weight: bold;
  110. }
  111. section#monster article#profile div#skills div.skill span.skill_description{
  112. font-size: 80%;
  113. font-style: italic;
  114. margin: 0;
  115. padding: 0;
  116. display: block;
  117. line-height: 0.95em;
  118. }
  119. section#monster article#profile div#skills div.skill span.skill_effects{
  120. display: block;
  121. text-align: center;
  122. margin-top: 1em;
  123. }
  124. section#monster article#profile div#skills div.skill span.skill_effects img.effect_img{
  125. width: 1.5em;
  126. height: 1.5em;
  127. border: 0.1em solid #000000;
  128. border-radius: 0.5em;
  129. }
  130. section#monster article#profile div#skills div.skill table.skill_up{
  131. margin: 0.5em auto 0 auto;
  132. border-collapse: collapse;
  133. font-size: 70%;
  134. }
  135. section#monster article#profile div#skills div.skill table.skill_up td{
  136. font-size: 90%;
  137. color: #888888;
  138. padding: 0.2em
  139. border: 0 solid #000000;
  140. line-height: 1em;
  141. }
  142. @media screen and (max-width : 990px){
  143. section#monster article#profile div#skills div.skill table.skill_up td{
  144. padding: 0;
  145. border: 0.1em solid black;
  146. line-height: 0.95em;
  147. font-size: 70%;
  148. }
  149. }
  150. section#monster article#profile div#skills div.skill table.skill_up td.level{
  151. font-style: italic;
  152. padding-right: 0.8em;
  153. min-width: 2em;
  154. font-size: 80%
  155. }
  156. @media screen and (max-width : 990px){
  157. section#monster article#profile div#skills div.skill table.skill_up td.level{
  158. font-size: 70%
  159. }
  160. }
  161. section#monster article#profile div#skills div.skill table.skill_up td.aquired{
  162. color: #ffffff;
  163. font-weight: bold;
  164. }
  165. section#monster article#profile table#skill_averages{
  166. margin: 3em auto 2em auto;
  167. color: #ffffff;
  168. font-size: 120%;
  169. border-top: 0.1em solid #ffffff;
  170. border-bottom: 0.1em solid #ffffff;
  171. border-radius: 0.3em;
  172. padding-top: 2em;
  173. padding-bottom: 2em;
  174. }
  175. section#monster article#profile table#skill_averages td.title{
  176. padding-left: 4em;
  177. text-align: right;
  178. }
  179. section#monster article#profile table#skill_averages td.value{
  180. padding-right: 4em;
  181. text-align: left;
  182. padding-left: 1em;
  183. }
  184. section#runes{
  185. max-width: 35%;
  186. display: inline-block;
  187. vertical-align: top;
  188. position: relative;
  189. }
  190. @media screen and (max-width : 990px){
  191. section#runes{
  192. width: 90%;
  193. max-width: 90%;
  194. margin: 0.2em auto;
  195. display: block;
  196. }
  197. }
  198. section#runes article#rune_averages{
  199. margin: 5em auto 2em auto;
  200. text-align: center;
  201. }
  202. section#runes article#rune_averages table#table_averages{
  203. margin: auto;
  204. color: #ffffff;
  205. }
  206. section#runes article#rune_averages table#table_averages td.title{
  207. text-align: right;
  208. }
  209. section#runes article#rune_averages table#table_averages td.value{
  210. text-align: left;
  211. padding-left: 1em;
  212. }