monster.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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 0 0 0;
  132. border-collapse: collapse;
  133. }
  134. section#monster article#profile div#skills div.skill table.skill_up td{
  135. font-size: 90%;
  136. color: #888888;
  137. padding: 0.2em
  138. border: 0 solid #000000;
  139. line-height: 1em;
  140. }
  141. @media screen and (max-width : 990px){
  142. section#monster article#profile div#skills div.skill table.skill_up td{
  143. padding: 0;
  144. border: 0.1em solid black;
  145. line-height: 0.95em;
  146. font-size: 70%;
  147. }
  148. }
  149. section#monster article#profile div#skills div.skill table.skill_up td.level{
  150. font-style: italic;
  151. padding-right: 0.8em;
  152. min-width: 2em;
  153. font-size: 80%
  154. }
  155. @media screen and (max-width : 990px){
  156. section#monster article#profile div#skills div.skill table.skill_up td.level{
  157. font-size: 70%
  158. }
  159. }
  160. section#monster article#profile div#skills div.skill table.skill_up td.aquired{
  161. color: #ffffff;
  162. font-weight: bold;
  163. }
  164. section#monster article#profile table#skill_averages{
  165. margin: 3em auto 2em auto;
  166. color: #ffffff;
  167. font-size: 120%;
  168. border-top: 0.1em solid #ffffff;
  169. border-bottom: 0.1em solid #ffffff;
  170. border-radius: 0.3em;
  171. padding-top: 2em;
  172. padding-bottom: 2em;
  173. }
  174. section#monster article#profile table#skill_averages td.title{
  175. padding-left: 4em;
  176. text-align: right;
  177. }
  178. section#monster article#profile table#skill_averages td.value{
  179. padding-right: 4em;
  180. text-align: left;
  181. padding-left: 1em;
  182. }
  183. section#runes{
  184. max-width: 35%;
  185. display: inline-block;
  186. vertical-align: top;
  187. position: relative;
  188. }
  189. @media screen and (max-width : 990px){
  190. section#runes{
  191. width: 90%;
  192. max-width: 90%;
  193. margin: 0.2em auto;
  194. display: block;
  195. }
  196. }
  197. section#runes article#rune_averages{
  198. margin: 5em auto 2em auto;
  199. text-align: center;
  200. }
  201. section#runes article#rune_averages table#table_averages{
  202. margin: auto;
  203. color: #ffffff;
  204. }
  205. section#runes article#rune_averages table#table_averages td.title{
  206. text-align: right;
  207. }
  208. section#runes article#rune_averages table#table_averages td.value{
  209. text-align: left;
  210. padding-left: 1em;
  211. }