home.css 6.7 KB

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