home.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. article#profile{
  2. text-align: center;
  3. }
  4. div.panel{
  5. width: 49%;
  6. margin: 0;
  7. padding: 0;
  8. display: inline-block;
  9. vertical-align: top;
  10. }
  11. @media screen and (max-width : 990px){
  12. div.panel{
  13. width: 100%;
  14. display: block;
  15. }
  16. }
  17. div.profile_section{
  18. border: 0.2em solid var(--ui-color-border);
  19. /* max-width: 45%; */
  20. margin: 0.5em;
  21. padding: 0 0.5em 0.5em 0.5em;
  22. border-radius: 0.5em;
  23. display: block;
  24. vertical-align: top;
  25. text-align: center;
  26. background-color: #00000033;
  27. }
  28. div.profile_section h4{
  29. margin: 0 -0.5em 0.5em -0.5em;
  30. border-top-left-radius: 0.5em;
  31. border-top-right-radius: 0.5em;
  32. padding: 0.2em;
  33. border-bottom: 0.1em solid var(--ui-color-border);
  34. background-color: #00000033;
  35. }
  36. aside table#profile{
  37. border-collapse: collapse;
  38. margin: 0 auto;
  39. }
  40. aside table#profile td{
  41. border-top: 0.1em solid #00000077;
  42. border-bottom: 0.1em solid #00000077;
  43. }
  44. aside table#profile td.label{
  45. text-align: left;
  46. padding-right: 1.5em;
  47. }
  48. aside table#profile td.value{
  49. text-align: right;
  50. }
  51. article#profile div#placements h5{
  52. font-weight: bold;
  53. margin-top: 0.5em;
  54. margin-bottom: 0.3em;
  55. }
  56. article#profile div#placements div#placements_rep div.monster_panel{
  57. font-size: 45%;
  58. margin: 0.2em;
  59. }
  60. article#profile div#placements div#placements_arena div.skill{
  61. display: inline-block;
  62. vertical-align: middle;
  63. margin-top: -1.5em;
  64. }
  65. article#profile div#placements div#placements_arena div.skill img{
  66. width:2em;
  67. height: 2em;
  68. }
  69. article#profile div#placements div#placements_arena div.monster_panel{
  70. font-size: 35%;
  71. margin: 0.15em;
  72. }
  73. article#profile div#placements div#placements_gw div.skill{
  74. display: inline-block;
  75. vertical-align: middle;
  76. margin-top: -1.5em;
  77. }
  78. article#profile div#placements div#placements_gw div.skill img{
  79. width:2em;
  80. height: 2em;
  81. }
  82. article#profile div#placements div#placements_gw div.monster_panel{
  83. font-size: 40%;
  84. margin: 0.2em;
  85. }
  86. article#profile div#placements div#placements_gw hr{
  87. width: 12em;
  88. margin: 0.1em auto;
  89. }
  90. article#profile div#placements div#placements_siege div.skill{
  91. display: inline-block;
  92. vertical-align: middle;
  93. margin-top: -1.5em;
  94. }
  95. article#profile div#placements div#placements_siege div.skill img{
  96. width:2em;
  97. height: 2em;
  98. }
  99. article#profile div#placements div#placements_siege div.monster_panel{
  100. font-size: 40%;
  101. margin: 0.2em;
  102. }
  103. article#profile div#placements div#placements_siege hr{
  104. width: 12em;
  105. margin: 0.1em auto;
  106. }
  107. article#profile div#building div.building_panel{
  108. display: inline-block;
  109. width: 2em;
  110. height: 2em;
  111. margin: 0.2em 0em;
  112. position: relative;
  113. border-radius: 15%;
  114. vertical-align: middle;
  115. }
  116. article#profile div#building div.building_panel img.building, img.decoration{
  117. width: 2em;
  118. height: 2em;
  119. border-style: solid;
  120. border-width: 0.1em;
  121. border-radius: 15%;
  122. }
  123. article#profile div#building div.building_panel{
  124. display: inline-block;
  125. width: 2em;
  126. height: 2em;
  127. margin: 0.2em 0em;
  128. position: relative;
  129. border-radius: 15%;
  130. vertical-align: middle;
  131. }
  132. article#profile div#building div.building_panel img.building, img.decoration{
  133. width: 2em;
  134. height: 2em;
  135. border-style: solid;
  136. border-width: 0.1em;
  137. border-radius: 15%;
  138. }
  139. article#profile div#building div.building_panel span.level{
  140. position: relative;
  141. bottom: 1.6em;
  142. font-weight: bold;
  143. color: #000;
  144. text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff;
  145. bottom: 1.4em;
  146. z-index: 1;
  147. font-size: 1em;
  148. display: block;
  149. text-align: right;
  150. pointer-events: none;
  151. }
  152. article#profile div.inventory div.item_panel{
  153. display: inline-block;
  154. width: 2em;
  155. height: 2em;
  156. margin: 0.2em 0em;
  157. position: relative;
  158. border-radius: 15%;
  159. vertical-align: middle;
  160. }
  161. article#profile div.inventory div.item_panel img.item{
  162. width: 2em;
  163. height: 2em;
  164. border-style: solid;
  165. border-width: 0.1em;
  166. border-radius: 15%;
  167. }
  168. article#profile div.inventory div.item_panel span.amount{
  169. position: relative;
  170. font-weight: bold;
  171. color: #000;
  172. text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff;
  173. font-size: 0.8em;
  174. bottom: 1.6em;
  175. z-index: 1;
  176. display: block;
  177. text-align: right;
  178. pointer-events: none;
  179. }
  180. article#profile div#inventory ul{
  181. column-count: 2;
  182. text-align: left;
  183. margin: 0.5em auto;
  184. }
  185. article#profile div#inventory ul li img{
  186. height: 1.2em;
  187. width: 1.2em;
  188. vertical-align: middle;
  189. }
  190. article#profile div#records div.record table#rank_records{
  191. border-collapse: collapse;
  192. margin: 0 auto;
  193. }
  194. article#profile div#records div.record table#rank_records td{
  195. border-top: 0.1em solid #00000077;
  196. border-bottom: 0.1em solid #00000077;
  197. }
  198. article#profile div#records div.record table#rank_records td.label{
  199. text-align: left;
  200. padding-right: 1.5em;
  201. }
  202. article#profile div#records div.record table#rank_records td.value{
  203. text-align: center;
  204. }
  205. article#profile div#records div.record table#rank_records td.value.rank img{
  206. width: 1.5em;
  207. height: 1.5em;
  208. }
  209. article#profile div#records div.record table#rank_records td.value.wboss{
  210. font-size: 110%;
  211. color: #ff6633;
  212. text-shadow: 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.2em #ff0, 0 0 0.2em #ff0, 0 0 0.2em #ff0, 0 0 0.2em #ff0;
  213. font-style: italic;
  214. }
  215. article#profile div#records div.record table#rank_records td.value.toa{
  216. font-size: 110%;
  217. font-weight: bold;
  218. }
  219. article#profile div#records div.record table#battle_records{
  220. border-collapse: collapse;
  221. margin: 0 auto;
  222. }
  223. article#profile div#records div.record table#battle_records td{
  224. border-top: 0.1em solid #00000077;
  225. border-bottom: 0.1em solid #00000077;
  226. }
  227. article#profile div#records div.record table#battle_records td.record_dungeon img{
  228. width: 2em;
  229. height: 2em;
  230. border: 0.2em solid #555555;
  231. border-radius: 0.5em;
  232. background-color: #777777;
  233. }
  234. article#profile div#records div.record table#battle_records td.record_party{
  235. font-size: 30%;
  236. width: 45em;
  237. }
  238. article#profile div#records div.record table#battle_records td.record_party.frontlines{
  239. font-size: 25%;
  240. }
  241. article#profile div#records div.record table#battle_records td.record_party hr{
  242. width: 33em;
  243. }
  244. article#profile div#records div.record table#battle_records td.record_info{
  245. text-align: left;
  246. }
  247. article#profile div#records div.record table#battle_records td.record_info span.title{
  248. font-weight: bold;
  249. font-size: 75%;
  250. }
  251. article#profile div#records div.record table#battle_records td.record_info span.title{
  252. font-weight: bold;
  253. font-size: 110%;
  254. display: block;
  255. margin: 0.1em;
  256. }
  257. article#profile div#records div.record table#battle_records td.record_info span.time{
  258. font-size: 90%;
  259. font-style: italic;
  260. }
  261. article#profile div#records div.record table#battle_records td.record_info span.time span.ms{
  262. font-size: 70%;
  263. }
  264. article#profile div#records div.record table#battle_records td.record_info span.rank{
  265. display: inline-block;
  266. vertical-align: bottom;
  267. font-size: 100%;
  268. color: #ff6633;
  269. text-shadow: 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.2em #ff0, 0 0 0.2em #ff0, 0 0 0.2em #ff0, 0 0 0.2em #ff0;
  270. font-style: italic;
  271. }
  272. article#profile div#records div.record table#battle_records td.record_info span.score{
  273. font-size: 90%;
  274. font-style: italic;
  275. }