home.css 6.5 KB

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