monster.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. aside div#monster_info{
  2. text-align: center;
  3. }
  4. aside div#monster_info div#monster_details{
  5. display: block;
  6. font-size: 70%;
  7. }
  8. @media only screen and (max-width: 788px){
  9. aside div#monster_info div#monster_details{
  10. display: inline-block;
  11. vertical-align: top;
  12. text-align: center;
  13. }
  14. }
  15. aside div#monster_info div#monster_details div#teams{
  16. text-align: left;
  17. margin: 1em;
  18. }
  19. @media only screen and (max-width: 788px){
  20. aside div#monster_info div#monster_details div#teams{
  21. margin: 0.2em;
  22. }
  23. aside div#monster_info div#monster_details div#teams ul{
  24. margin: 0.2em;
  25. }
  26. }
  27. aside div#monster_info div#monster_details div#teams h4{
  28. margin: 0.2em auto;
  29. }
  30. aside div#monster_info div#monster_details a#optimize{
  31. display: block;
  32. margin: auto 30%;
  33. }
  34. aside div#monster_info div#exp{
  35. border: 0.3em solid var(--ui-color-border);
  36. border-radius: 0.5em;
  37. height: 1em;
  38. background-color: #00000088;
  39. position: relative;
  40. font-size: 100%;
  41. margin: auto 25%;
  42. }
  43. @media only screen and (max-width: 788px){
  44. aside div#monster_info div#exp{
  45. display: none;
  46. }
  47. }
  48. aside div#monster_info div#exp span#exp_bar{
  49. height: 1em;
  50. border-radius: 0.4em;
  51. display: block;
  52. background-color: #cc0000;
  53. }
  54. aside div#monster_info div#exp span#exp_text{
  55. display: block;
  56. text-align: center;
  57. position: absolute;
  58. bottom: 0;
  59. margin: auto;
  60. width: 100%;
  61. font-weight: bold;
  62. font-size: 0.8em;
  63. 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;
  64. }
  65. section#monster article#stats{
  66. display: inline-block;
  67. vertical-align: top;
  68. }
  69. section#monster article#stats table{
  70. font-size: 90%;
  71. vertical-align: top;
  72. display: inline-block;
  73. border: 0.1em solid black;
  74. color: #ffffff;
  75. margin: auto;
  76. border-collapse: collapse;
  77. border-radius: 0.4em;
  78. }
  79. section#monster article#stats table th{
  80. font-weight: bold;
  81. background-color: #00000066;
  82. }
  83. section#monster article#stats table td{
  84. font-weight: bold;
  85. background-color: #ffffff33;
  86. text-align: right;
  87. font-family: monospace;
  88. font-size: 120%;
  89. }
  90. section#monster article#stats table td span.percent{
  91. margin: 0 0 0 -0.7em;
  92. font-size: 80%;
  93. }
  94. section#monster article#stats table td, th{
  95. padding: 0.2em;
  96. border: 0.1em solid #000000;
  97. }
  98. section#monster article#stats table td.extra{
  99. color: #aaaaff;
  100. }
  101. section#monster article#stats table td.total{
  102. color: #f2c920;
  103. font-weight: bold;
  104. }
  105. section#monster article#artifacts{
  106. display: inline-block;
  107. vertical-align: top;
  108. }
  109. section#monster article#artifacts table{
  110. display: block;
  111. }
  112. section#monster article#runes{
  113. display: inline-block;
  114. vertical-align: top;
  115. width: 50em; /*Force two rows*/
  116. }
  117. @media only screen and (max-width: 788px){
  118. section#monster article#runes{
  119. width: 100%;
  120. }
  121. }
  122. section#monster article#skills > table{
  123. display: block;
  124. font-size: 90%;
  125. border: 0.1em solid black;
  126. color: #ffffff;
  127. margin: 0.5em auto;
  128. border-collapse: collapse;
  129. border-radius: 0.4em;
  130. vertical-align: top;
  131. width: 90%;
  132. }
  133. @media screen and (max-width : 990px){
  134. section#monster article#skills > table{
  135. width: 100%;
  136. }
  137. }
  138. section#monster article#skills > table th{
  139. font-weight: bold;
  140. background-color: #00000066;
  141. }
  142. section#monster article#skills > table > tbody > tr > td{
  143. vertical-align: top;
  144. padding: 0.2em 0.5em;
  145. border-right: 0.1em solid #00000088;
  146. border-left: 0.1em solid #00000088;
  147. border-top: 0.2em solid #00000088;
  148. border-bottom: 0.2em solid #00000088;
  149. }
  150. section#monster article#skills > table td.skill_img img{
  151. width: 4em;
  152. height: 4em;
  153. border: 0.15em solid var(--ui-color-border);
  154. border-radius: 0.4em;
  155. }
  156. section#monster article#skills > table span.skill_level{
  157. font-size: 100%;
  158. top: 2.8em;
  159. display: block;
  160. width: 3.5em;
  161. margin: -1.5em auto 0.5em auto;
  162. text-align: right;
  163. 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;
  164. }
  165. section#monster article#skills > table span.skill_level.maxed{
  166. color: #f2c920;
  167. }
  168. section#monster article#skills > table td.skill_text{
  169. text-align: left;
  170. }
  171. section#monster article#skills > table td.skill_text h4{
  172. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  173. margin: 0 0 0.5em 0;
  174. display: block;
  175. font-weight: bold;
  176. }
  177. section#monster article#skills > table td.skill_text p{
  178. margin: 0 0 0 0;
  179. }
  180. section#monster article#skills > table td.skill_extra{
  181. text-align: center;
  182. }
  183. section#monster article#skills > table td.skill_text span.formula{
  184. font-size: 80%;
  185. color: #cccccc;
  186. font-weight: bold;
  187. font-style: italic;
  188. font-family: monospace;
  189. white-space: nowrap;
  190. }
  191. section#monster article#skills > table td.skill_text div.effects img{
  192. width: 1.6em;
  193. height: 1.6em;
  194. border: 0.1em solid #000000;
  195. border-radius: 0.5em;
  196. }
  197. section#monster article#skills > table td.skill_ups table{
  198. font-size: 80%;
  199. font-family: monospace;
  200. }
  201. section#monster article#skills > table td.skill_ups table td{
  202. white-space: nowrap;
  203. color: #999999;
  204. }
  205. section#monster article#skills > table td.skill_ups td.aquired{
  206. color: #efefef;
  207. }
  208. section#monster article#skills > table td.skill_ups table td.level{
  209. display: inline-block;
  210. text-align: left;
  211. }
  212. section#monster article#skills > table td.skill_ups table td.upgrade{
  213. font-style: italic;
  214. text-align: left;
  215. }
  216. /*section#monster article#profile td#skill_averages{
  217. font-size: 90%;
  218. font-style: italic;
  219. border-top: 0.1em solid #cccccc;
  220. }*/