player.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. font-size: 50%;
  109. }
  110. article#profile div.inventory div.item_panel{
  111. display: inline-block;
  112. width: 2em;
  113. height: 2em;
  114. margin: 0.2em 0em;
  115. position: relative;
  116. border-radius: 15%;
  117. vertical-align: middle;
  118. }
  119. article#profile div.inventory div.item_panel img.item{
  120. width: 2em;
  121. height: 2em;
  122. border-style: solid;
  123. border-width: 0.1em;
  124. border-radius: 15%;
  125. }
  126. article#profile div.inventory div.item_panel span.amount{
  127. position: relative;
  128. font-weight: bold;
  129. color: #000;
  130. text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff;
  131. font-size: 0.8em;
  132. bottom: 1.6em;
  133. z-index: 1;
  134. display: block;
  135. text-align: right;
  136. pointer-events: none;
  137. }
  138. article#profile div#inventory ul{
  139. column-count: 2;
  140. text-align: left;
  141. margin: 0.5em auto;
  142. }
  143. article#profile div#inventory ul li img{
  144. height: 1.2em;
  145. width: 1.2em;
  146. vertical-align: middle;
  147. }
  148. article#profile div#records div.record table#rank_records{
  149. border-collapse: collapse;
  150. margin: 0 auto;
  151. }
  152. article#profile div#records div.record table#rank_records td{
  153. border-top: 0.1em solid #00000077;
  154. border-bottom: 0.1em solid #00000077;
  155. }
  156. article#profile div#records div.record table#rank_records td.label{
  157. text-align: left;
  158. padding-right: 1.5em;
  159. }
  160. article#profile div#records div.record table#rank_records td.value{
  161. text-align: center;
  162. }
  163. article#profile div#records div.record table#rank_records td.value.rank img{
  164. width: 1.5em;
  165. height: 1.5em;
  166. }
  167. article#profile div#records div.record table#rank_records td.value.wboss{
  168. font-size: 110%;
  169. color: #ff6633;
  170. 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;
  171. font-style: italic;
  172. }
  173. article#profile div#records div.record table#rank_records td.value.toa{
  174. font-size: 110%;
  175. font-weight: bold;
  176. }
  177. article#profile div#records div.record table#battle_records{
  178. border-collapse: collapse;
  179. margin: 0 auto;
  180. }
  181. article#profile div#records div.record table#battle_records td{
  182. border-top: 0.1em solid #00000077;
  183. border-bottom: 0.1em solid #00000077;
  184. }
  185. article#profile div#records div.record table#battle_records td.record_dungeon img{
  186. width: 2em;
  187. height: 2em;
  188. border: 0.2em solid #555555;
  189. border-radius: 0.5em;
  190. background-color: #777777;
  191. }
  192. article#profile div#records div.record table#battle_records td.record_party{
  193. font-size: 30%;
  194. width: 45em;
  195. }
  196. article#profile div#records div.record table#battle_records td.record_party.frontlines{
  197. font-size: 25%;
  198. }
  199. article#profile div#records div.record table#battle_records td.record_party hr{
  200. width: 33em;
  201. }
  202. article#profile div#records div.record table#battle_records td.record_info{
  203. text-align: left;
  204. }
  205. article#profile div#records div.record table#battle_records td.record_info span.title{
  206. font-weight: bold;
  207. font-size: 75%;
  208. }
  209. article#profile div#records div.record table#battle_records td.record_info span.title{
  210. font-weight: bold;
  211. font-size: 110%;
  212. display: block;
  213. margin: 0.1em;
  214. }
  215. article#profile div#records div.record table#battle_records td.record_info span.time{
  216. font-size: 90%;
  217. font-style: italic;
  218. }
  219. article#profile div#records div.record table#battle_records td.record_info span.time span.ms{
  220. font-size: 70%;
  221. }
  222. article#profile div#records div.record table#battle_records td.record_info span.rank{
  223. display: inline-block;
  224. vertical-align: bottom;
  225. font-size: 100%;
  226. color: #ff6633;
  227. 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;
  228. font-style: italic;
  229. }
  230. article#profile div#records div.record table#battle_records td.record_info span.score{
  231. font-size: 90%;
  232. font-style: italic;
  233. }