monster_info.css 3.8 KB

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