monster_info.css 4.4 KB

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