player.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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.2em;
  31. border-top-right-radius: 0.2em;
  32. padding: 0.2em;
  33. border-bottom: 0.1em solid var(--ui-color-border);
  34. background-color: var(--subsection-title-background);
  35. text-shadow: var(--subsection-title-shadow);
  36. }
  37. aside table#profile{
  38. border-collapse: collapse;
  39. margin: 0 auto;
  40. }
  41. aside table#profile td{
  42. border-top: 0.1em solid var(--ui-color-border);
  43. border-bottom: 0.1em solid var(--ui-color-border);
  44. }
  45. aside table#profile td.label{
  46. text-align: left;
  47. padding-right: 1.5em;
  48. }
  49. aside table#profile td.value{
  50. text-align: right;
  51. }
  52. article#profile div#placements h5{
  53. font-weight: bold;
  54. margin-top: 0.5em;
  55. margin-bottom: 0.3em;
  56. }
  57. article#profile div#placements table{
  58. border-collapse: collapse;
  59. width: 100%;
  60. margin: auto;
  61. }
  62. article#profile div#placements table td, article#profile div#placements table th{
  63. border: 0.1em solid var(--ui-color-border);
  64. text-align: left;
  65. }
  66. article#profile div#placements table th{
  67. background-color: #00000044;
  68. text-align: left;
  69. padding: 0.1em 0.5em;
  70. }
  71. article#profile div#placements table td{
  72. text-align: center;
  73. }
  74. article#profile div#placements table td#siege_def{
  75. text-align: center;
  76. }
  77. article#profile div#placements table td div.team{
  78. display: inline-block;
  79. background-color: var(--color-unit-group-background);
  80. border: 0.1em solid var(--color-unit-group-border);;
  81. border-radius: 0.2em;
  82. padding: 0.2em 0.2em 0 0.2em;
  83. margin: 0.1em auto;
  84. }
  85. article#profile div#placements table td div.monster_panel{
  86. font-size: 30%;
  87. }
  88. article#profile div#building div.building_panel{
  89. font-size: 50%;
  90. }
  91. article#profile div#inventory div.item_panel{
  92. font-size: 50%;
  93. }
  94. article#profile div#inventory ul{
  95. column-count: 2;
  96. text-align: left;
  97. margin: 0.5em auto;
  98. }
  99. article#profile div#inventory ul li img{
  100. height: 1.2em;
  101. width: 1.2em;
  102. vertical-align: middle;
  103. }
  104. article#profile div#records div.record table#rank_records{
  105. border-collapse: collapse;
  106. margin: 0 auto;
  107. }
  108. article#profile div#records div.record table#rank_records td{
  109. border-top: 0.1em solid var(--ui-color-border);
  110. border-bottom: 0.1em solid var(--ui-color-border);
  111. }
  112. article#profile div#records div.record table#rank_records td.label{
  113. text-align: left;
  114. padding-right: 1.5em;
  115. }
  116. article#profile div#records div.record table#rank_records td.value{
  117. text-align: center;
  118. }
  119. article#profile div#records div.record table#rank_records td.value.rank img{
  120. width: 1.2em;
  121. height: 1.2em;
  122. }
  123. article#profile div#records div.record table#rank_records td.value.wboss{
  124. font-size: 110%;
  125. color: #ff6633;
  126. 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;
  127. font-style: italic;
  128. }
  129. article#profile div#records div.record table#rank_records td.value.toa{
  130. font-size: 110%;
  131. font-weight: bold;
  132. }
  133. article#profile div#records div.record table#rank_records td.value.toa img#toal_star{
  134. height: 1em;
  135. filter: sepia(100%) saturate(500%) hue-rotate(10deg) saturate(200%);
  136. }
  137. article#profile div#records div.record table#battle_records{
  138. border-collapse: collapse;
  139. margin: 0 auto;
  140. }
  141. article#profile div#records div.record table#battle_records td{
  142. border-top: 0.1em solid var(--ui-color-border);
  143. border-bottom: 0.1em solid var(--ui-color-border);
  144. }
  145. article#profile div#records div.record table#battle_records td.record_dungeon img{
  146. width: 1.5em;
  147. height: 1.5em;
  148. border: 0.1em solid #555555;
  149. border-radius: 0.5em;
  150. background-color: #777777;
  151. }
  152. article#profile div#records div.record table#battle_records td.record_party{
  153. font-size: 25%;
  154. width: 37.5em;
  155. }
  156. article#profile div#records div.record table#battle_records td.record_party.frontlines{
  157. font-size: 25%;
  158. }
  159. article#profile div#records div.record table#battle_records td.record_party hr{
  160. width: 33em;
  161. height: 0;
  162. border-top: 0.1em solir var(--ui-color-border);
  163. }
  164. article#profile div#records div.record table#battle_records td.record_info{
  165. text-align: left;
  166. }
  167. article#profile div#records div.record table#battle_records td.record_info span.title{
  168. font-weight: bold;
  169. font-size: 75%;
  170. }
  171. article#profile div#records div.record table#battle_records td.record_info span.title{
  172. font-weight: bold;
  173. display: block;
  174. margin: 0.1em;
  175. }
  176. article#profile div#records div.record table#battle_records td.record_info span.time{
  177. font-size: 80%;
  178. font-style: italic;
  179. }
  180. article#profile div#records div.record table#battle_records td.record_info span.time span.ms{
  181. font-size: 70%;
  182. }
  183. article#profile div#records div.record table#battle_records td.record_info span.rank{
  184. display: inline-block;
  185. vertical-align: bottom;
  186. font-size: 100%;
  187. color: #ff6633;
  188. 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;
  189. font-style: italic;
  190. }
  191. article#profile div#records div.record table#battle_records td.record_info span.score{
  192. font-size: 90%;
  193. font-style: italic;
  194. }