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 6.4 kB

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

智龙迷城队伍图制作工具