You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ko.css 5.7 kB

6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. @charset "utf-8";
  2. .status.loading-mon-info .text::before{
  3. content: "몬스터 데이터를 로드 하 고 있습니다.";
  4. }
  5. .status.loading-skill-info .text::before{
  6. content: "기술 데이터를 로드 하 고 있습니다.";
  7. }
  8. .delay .monster::before{
  9. content: "지 연\A방 지";
  10. }
  11. .monster .level.max::before{
  12. content: "Lv.최대";
  13. }
  14. .monster .level::before{
  15. content: "Lv.";
  16. }
  17. .monster .id::before{
  18. content: "No.";
  19. }
  20. .formation-A-bigbox::after{
  21. content: "팀\A A";
  22. }
  23. .formation-B-bigbox::before{
  24. content: "팀\A B";
  25. }
  26. .formation-A-box .formation-assist .member::after{
  27. content: "▼돕다";
  28. }
  29. .formation-B-box .formation-assist .member::before{
  30. content: "▲돕다";
  31. }
  32. .edit-box .edit-box-title::before{
  33. content: "회원 수정";
  34. }
  35. .edit-box .edit-box-title.edit-box-title-assist::before{
  36. content: "보조 수정";
  37. }
  38. .edit-box .setting-box .row-mon-id::before{
  39. content: "▼몬스터 ID";
  40. }
  41. .monsterinfo-box .monster-id::before{
  42. content: "No.";
  43. }
  44. .monsterinfo-box .monster-cost::before{
  45. content: "코스트:";
  46. }
  47. .monsterinfo-box .monster-collabId::before{
  48. content: "시리즈 ID:";
  49. }
  50. .monsterinfo-box .monster-altName::before{
  51. content: "시리즈 이름:";
  52. }
  53. .edit-box .setting-box .row-mon-level::before{
  54. content: "▼몬스터 레벨";
  55. }
  56. .m-level-btn-min::before{
  57. content: "Lv.";
  58. }
  59. .m-level-btn-max::before{
  60. content: "최대Lv.";
  61. }
  62. .abilitys .hp::before{
  63. content: "HP:";
  64. }
  65. .abilitys .atk::before{
  66. content: "공격:";
  67. }
  68. .abilitys .rcv::before{
  69. content: "회복:";
  70. }
  71. .edit-box .setting-box .row-mon-awoken::before{
  72. content: "▼몬스터 각성";
  73. }
  74. .edit-box .setting-box .row-mon-super-awoken::before{
  75. content: "▼몬스터 슈퍼 각성";
  76. }
  77. .edit-box .setting-box .row-mon-plus::before{
  78. content: "▼몬스터 플러스";
  79. }
  80. .m-plus-hp-li::before{
  81. content: "HP";
  82. }
  83. .m-plus-atk-li::before{
  84. content: "공격";
  85. }
  86. .m-plus-rcv-li::before{
  87. content: "회복";
  88. }
  89. .edit-box .setting-box .row-mon-latent::before{
  90. content: "▼몬스터 숨어있는";
  91. }
  92. .skill-box .skill-cd::before{
  93. content: "턴:";
  94. }
  95. .skill-box .skill-level-label::before{
  96. content: "Lv.";
  97. }
  98. .row-mon-skill .skill-title::before{
  99. content: "스킬";
  100. }
  101. .row-mon-leader-skill .skill-title::before{
  102. content: "리더스킬";
  103. }
  104. .edit-box .button-box .button-null::after{
  105. content: "비워 둡니다";
  106. }
  107. .edit-box .button-box .button-delay::after{
  108. content: "지연 방지";
  109. }
  110. .edit-box .button-box .button-cancel::after{
  111. content: "편집 취소";
  112. }
  113. .edit-box .button-box .button-done::after{
  114. content: "수정 확인";
  115. }
  116. .edit-box .button-box .button-done.cant-assist::after{
  117. content: "협조 할 수 없음";
  118. }
  119. .awoken-total-box::before{
  120. content: "총 각성:";
  121. }
  122. .type-name-4::after{
  123. content: "드래곤";
  124. }
  125. .type-name-5::after{
  126. content: "신";
  127. }
  128. .type-name-7::after{
  129. content: "악마";
  130. }
  131. .type-name-8::after{
  132. content: "머신";
  133. }
  134. .type-name-1::after{
  135. content: "밸런스";
  136. }
  137. .type-name-6::after{
  138. content: "공격";
  139. }
  140. .type-name-2::after{
  141. content: "체력";
  142. }
  143. .type-name-3::after{
  144. content: "회복";
  145. }
  146. .type-name-0::after{
  147. content: "진화용";
  148. }
  149. .type-name-12::after{
  150. content: "능력각성";
  151. }
  152. .type-name-14::after{
  153. content: "강화합성용";
  154. }
  155. .type-name-15::after{
  156. content: "매각용";
  157. }
  158. .type-name-9::after{
  159. content: "특별 보호";
  160. }
  161. .control-box .datasource-label::before{
  162. content: "데이터 소스:";
  163. }
  164. .control-box .btn-solo-link::before{
  165. content: "🧑싱글 플레이어 게임으로 이동";
  166. }
  167. .control-box .btn-multi-link::before{
  168. content: "🧑‍🤝‍🧑2인 게임으로 이동";
  169. }
  170. .control-box .btn-clear-data::before{
  171. content: "🗑️데이터 지우기";
  172. }
  173. .control-box .btn-swap-AB-team::before{
  174. content: "🔄교환 AB 팀";
  175. }
  176. .control-box .btn-show-mon-id::before{
  177. content: "⬜몬스터 ID 숨기기";
  178. }
  179. .not-show-mon-id .control-box .btn-show-mon-id::before{
  180. content: "🆔⬜몬스터 ID 표시";
  181. }
  182. .show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{
  183. content: "⬜전체 스킬 쿨을 숨기기";
  184. }
  185. .control-box .btn-show-mon-skill-cd::before{
  186. content: "❄️전체 스킬 쿨을 표시";
  187. }
  188. .team-info .tIf-total-hp::before{
  189. content: "총 HP(팀의 각 성과 배지):";
  190. }
  191. .team-info .tIf-total-rcv::before{
  192. content: "총 회복(팀의 각 성과 배지):";
  193. }
  194. .setting-box .row-mon-id .open-search::before{
  195. content: "간단한 검색";
  196. }
  197. .search-box::before{
  198. content: "▼몬스터 검색";
  199. }
  200. .search-box .attrs .attr-list-1::before{
  201. content: "속성 1";
  202. }
  203. .search-box .attrs .attr-list-2::before{
  204. content: "속성 1";
  205. }
  206. .search-box .attrs .fix-main-color-label::after{
  207. content: "제한 속성 1은 기본 속성 이며 속성 2 하위 속성입니다.";
  208. }
  209. .attrs .attr-all::before{
  210. content: "무제한";
  211. }
  212. .attrs .attr-none::before{
  213. content: "없음";
  214. }
  215. .search-box .types-div::before{
  216. content: "형식(OR)";
  217. }
  218. .search-box .awoken-div::before{
  219. content: "각성(AND)(번째:숫자를 누르면 숫자가 낮아집니다)";
  220. }
  221. .search-box .sawoken-div::before{
  222. content: "슈퍼 각성(OR)";
  223. }
  224. .control-div .search-start::before{
  225. content: "🔍검색 시작";
  226. }
  227. .control-div .search-clear::before{
  228. content: "검색을 비우려면";
  229. }
  230. .control-div .search-close::before{
  231. content: "찾기 닫기";
  232. }
  233. /*Some icons, style different from the Japanese version*/
  234. .awoken-40,
  235. .awoken-46,
  236. .awoken-47,
  237. .awoken-48,
  238. .type-icon-12,
  239. .type-icon-9
  240. {
  241. background-position-x: -32px;
  242. }
  243. .latent-icon-14
  244. {
  245. background-position-x: -76px;
  246. }
  247. .badge-0,
  248. .badge-2
  249. {
  250. background-position-x: -36px;
  251. }

智龙迷城队伍图制作工具