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

7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. @charset "utf-8";
  2. .delay .monster::before{
  3. content: "지 연\A방 지";
  4. }
  5. .monster .level.max::before{
  6. content: "Lv.최대";
  7. }
  8. .monster .level::before{
  9. content: "Lv.";
  10. }
  11. .monster .id::before{
  12. content: "No.";
  13. }
  14. .formation-A-bigbox::after{
  15. content: "팀\A A";
  16. }
  17. .formation-B-bigbox::before{
  18. content: "팀\A B";
  19. }
  20. .formation-A-box .formation-assist .member::after{
  21. content: "▼돕다";
  22. }
  23. .formation-B-box .formation-assist .member::before{
  24. content: "▲돕다";
  25. }
  26. .edit-box .edit-box-title::before{
  27. content: "회원 수정";
  28. }
  29. .edit-box .edit-box-title.edit-box-title-assist::before{
  30. content: "보조 수정";
  31. }
  32. .edit-box .search-box::before{
  33. content: "▼몬스터 ID";
  34. }
  35. .monsterinfo-box .monster-id::before{
  36. content: "No.";
  37. }
  38. .edit-box .setting-box .row-mon-level::before{
  39. content: "▼몬스터 레벨";
  40. }
  41. .m-level-btn-max::before{
  42. content: "최고Lv";
  43. }
  44. .abilitys .hp::before{
  45. content: "HP:";
  46. }
  47. .abilitys .atk::before{
  48. content: "공격:";
  49. }
  50. .abilitys .rcv::before{
  51. content: "회복:";
  52. }
  53. .edit-box .setting-box .row-mon-awoken::before{
  54. content: "▼몬스터 각성";
  55. }
  56. .edit-box .setting-box .row-mon-super-awoken::before{
  57. content: "▼몬스터 슈퍼 각성";
  58. }
  59. .edit-box .setting-box .row-mon-plus::before{
  60. content: "▼몬스터 플러스";
  61. }
  62. .m-plus-hp-li::before{
  63. content: "HP";
  64. }
  65. .m-plus-atk-li::before{
  66. content: "공격";
  67. }
  68. .m-plus-rcv-li::before{
  69. content: "회복";
  70. }
  71. .edit-box .setting-box .row-mon-latent::before{
  72. content: "▼몬스터 숨어있는";
  73. }
  74. .edit-box .button-box .button-null::after{
  75. content: "비워 둡니다";
  76. }
  77. .edit-box .button-box .button-delay::after{
  78. content: "지연 방지";
  79. }
  80. .edit-box .button-box .button-cancel::after{
  81. content: "편집 취소";
  82. }
  83. .edit-box .button-box .button-done::after{
  84. content: "수정 확인";
  85. }
  86. .edit-box .button-box .button-done.cant-assist::after{
  87. content: "협조 할 수 없음";
  88. }
  89. .awoken-total-box::before{
  90. content: "총 각성:";
  91. }
  92. .type-name-4::after{
  93. content: "드래곤";
  94. }
  95. .type-name-5::after{
  96. content: "신";
  97. }
  98. .type-name-7::after{
  99. content: "악마";
  100. }
  101. .type-name-8::after{
  102. content: "머신";
  103. }
  104. .type-name-1::after{
  105. content: "밸런스";
  106. }
  107. .type-name-6::after{
  108. content: "공격";
  109. }
  110. .type-name-2::after{
  111. content: "체력";
  112. }
  113. .type-name-3::after{
  114. content: "회복";
  115. }
  116. .type-name-0::after{
  117. content: "진화용";
  118. }
  119. .type-name-12::after{
  120. content: "능력각성";
  121. }
  122. .type-name-14::after{
  123. content: "강화합성용";
  124. }
  125. .type-name-15::after{
  126. content: "매각용";
  127. }
  128. .type-name-9::after{
  129. content: "특별 보호";
  130. }
  131. .control-box .solo-link::before{
  132. content: "싱글 플레이어 게임으로 이동";
  133. }
  134. .control-box .multi-link::before{
  135. content: "2인 게임으로 이동";
  136. }
  137. .control-box .btn-show-mon-id::before{
  138. content: "숨겨진 몬스터 ID";
  139. }
  140. .not-show-mon-id .control-box .btn-show-mon-id::before{
  141. content: "괴물 ID 표시";
  142. }
  143. /*Some icons, style different from the Japanese version*/
  144. .awoken-40,
  145. .awoken-46,
  146. .awoken-47,
  147. .awoken-48,
  148. .type-icon-12,
  149. .type-icon-9
  150. {
  151. background-position-x: -32px;
  152. }
  153. .latent-icon-14
  154. {
  155. background-position-x: -76px;
  156. }
  157. .badge-0,
  158. .badge-2
  159. {
  160. background-position-x: -36px;
  161. }

智龙迷城队伍图制作工具