monster.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. article#profile{
  2. max-width: 60%;
  3. display: inline-block;
  4. vertical-align: top;
  5. margin: 0.2em;
  6. position: relative;
  7. padding: 0.2em;
  8. }
  9. @media screen and (max-width : 990px){
  10. article#profile{
  11. width: 95%;
  12. max-width: 95%;
  13. margin: 0.2em auto;
  14. display: block;
  15. }
  16. }
  17. article#profile div#details{
  18. display: inline-block;
  19. vertical-align: top;
  20. text-align: center;
  21. }
  22. article#profile div#details h1{
  23. color: #ffffff;
  24. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
  25. font-size: 190%;
  26. margin: 0.2em;
  27. }
  28. article#profile div#details span.stars{
  29. display: block;
  30. }
  31. article#profile div#details span.stars img.star{
  32. width: 1.5em;
  33. height: 1.5em;
  34. margin: -0.1em;
  35. }
  36. article#profile div#details span.level{
  37. color: #ffffff;
  38. display: block;
  39. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
  40. }
  41. article#profile h4{
  42. color: #ffffff;
  43. font-weight: bold;
  44. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  45. margin: 0.1em;
  46. display: block;
  47. }
  48. article#profile table#stats{
  49. font-size: 100%;
  50. border: 0.1em solid black;
  51. color: #ffffff;
  52. margin: 2em auto 2em auto;
  53. border-collapse: collapse;
  54. border-radius: 0.4em;
  55. }
  56. article#profile table#stats th{
  57. font-weight: bold;
  58. background-color: #00000066;
  59. }
  60. article#profile table#stats td{
  61. font-weight: bold;
  62. background-color: #ffffff33;
  63. }
  64. article#profile table#stats td, th{
  65. padding: 0.2em;
  66. border: 0.1em solid #000000;
  67. }
  68. article#profile table#stats td.extra{
  69. color: #aaaaff;
  70. }
  71. article#profile table#stats td.total{
  72. color: #f2c920;
  73. font-weight: bold;
  74. }
  75. article#profile div#skills{
  76. text-align: center;
  77. }
  78. article#profile div#skills div.skill{
  79. display: inline-block;
  80. vertical-align: top;
  81. margin: 0.5em;
  82. color: #ffffff;
  83. text-align: center;
  84. max-width: 20%;
  85. }
  86. article#profile div#skills div.skill img.skill_img{
  87. width: 5em;
  88. height: 5em;
  89. border: 0.3em solid #f2c920;
  90. border-radius: 0.5em;
  91. }
  92. article#profile div#skills div.skill span.skill_level{
  93. font-size: 130%;
  94. position: relative;
  95. top: -2em;
  96. right: -0.8em;
  97. 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;
  98. }
  99. article#profile div#skills div.skill span.skill_level.maxed{
  100. color: #f2c920;
  101. }
  102. article#profile div#skills div.skill span.skill_name{
  103. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
  104. margin-top: -2.5em;
  105. display: block;
  106. font-weight: bold;
  107. }
  108. article#profile div#skills div.skill span.skill_description{
  109. font-size: 90%;
  110. font-style: italic;
  111. }
  112. article#profile div#skills div.skill span.skill_effects{
  113. display: block;
  114. text-align: center;
  115. margin-top: 1em;
  116. }
  117. article#profile div#skills div.skill span.skill_effects img.effect_img{
  118. width: 1.5em;
  119. height: 1.5em;
  120. border: 0.1em solid #000000;
  121. border-radius: 0.5em;
  122. }
  123. article#profile div#skills div.skill table.skill_up{
  124. font-size: 80%;
  125. margin-top: 1em;
  126. }
  127. article#profile div#skills div.skill table.skill_up td{
  128. color: #888888;
  129. }
  130. article#profile div#skills div.skill table.skill_up td.level{
  131. font-style: italic;
  132. padding-right: 0.8em;
  133. min-width: 3em;
  134. }
  135. article#profile div#skills div.skill table.skill_up td.aquired{
  136. color: #ffffff;
  137. font-weight: bold;
  138. }
  139. article#profile table#skill_averages{
  140. margin: 3em auto 2em auto;
  141. color: #ffffff;
  142. font-size: 120%;
  143. border-top: 0.1em solid #ffffff;
  144. border-bottom: 0.1em solid #ffffff;
  145. border-radius: 0.3em;
  146. padding-top: 2em;
  147. padding-bottom: 2em;
  148. }
  149. article#profile table#skill_averages td.title{
  150. padding-left: 4em;
  151. text-align: right;
  152. }
  153. article#profile table#skill_averages td.value{
  154. padding-right: 4em;
  155. text-align: left;
  156. padding-left: 1em;
  157. }
  158. article#runes{
  159. max-width: 45%;
  160. display: inline-block;
  161. vertical-align: top;
  162. /*width: 7em;*/
  163. border: 0.2em solid #000000;
  164. margin: 0.5em;
  165. position: relative;
  166. border-radius: 15%;
  167. background: #351e0b;
  168. border: 0.2em solid #f2c920;
  169. border-radius: 0.5em;
  170. padding: 0em;
  171. }
  172. @media screen and (max-width : 990px){
  173. article#runes{
  174. width: 95%;
  175. max-width: 95%;
  176. }
  177. }
  178. article#runes table#table_runes{
  179. border-collapse: collapse;
  180. }
  181. article#runes table#table_runes td.stats{
  182. color: #ffffff;
  183. border-bottom: 0.1em solid #ffffff;
  184. }
  185. article#runes table#table_runes td.stats table{
  186. color: #ffffff;
  187. font-size: 80%;
  188. }
  189. article#runes table#table_runes td.stats table tr.main_stat{
  190. font-weight: bold;
  191. font-size: 110%;
  192. }
  193. article#runes table#table_runes td.stats table tr.innate_stat{
  194. font-style: italic;
  195. }
  196. article#runes table#table_runes td.stats table td.stat{
  197. text-align: right;
  198. }
  199. article#runes table#table_runes td.stats table td.value{
  200. text-align: left;
  201. padding-left: 1em;
  202. }
  203. article#runes table#table_runes td.stats table td.craft{
  204. color: #ff7700;
  205. }
  206. article#runes table#table_runes td.details{
  207. color: #ffffff;
  208. border-bottom: 0.1em solid #ffffff;
  209. padding-left: 0.5em;
  210. }
  211. article#runes table#table_runes td.details table.table_details{
  212. font-size: 80%;
  213. }
  214. article#runes table#table_runes td.details table.table_details td.title{
  215. text-align: right;
  216. }
  217. article#runes table#table_runes td.details table.table_details td.value{
  218. text-align: left;
  219. padding-left: 1em;
  220. }
  221. article#runes table#table_runes td.details table.table_details span.quality{
  222. border: 0.1em solid #000000;
  223. border-radius: 0.2em;
  224. font-weight: bold;
  225. color: #ffffff;
  226. text-shadow: 0 0 0.1em #000000;
  227. padding: 0 0.3em;
  228. }
  229. article#runes table#table_runes td.details table.table_details span.quality.quality_normal{
  230. background-color: #cccccc;
  231. }
  232. article#runes table#table_runes td.details table.table_details span.quality.quality_magic{
  233. background-color: #55ff55;
  234. }
  235. article#runes table#table_runes td.details table.table_details span.quality.quality_rare{
  236. background-color: #15c6e1;
  237. }
  238. article#runes table#table_runes td.details table.table_details span.quality.quality_hero{
  239. background-color: #ad7fa8;
  240. }
  241. article#runes table#table_runes td.details table.table_details span.quality.quality_legend{
  242. background-color: #f57900;
  243. }
  244. article#runes table#table_runes td.details{
  245. color: #ffffff;
  246. border-bottom: 0.1em solid #ffffff;
  247. padding-left: 0.5em;
  248. }
  249. article#runes div#rune_averages{
  250. margin: 5em auto 2em auto;
  251. text-align: center;
  252. }
  253. article#runes div#rune_averages table#table_averages{
  254. margin: auto;
  255. color: #ffffff;
  256. }
  257. article#runes div#rune_averages table#table_averages td.title{
  258. text-align: right;
  259. }
  260. article#runes div#rune_averages table#table_averages td.value{
  261. text-align: left;
  262. padding-left: 1em;
  263. }