|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- @charset "utf-8";
- .delay .monster::before{
- content: "应 对\A威 吓";
- }
- .monster .level.max::before{
- content: "Lv.最大";
- }
- .monster .level::before{
- content: "Lv.";
- }
- .monster .id::before{
- content: "No.";
- }
- .formation-A-bigbox::after{
- content: "队伍\A A";
- }
- .formation-B-bigbox::before{
- content: "队伍\A B";
- }
- .formation-A-box .formation-assist .member::after{
- content: "▼辅助";
- }
- .formation-B-box .formation-assist .member::before{
- content: "▲辅助";
- }
- .abilitys .hp::before{
- content: "HP:";
- }
- .abilitys .atk::before{
- content: "攻击:";
- }
- .abilitys .rcv::before{
- content: "回复:";
- }
- .edit-box .edit-box-title::before{
- content: "修改队员";
- }
- .edit-box .edit-box-title.edit-box-title-assist::before{
- content: "修改辅助";
- }
- .edit-box .search-box::before{
- content: "▼怪物ID";
- }
- .monsterinfo-box .monster-id::before{
- content: "No.";
- }
- .edit-box .setting-box .row-mon-level::before{
- content: "▼怪物等级";
- }
- .m-level-btn-max::before{
- content: "最高Lv";
- }
- .edit-box .setting-box .row-mon-awoken::before{
- content: "▼怪物觉醒";
- }
- .edit-box .setting-box .row-mon-super-awoken::before{
- content: "▼超觉醒";
- }
- .edit-box .setting-box .row-mon-plus::before{
- content: "▼怪物加值";
- }
- .m-plus-hp-li::before{
- content: "HP";
- }
- .m-plus-atk-li::before{
- content: "攻击";
- }
- .m-plus-rcv-li::before{
- content: "回复";
- }
- .edit-box .setting-box .row-mon-latent::before{
- content: "▼潜在觉醒";
- }
- .edit-box .button-box .button-null::after{
- content: "留空格子";
- }
- .edit-box .button-box .button-delay::after{
- content: "应对威吓";
- }
- .edit-box .button-box .button-cancel::after{
- content: "取消修改";
- }
- .edit-box .button-box .button-done::after{
- content: "确认修改";
- }
- .edit-box .button-box .button-done.cant-assist::after{
- content: "不能辅助";
- }
- .awoken-total-box::before{
- content: "觉醒总计:";
- }
- .type-name-4::after{
- content: "龍";
- }
- .type-name-5::after{
- content: "神";
- }
- .type-name-7::after{
- content: "惡魔";
- }
- .type-name-8::after{
- content: "机械";
- }
- .type-name-1::after{
- content: "平衡";
- }
- .type-name-6::after{
- content: "攻撃";
- }
- .type-name-2::after{
- content: "体力";
- }
- .type-name-3::after{
- content: "回復";
- }
- .type-name-0::after{
- content: "進化用";
- }
- .type-name-12::after{
- content: "能力覺醒用";
- }
- .type-name-14::after{
- content: "強化合成用";
- }
- .type-name-15::after{
- content: "販賣用";
- }
- .type-name-9::after{
- content: "特別保護";
- }
- .control-box .languages-label::before{
- content: "语言:";
- }
- .control-box .datasource-label::before{
- content: "数据来源:";
- }
- .control-box .btn-solo-link::before{
- content: "🧑转到单人游戏";
- }
- .control-box .btn-multi-link::before{
- content: "🧑🤝🧑转到2人车队";
- }
- .control-box .btn-clear-data::before{
- content: "🗑️清除数据";
- }
- .control-box .btn-swap-AB-team::before{
- content: "🔄交换AB队";
- }
- .control-box .btn-show-mon-id::before{
- content: "⬜隐藏怪物ID";
- }
- .not-show-mon-id .control-box .btn-show-mon-id::before{
- content: "🆔显示怪物ID";
- }
- .team-info .tIf-total-hp::before{
- content: "总HP(队伍觉醒和徽章):";
- }
- .team-info .tIf-total-rcv::before{
- content: "总回复(队伍觉醒和徽章):";
- }
-
- /*Some icons, style different from the Japanese version*/
- .awoken-46,
- .awoken-47
- {
- background-position-x: -64px;
- }
- .badge-0
- {
- background-position-x: -72px;
- }
|