monster_info.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. display: block;
  3. width: 98%;
  4. margin: auto;
  5. text-align: center;
  6. }
  7. @media screen and (max-width : 990px){
  8. {
  9. width: 100%;
  10. }
  11. }
  12. article.stage{
  13. margin: 0.5em;
  14. position: relative;
  15. border-radius: 1em;
  16. background: #351e0b;
  17. border: 0.2em solid #f2c920;
  18. padding: 0.3em;
  19. }
  20. article.stage div.profile{
  21. display: inline-block;
  22. vertical-align: top;
  23. }
  24. article.stage div.profile div.details{
  25. display: inline-block;
  26. vertical-align: top;
  27. text-align: center;
  28. }
  29. article.stage div.profile div.details span.stars{
  30. display: block;
  31. }
  32. article.stage div.profile div.details span.stars img.star{
  33. width: 1em;
  34. height: 1em;
  35. }
  36. article.stage div.profile div.details span.archetype{
  37. color: #ffffff;
  38. display: block;
  39. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
  40. font-size: 80%;
  41. }
  42. article.stage div.profile h4{
  43. color: #ffffff;
  44. font-weight: bold;
  45. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  46. margin: 0.1em;
  47. display: block;
  48. }
  49. article.stage table.stats{
  50. font-size: 65%;
  51. border: 0.1em solid black;
  52. color: #ffffff;
  53. margin: 0.4em;
  54. border-collapse: collapse;
  55. border-radius: 0.4em;
  56. display: inline-block;
  57. vertical-align: top;
  58. max-width: 10em;
  59. }
  60. article.stage table.stats td,th{
  61. padding: 0.01em 0.5em;
  62. border: 0.1em solid #000000;
  63. }
  64. article.stage table.stats th{
  65. font-weight: bold;
  66. background-color: #00000066;
  67. }
  68. article.stage table.stats td{
  69. font-weight: bold;
  70. background-color: #ffffff33;
  71. }
  72. article.stage div.extra{
  73. display: inline-block;
  74. }
  75. article.stage div.extra div.sources 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.sources img.source{
  82. width: 2em;
  83. height: 2em;
  84. border: 0.1em solid #f2c920;
  85. border-radius: 0.3em;
  86. }
  87. article.stage div.extra div.essences span{
  88. display: block;
  89. font-size: 70%;
  90. margin: 0.5em 0 0 0;
  91. color: #ffffff;
  92. }
  93. article.stage div.extra div.essences div.essence{
  94. position: relative;
  95. display: inline-block;
  96. vertical-align: top;
  97. border-style: solid;
  98. border-width: 0.1em;
  99. border-radius: 15%;
  100. width: 1.3em;
  101. height: 1.3em;
  102. margin-bottom: 0.1em;
  103. }
  104. article.stage div.extra div.essences div.essence img{
  105. position: absolute;
  106. top: 0;
  107. left: 0;
  108. width: 1.5em;
  109. height: 1.5em;
  110. }
  111. article.stage div.extra div.essences div.essence span{
  112. position: absolute;
  113. font-size: 80%;
  114. top: 0.15em;
  115. left: 0.8em;
  116. color: #ffffff;
  117. text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
  118. }
  119. article.stage div.skills{
  120. text-align: center;
  121. }
  122. article.stage div.skills div.skill{
  123. display: inline-block;
  124. vertical-align: top;
  125. margin: 0.5em;
  126. color: #ffffff;
  127. text-align: center;
  128. max-width: 20%;
  129. }
  130. article.stage div.skills div.skill img.skill_img{
  131. width: 4em;
  132. height: 4em;
  133. border: 0.2em solid #f2c920;
  134. border-radius: 0.4em;
  135. }
  136. article.stage div.skills div.skill span.skill_name{
  137. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  138. display: block;
  139. font-weight: bold;
  140. font-size: 90%;
  141. }
  142. article.stage div.skills div.skill span.skill_description{
  143. font-size: 70%;
  144. font-style: italic;
  145. }
  146. article.stage div.skills div.skill span.skill_effects{
  147. display: block;
  148. text-align: center;
  149. margin-top: 1em;
  150. }
  151. article.stage div.skills div.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 div.skills div.skill table.skill_up{
  158. font-size: 70%;
  159. margin-top: 1em;
  160. }
  161. article.stage div.skills div.skill table.skill_up td{
  162. color: #ffffff;
  163. padding: 0.03em 0.3em;
  164. }
  165. article.stage div.skills div.skill table.skill_up td.level{
  166. font-style: italic;
  167. padding-right: 0.8em;
  168. min-width: 3em;
  169. }