monster_info.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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: 75%;
  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, article.stage table.stats 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. text-align: right;
  54. font-family: monospace;
  55. font-size: 120%;
  56. }
  57. article.stage div.extra{
  58. display: inline-block;
  59. }
  60. article.stage div.extra div.sources span{
  61. display: block;
  62. font-size: 70%;
  63. margin: 0.5em 0 0 0;
  64. color: #ffffff;
  65. }
  66. article.stage div.extra div.sources div.source_panel{
  67. display: inline-block;
  68. }
  69. article.stage div.extra div.sources div.source_panel img{
  70. width: 2em;
  71. height: 2em;
  72. border: 0.1em solid #f2c920;
  73. border-radius: 0.3em;
  74. }
  75. article.stage div.extra div.essences span{
  76. display: block;
  77. font-size: 70%;
  78. margin: 0.5em 0 0 0;
  79. color: #ffffff;
  80. }
  81. article.stage div.extra div.essences div.essence{
  82. position: relative;
  83. display: inline-block;
  84. vertical-align: top;
  85. border-style: solid;
  86. border-width: 0.1em;
  87. border-radius: 15%;
  88. width: 1.5em;
  89. height: 1.5em;
  90. margin-bottom: 0.1em;
  91. }
  92. article.stage div.extra div.essences div.essence img{
  93. position: absolute;
  94. top: 0;
  95. left: 0;
  96. width: 1.5em;
  97. height: 1.5em;
  98. }
  99. article.stage div.extra div.essences div.essence span{
  100. position: absolute;
  101. font-size: 80%;
  102. bottom: 0em;
  103. right: 0em;
  104. color: #ffffff;
  105. text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
  106. }
  107. article.stage table.skills{
  108. display: block;
  109. font-size: 90%;
  110. border: 0.1em solid black;
  111. color: #ffffff;
  112. margin: 0.5em auto;
  113. border-collapse: collapse;
  114. border-radius: 0.4em;
  115. vertical-align: top;
  116. width: 90%;
  117. }
  118. @media screen and (max-width : 990px){
  119. article.stage table.skills{
  120. width: 100%;
  121. }
  122. }
  123. article.stage table.skills th{
  124. font-weight: bold;
  125. background-color: #00000066;
  126. }
  127. article.stage table.skills > tbody > tr > td{
  128. vertical-align: top;
  129. padding: 0.2em 0.5em;
  130. border-right: 0.1em solid #00000088;
  131. border-left: 0.1em solid #00000088;
  132. border-top: 0.2em solid #00000088;
  133. border-bottom: 0.2em solid #00000088;
  134. }
  135. article.stage table.skills td.skill_img img{
  136. width: 4em;
  137. height: 4em;
  138. border: 0.15em solid var(--ui-color-border);
  139. border-radius: 0.4em;
  140. }
  141. article.stage table.skills td.skill_text{
  142. text-align: left;
  143. }
  144. article.stage table.skills td.skill_text h4{
  145. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  146. margin: 0 0 0.5em 0;
  147. display: block;
  148. font-weight: bold;
  149. }
  150. article.stage table.skills td.skill_text p{
  151. margin: 0 0 0 0;
  152. }
  153. /*article.stage table.skills span.skill_description{
  154. font-size: 80%;
  155. font-style: italic;
  156. margin: 0;
  157. padding: 0;
  158. display: block;
  159. line-height: 0.95em;
  160. }*/
  161. article.stage table.skills td.skill_extra{
  162. text-align: center;
  163. }
  164. article.stage table.skills td.skill_text span.formula{
  165. font-size: 80%;
  166. color: #cccccc;
  167. font-weight: bold;
  168. font-style: italic;
  169. font-family: monospace;
  170. white-space: nowrap;
  171. }
  172. article.stage table.skills td.skill_text div.effects img{
  173. width: 1.6em;
  174. height: 1.6em;
  175. border: 0.1em solid #000000;
  176. border-radius: 0.5em;
  177. }
  178. article.stage table.skills td.skill_ups table{
  179. font-size: 80%;
  180. font-family: monospace;
  181. }
  182. article.stage table.skills td.skill_ups table td{
  183. white-space: nowrap;
  184. }
  185. article.stage table.skills td.skill_ups table td.level{
  186. display: inline-block;
  187. text-align: left;
  188. }
  189. article.stage table.skills td.skill_ups table td.upgrade{
  190. font-style: italic;
  191. text-align: left;
  192. }