monster.css 4.7 KB

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