monster.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. section#monster{
  2. max-width: 60%;
  3. display: inline-block;
  4. vertical-align: middle;
  5. margin: 0.2em;
  6. position: relative;
  7. }
  8. @media screen and (max-width : 990px){
  9. section#monster{
  10. width: 90%;
  11. max-width: 90%;
  12. margin: 0.2em auto;
  13. display: block;
  14. }
  15. }
  16. section#monster article#profile table#stats{
  17. font-size: 90%;
  18. vertical-align: middle;
  19. display: inline-block;
  20. border: 0.1em solid black;
  21. color: #ffffff;
  22. margin: 2em auto 2em auto;
  23. border-collapse: collapse;
  24. border-radius: 0.4em;
  25. }
  26. section#monster article#profile table#stats th{
  27. font-weight: bold;
  28. background-color: #00000066;
  29. }
  30. section#monster article#profile table#stats td{
  31. font-weight: bold;
  32. background-color: #ffffff33;
  33. }
  34. section#monster article#profile table#stats td, th{
  35. padding: 0.2em;
  36. border: 0.1em solid #000000;
  37. }
  38. section#monster article#profile table#stats td.extra{
  39. color: #aaaaff;
  40. }
  41. section#monster article#profile table#stats td.total{
  42. color: #f2c920;
  43. font-weight: bold;
  44. }
  45. section#monster article#profile div#skills{
  46. text-align: center;
  47. }
  48. section#monster article#profile div#skills div.skill{
  49. display: inline-block;
  50. vertical-align: top;
  51. margin: 0.2em;
  52. color: #ffffff;
  53. text-align: center;
  54. max-width: 20%;
  55. position: relative;
  56. }
  57. section#monster article#profile div#skills div.skill img.skill_img{
  58. width: 5em;
  59. height: 5em;
  60. border: 0.3em solid #f2c920;
  61. border-radius: 0.5em;
  62. }
  63. section#monster article#profile div#skills div.skill span.skill_level{
  64. font-size: 130%;
  65. position: absolute;
  66. top: 2.8em;
  67. right: 1.8em;
  68. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 0.6em #000000, 0 0 0.6em #000000, 0 0 0.8em #000000, 0 0 0.8em #000000;
  69. }
  70. section#monster article#profile div#skills div.skill span.skill_level.maxed{
  71. color: #f2c920;
  72. }
  73. section#monster article#profile div#skills div.skill span.skill_name{
  74. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  75. margin-top: 0;
  76. display: block;
  77. font-weight: bold;
  78. }
  79. section#monster article#profile div#skills div.skill span.skill_description{
  80. font-size: 80%;
  81. font-style: italic;
  82. margin: 0;
  83. padding: 0;
  84. display: block;
  85. line-height: 0.95em;
  86. }
  87. section#monster article#profile div#skills div.skill span.skill_effects{
  88. display: block;
  89. text-align: center;
  90. margin-top: 1em;
  91. }
  92. section#monster article#profile div#skills div.skill span.skill_effects img.effect_img{
  93. width: 1.5em;
  94. height: 1.5em;
  95. border: 0.1em solid #000000;
  96. border-radius: 0.5em;
  97. }
  98. section#monster article#profile div#skills div.skill table.skill_up{
  99. margin: 0.5em 0 0 0;
  100. border-collapse: collapse;
  101. }
  102. section#monster article#profile div#skills div.skill table.skill_up td{
  103. font-size: 90%;
  104. color: #888888;
  105. padding: 0.2em
  106. border: 0 solid #000000;
  107. line-height: 1em;
  108. }
  109. @media screen and (max-width : 990px){
  110. section#monster article#profile div#skills div.skill table.skill_up td{
  111. padding: 0;
  112. border: 0.1em solid black;
  113. line-height: 0.95em;
  114. font-size: 70%;
  115. }
  116. }
  117. section#monster article#profile div#skills div.skill table.skill_up td.level{
  118. font-style: italic;
  119. padding-right: 0.8em;
  120. min-width: 2em;
  121. font-size: 80%
  122. }
  123. @media screen and (max-width : 990px){
  124. section#monster article#profile div#skills div.skill table.skill_up td.level{
  125. font-size: 70%
  126. }
  127. }
  128. section#monster article#profile div#skills div.skill table.skill_up td.aquired{
  129. color: #ffffff;
  130. font-weight: bold;
  131. }
  132. section#monster article#profile table#skill_averages{
  133. margin: 3em auto 2em auto;
  134. color: #ffffff;
  135. font-size: 120%;
  136. border-top: 0.1em solid #ffffff;
  137. border-bottom: 0.1em solid #ffffff;
  138. border-radius: 0.3em;
  139. padding-top: 2em;
  140. padding-bottom: 2em;
  141. }
  142. section#monster article#profile table#skill_averages td.title{
  143. padding-left: 4em;
  144. text-align: right;
  145. }
  146. section#monster article#profile table#skill_averages td.value{
  147. padding-right: 4em;
  148. text-align: left;
  149. padding-left: 1em;
  150. }
  151. section#runes{
  152. max-width: 35%;
  153. display: inline-block;
  154. vertical-align: top;
  155. position: relative;
  156. }
  157. @media screen and (max-width : 990px){
  158. section#runes{
  159. width: 90%;
  160. max-width: 90%;
  161. margin: 0.2em auto;
  162. display: block;
  163. }
  164. }
  165. section#runes article#rune_averages{
  166. margin: 5em auto 2em auto;
  167. text-align: center;
  168. }
  169. section#runes article#rune_averages table#table_averages{
  170. margin: auto;
  171. color: #ffffff;
  172. }
  173. section#runes article#rune_averages table#table_averages td.title{
  174. text-align: right;
  175. }
  176. section#runes article#rune_averages table#table_averages td.value{
  177. text-align: left;
  178. padding-left: 1em;
  179. }