monster.css 7.2 KB

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