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.

zh-dev.css 5.4 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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. .abilitys .hp::before{
  33. content: "HP:";
  34. }
  35. .abilitys .atk::before{
  36. content: "攻击:";
  37. }
  38. .abilitys .rcv::before{
  39. content: "回复:";
  40. }
  41. .edit-box .edit-box-title::before{
  42. content: "修改队员";
  43. }
  44. .edit-box .edit-box-title.edit-box-title-assist::before{
  45. content: "修改辅助";
  46. }
  47. .edit-box .setting-box .row-mon-id::before{
  48. content: "▼怪物ID";
  49. }
  50. .monsterinfo-box .monster-id::before{
  51. content: "No.";
  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. .edit-box .setting-box .row-mon-awoken::before{
  63. content: "▼怪物觉醒";
  64. }
  65. .edit-box .setting-box .row-mon-super-awoken::before{
  66. content: "▼超觉醒";
  67. }
  68. .edit-box .setting-box .row-mon-plus::before{
  69. content: "▼怪物加值";
  70. }
  71. .m-plus-hp-li::before{
  72. content: "HP";
  73. }
  74. .m-plus-atk-li::before{
  75. content: "攻击";
  76. }
  77. .m-plus-rcv-li::before{
  78. content: "回复";
  79. }
  80. .edit-box .setting-box .row-mon-latent::before{
  81. content: "▼潜在觉醒";
  82. }
  83. .skill-box .skill-cd::before{
  84. content: "回合:";
  85. }
  86. .skill-box .skill-level-label::before{
  87. content: "Lv.";
  88. }
  89. .skill-box .m-skill-lv-1::before{
  90. content: "Lv.";
  91. }
  92. .skill-box .m-skill-lv-max::before{
  93. content: "最高Lv.";
  94. }
  95. .row-mon-skill .skill-title::before{
  96. content: "主動技能";
  97. }
  98. .row-mon-leader-skill .skill-title::before{
  99. content: "隊長技能";
  100. }
  101. .edit-box .button-box .button-null::after{
  102. content: "留空格子";
  103. }
  104. .edit-box .button-box .button-delay::after{
  105. content: "应对威吓";
  106. }
  107. .edit-box .button-box .button-cancel::after{
  108. content: "取消修改";
  109. }
  110. .edit-box .button-box .button-done::after{
  111. content: "确认修改";
  112. }
  113. .edit-box .button-box .button-done.cant-assist::after{
  114. content: "不能辅助";
  115. }
  116. .awoken-total-box::before{
  117. content: "觉醒总计:";
  118. }
  119. .type-name-4::after{
  120. content: "龍";
  121. }
  122. .type-name-5::after{
  123. content: "神";
  124. }
  125. .type-name-7::after{
  126. content: "惡魔";
  127. }
  128. .type-name-8::after{
  129. content: "机械";
  130. }
  131. .type-name-1::after{
  132. content: "平衡";
  133. }
  134. .type-name-6::after{
  135. content: "攻撃";
  136. }
  137. .type-name-2::after{
  138. content: "体力";
  139. }
  140. .type-name-3::after{
  141. content: "回復";
  142. }
  143. .type-name-0::after{
  144. content: "進化用";
  145. }
  146. .type-name-12::after{
  147. content: "能力覺醒用";
  148. }
  149. .type-name-14::after{
  150. content: "強化合成用";
  151. }
  152. .type-name-15::after{
  153. content: "販賣用";
  154. }
  155. .type-name-9::after{
  156. content: "特別保護";
  157. }
  158. .control-box .languages-label::before{
  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: "属性 2";
  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. .edit-box .monsterinfo-box .monster-name,
  234. .edit-box .skill-box .skill-datail
  235. {
  236. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  237. font-weight: bold;
  238. }
  239. .spColor{
  240. color: #ff3600;
  241. }
  242. .random-active-skill{
  243. padding-left: 1em;
  244. }
  245. .random-active-skill>.active-skill-li{
  246. list-style: decimal;
  247. }
  248. /*Some icons, style different from the Japanese version*/
  249. .awoken-46,
  250. .awoken-47
  251. {
  252. background-position-x: -64px;
  253. }
  254. .badge-0
  255. {
  256. background-position-x: -72px;
  257. }

智龙迷城队伍图制作工具