monster_info.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. aside nav{
  2. display: block;
  3. text-align: center;
  4. }
  5. aside div.monster_panel{
  6. display: inline-block;
  7. font-size: 70%;
  8. }
  9. section h2 span.family{
  10. float: right;
  11. }
  12. section h2 span.family img.family{
  13. max-width: 2em;
  14. max-height: 2em;
  15. margin: -0.5em;
  16. width: 90%;
  17. height: 90%;
  18. }
  19. section h2 span.family img.family.current{
  20. max-width: 2.5em;
  21. max-height: 2.5em;
  22. margin: -0.5em;
  23. width: 100%;
  24. height: 100%;
  25. }
  26. section h2 span.family img.family.disabled{
  27. filter: sepia(100%) saturate(10%);
  28. opacity: 0.5;
  29. }
  30. article.stage{
  31. margin: 0.5em;
  32. position: relative;
  33. padding: 0.3em 0.1em;
  34. }
  35. article.stage div.profile{
  36. display: inline-block;
  37. vertical-align: top;
  38. }
  39. article.stage table.stats{
  40. font-size: 75%;
  41. border: 0.1em solid black;
  42. color: #ffffff;
  43. margin: 0.4em;
  44. border-collapse: collapse;
  45. border-radius: 0.4em;
  46. display: inline-block;
  47. vertical-align: top;
  48. max-width: 10em;
  49. }
  50. article.stage table.stats td, article.stage table.stats th{
  51. padding: 0.01em 0.5em;
  52. border: 0.1em solid #000000;
  53. }
  54. article.stage table.stats th{
  55. font-weight: bold;
  56. background-color: #00000066;
  57. }
  58. article.stage table.stats td{
  59. font-weight: bold;
  60. background-color: #ffffff33;
  61. text-align: right;
  62. font-family: monospace;
  63. font-size: 120%;
  64. }
  65. article.stage div.extra{
  66. display: inline-block;
  67. }
  68. article.stage div.extra div.sources span{
  69. display: block;
  70. font-size: 70%;
  71. margin: 0.5em 0 0 0;
  72. color: #ffffff;
  73. }
  74. article.stage div.extra div.sources div.source_panel{
  75. display: inline-block;
  76. }
  77. article.stage div.extra div.sources div.source_panel img{
  78. width: 2em;
  79. height: 2em;
  80. border: 0.1em solid #f2c920;
  81. border-radius: 0.3em;
  82. }
  83. article.stage div.extra div.essences span{
  84. display: block;
  85. font-size: 70%;
  86. margin: 0.5em 0 0 0;
  87. color: #ffffff;
  88. }
  89. article.stage div.extra div.essences div.essence{
  90. position: relative;
  91. display: inline-block;
  92. vertical-align: top;
  93. border-style: solid;
  94. border-width: 0.1em;
  95. border-radius: 15%;
  96. width: 1.5em;
  97. height: 1.5em;
  98. margin-bottom: 0.1em;
  99. }
  100. article.stage div.extra div.essences div.essence img{
  101. position: absolute;
  102. top: 0;
  103. left: 0;
  104. width: 1.5em;
  105. height: 1.5em;
  106. }
  107. article.stage div.extra div.essences div.essence span{
  108. position: absolute;
  109. font-size: 80%;
  110. bottom: 0em;
  111. right: 0em;
  112. color: #ffffff;
  113. text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
  114. }
  115. article.stage table.skills{
  116. display: block;
  117. font-size: 90%;
  118. border: 0.1em solid black;
  119. color: #ffffff;
  120. margin: 0.5em auto;
  121. border-collapse: collapse;
  122. border-radius: 0.4em;
  123. vertical-align: top;
  124. width: 90%;
  125. }
  126. @media screen and (max-width : 990px){
  127. article.stage table.skills{
  128. width: 100%;
  129. }
  130. }
  131. article.stage table.skills th{
  132. font-weight: bold;
  133. background-color: #00000066;
  134. }
  135. article.stage table.skills > tbody > tr > td{
  136. vertical-align: top;
  137. padding: 0.2em 0.5em;
  138. border-right: 0.1em solid #00000088;
  139. border-left: 0.1em solid #00000088;
  140. border-top: 0.2em solid #00000088;
  141. border-bottom: 0.2em solid #00000088;
  142. }
  143. article.stage table.skills td.skill_img img{
  144. width: 4em;
  145. height: 4em;
  146. border: 0.15em solid var(--ui-color-border);
  147. border-radius: 0.4em;
  148. }
  149. article.stage table.skills td.skill_text{
  150. text-align: left;
  151. }
  152. article.stage table.skills td.skill_text h4{
  153. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  154. margin: 0 0 0.5em 0;
  155. display: block;
  156. font-weight: bold;
  157. }
  158. article.stage table.skills td.skill_text p{
  159. margin: 0 0 0 0;
  160. }
  161. /*article.stage table.skills span.skill_description{
  162. font-size: 80%;
  163. font-style: italic;
  164. margin: 0;
  165. padding: 0;
  166. display: block;
  167. line-height: 0.95em;
  168. }*/
  169. article.stage table.skills td.skill_extra{
  170. text-align: center;
  171. }
  172. article.stage table.skills td.skill_text span.formula{
  173. font-size: 80%;
  174. color: #cccccc;
  175. font-weight: bold;
  176. font-style: italic;
  177. font-family: monospace;
  178. white-space: nowrap;
  179. }
  180. article.stage table.skills td.skill_text div.effects img{
  181. width: 1.6em;
  182. height: 1.6em;
  183. border: 0.1em solid #000000;
  184. border-radius: 0.5em;
  185. }
  186. article.stage table.skills td.skill_ups table{
  187. font-size: 80%;
  188. font-family: monospace;
  189. }
  190. article.stage table.skills td.skill_ups table td{
  191. white-space: nowrap;
  192. }
  193. article.stage table.skills td.skill_ups table td.level{
  194. display: inline-block;
  195. text-align: left;
  196. }
  197. article.stage table.skills td.skill_ups table td.upgrade{
  198. font-style: italic;
  199. text-align: left;
  200. }