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.css 6.0 kB

6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. .help-link::before{
  12. content: "帮助和提示";
  13. }
  14. .delay .monster::before{
  15. content: "应 对\A威 吓";
  16. }
  17. .monster .level.max::before{
  18. content: "Lv.最大";
  19. }
  20. .monster .level::before{
  21. content: "Lv.";
  22. }
  23. .monster .id::before{
  24. content: "No.";
  25. }
  26. .team-1 .team-box-name::after,
  27. .team-1 .team-box-name::before
  28. {
  29. content: "队伍\A A";
  30. }
  31. .team-2 .team-box-name::after,
  32. .team-2 .team-box-name::before
  33. {
  34. content: "队伍\A B";
  35. }
  36. .team-3 .team-box-name::after,
  37. .team-3 .team-box-name::before
  38. {
  39. content: "队伍\A C";
  40. }
  41. .team-box .team-assist .member::after
  42. {
  43. content: "▼辅助";
  44. }
  45. .team-box .team-assist .member::before
  46. {
  47. content: "▲辅助";
  48. }
  49. .abilitys .hp::before{
  50. content: "HP:";
  51. }
  52. .abilitys .atk::before{
  53. content: "攻击:";
  54. }
  55. .abilitys .rcv::before{
  56. content: "回复:";
  57. }
  58. .edit-box .edit-box-title::before{
  59. content: "修改队员";
  60. }
  61. .edit-box .edit-box-title.edit-box-title-assist::before{
  62. content: "修改辅助";
  63. }
  64. .edit-box .setting-box .row-mon-id::before{
  65. content: "▼怪物ID";
  66. }
  67. .monsterinfo-box .monster-id::before{
  68. content: "No.";
  69. }
  70. .monsterinfo-box .monster-cost::before{
  71. content: "消耗:";
  72. }
  73. .monsterinfo-box .monster-collabId::before{
  74. content: "系列ID:";
  75. }
  76. .monsterinfo-box .monster-altName::before{
  77. content: "系列名称:";
  78. }
  79. .edit-box .setting-box .row-mon-level::before{
  80. content: "▼怪物等级";
  81. }
  82. .m-level-btn-min::before{
  83. content: "Lv.";
  84. }
  85. .m-level-btn-max::before{
  86. content: "最高Lv.";
  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 .languages-label::before{
  182. content: "语言:";
  183. }
  184. .control-box .datasource-label::before{
  185. content: "数据来源:";
  186. }
  187. .control-box .btn-solo-link::before{
  188. content: "🧑转到单人游戏";
  189. }
  190. .control-box .btn-multi-link::before{
  191. content: "🧑‍🤝‍🧑转到2人车队";
  192. }
  193. .control-box .btn-triple-link::before{
  194. content: "👪转到3人协力";
  195. }
  196. .control-box .btn-clear-data::before{
  197. content: "🗑️清除数据";
  198. }
  199. .control-box .btn-capture::before{
  200. content: "📷截图";
  201. }
  202. .control-box .btn-swap-AB-team::before{
  203. content: "🔄交换AB队";
  204. }
  205. .control-box .btn-swap-ABC-team::before{
  206. content: "🔄轮换ABC队";
  207. }
  208. .control-box .btn-show-mon-id::before{
  209. content: "⬜隐藏怪物ID";
  210. }
  211. .not-show-mon-id .control-box .btn-show-mon-id::before{
  212. content: "🆔显示怪物ID";
  213. }
  214. .show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{
  215. content: "⬜隐藏已满技能冷却";
  216. }
  217. .control-box .btn-show-mon-skill-cd::before{
  218. content: "❄️显示已满技能冷却";
  219. }
  220. .team-total-info .tIf-total-hp::before{
  221. content: "队伍HP(队伍觉醒和徽章):";
  222. }
  223. .team-total-info .tIf-total-rcv::before{
  224. content: "队伍回复(队伍觉醒和徽章):";
  225. }
  226. .formation-total-info .tIf-total-hp::before{
  227. content: "总HP(队伍觉醒和徽章):";
  228. }
  229. .formation-total-info .tIf-total-rcv::before{
  230. content: "总回复(队伍觉醒和徽章):";
  231. }
  232. .setting-box .row-mon-id .open-search::before{
  233. content: "简易搜索";
  234. }
  235. .search-box::before{
  236. content: "▼搜索怪物";
  237. }
  238. .search-box .attrs .attr-list-1::before{
  239. content: "属性 1";
  240. }
  241. .search-box .attrs .attr-list-2::before{
  242. content: "属性 2";
  243. }
  244. .search-box .attrs .fix-main-color-label::after{
  245. content: "限制属性 1 为主属性,属性 2 为副属性";
  246. }
  247. .attrs .attr-all::before{
  248. content: "不限";
  249. }
  250. .attrs .attr-none::before{
  251. content: "无";
  252. }
  253. .search-box .types-div::before{
  254. content: "类型(OR)";
  255. }
  256. .search-box .awoken-div::before{
  257. content: "觉醒(AND)(提示:点击数字可减少数值)";
  258. }
  259. .search-box .sawoken-div::before{
  260. content: "超觉醒(OR)";
  261. }
  262. .control-div .search-start::before{
  263. content: "🔍开始搜索";
  264. }
  265. .control-div .search-clear::before{
  266. content: "清空搜索";
  267. }
  268. .control-div .search-close::before{
  269. content: "关闭搜索";
  270. }
  271. /*Some icons, style different from the Japanese version*/
  272. .awoken-46,
  273. .awoken-47
  274. {
  275. background-position-x: -64px;
  276. }
  277. .badge-0
  278. {
  279. background-position-x: -72px;
  280. }

智龙迷城队伍图制作工具