monster_info.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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 div.skills{
  102. text-align: center;
  103. margin: 0;
  104. padding: 0;
  105. }
  106. article.stage div.skills div.skill{
  107. display: inline-block;
  108. vertical-align: top;
  109. margin: 0.2em;
  110. color: #ffffff;
  111. text-align: center;
  112. max-width: 20%;
  113. }
  114. article.stage div.skills div.skill img.skill_img{
  115. width: 4em;
  116. height: 4em;
  117. border: 0.15em solid var(--ui-color-border);
  118. border-radius: 0.5em;
  119. }
  120. article.stage div.skills div.skill span.skill_name{
  121. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  122. display: block;
  123. font-weight: bold;
  124. }
  125. article.stage div.skills div.skill span.skill_description{
  126. font-size: 80%;
  127. font-style: italic;
  128. margin: 0;
  129. padding: 0;
  130. display: block;
  131. line-height: 0.95em;
  132. }
  133. article.stage div.skills div.skill span.skill_effects{
  134. display: block;
  135. text-align: center;
  136. margin-top: 1em;
  137. }
  138. article.stage div.skills div.skill span.skill_effects img.effect_img{
  139. width: 1.5em;
  140. height: 1.5em;
  141. border: 0.1em solid #000000;
  142. border-radius: 0.5em;
  143. }
  144. article.stage div.skills div.skill table.skill_up{
  145. font-size: 70%;
  146. margin: 0.5em auto 0 auto;
  147. border-collapse: collapse;
  148. }
  149. article.stage div.skills div.skill table.skill_up td{
  150. font-size: 90%;
  151. padding: 0.2em;
  152. border: 0 solid #000000;
  153. line-height: 1em;
  154. }
  155. @media screen and (max-width : 990px){
  156. article.stage div.skills div.skill table.skill_up td{
  157. padding: 0;
  158. border: 0.1em solid black;
  159. line-height: 0.95em;
  160. font-size: 70%;
  161. }
  162. }
  163. article.stage div.skills div.skill table.skill_up td.level{
  164. font-style: italic;
  165. padding-right: 0.8em;
  166. min-width: 2em;
  167. font-size: 80%
  168. }
  169. @media screen and (max-width : 990px){
  170. article.stage div.skills div.skill table.skill_up td.level{
  171. font-size: 70%
  172. }
  173. }