diff --git a/languages/en.css b/languages/en.css index 7828cbc8..3653e1e6 100644 --- a/languages/en.css +++ b/languages/en.css @@ -55,10 +55,10 @@ content: "▼Monster Level"; } .m-level-btn-min::before{ - content: "Lv"; + content: "Lv."; } .m-level-btn-max::before{ - content: "Max Lv"; + content: "Max Lv."; } .edit-box .setting-box .row-mon-awoken::before{ content: "▼Monster Awoken"; @@ -81,6 +81,26 @@ .edit-box .setting-box .row-mon-latent::before{ content: "▼Latent Awoken"; } + +.skill-box .skill-cd::before{ + content: "Turn(s):"; +} +.skill-box .skill-level-label::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-1::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-max::before{ + content: "Max Lv."; +} +.row-mon-skill .skill-title::before{ + content: "Skill"; +} +.row-mon-leader-skill .skill-title::before{ + content: "Leader Skill"; +} + .edit-box .button-box .button-null::after{ content: "Leave a blank"; } @@ -165,6 +185,12 @@ .not-show-mon-id .control-box .btn-show-mon-id::before{ content: "🆔Show monster ID"; } +.show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{ + content: "⬜Hide full skill's cooldown"; +} +.control-box .btn-show-mon-skill-cd::before{ + content: "❄️Show full skill's cooldown"; +} .team-info .tIf-total-hp::before{ content: "Total HP(Team Awoken & Badge): "; } diff --git a/languages/ja.css b/languages/ja.css index 18adb7cf..d320886c 100644 --- a/languages/ja.css +++ b/languages/ja.css @@ -45,10 +45,10 @@ content: "▼モンスターレベル"; } .m-level-btn-min::before{ - content: "Lv"; + content: "Lv."; } .m-level-btn-max::before{ - content: "最高Lv"; + content: "最大Lv."; } .abilitys .hp::before{ content: "HP:"; @@ -80,6 +80,26 @@ .edit-box .setting-box .row-mon-latent::before{ content: "▼モンスター潜在覚醒"; } + +.skill-box .skill-cd::before{ + content: "ターン:"; +} +.skill-box .skill-level-label::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-1::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-max::before{ + content: "最大Lv."; +} +.row-mon-skill .skill-title::before{ + content: "スキル"; +} +.row-mon-leader-skill .skill-title::before{ + content: "リーダースキル"; +} + .edit-box .button-box .button-null::after{ content: "空白のままに"; } @@ -158,6 +178,12 @@ .not-show-mon-id .control-box .btn-show-mon-id::before{ content: "🆔モンスターIDを表示"; } +.show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{ + content: "⬜フル スキル クールを非表示"; +} +.control-box .btn-show-mon-skill-cd::before{ + content: "❄️フル スキル クールを表示"; +} .team-info .tIf-total-hp::before{ content: "合計HP(チーム覚醒とバッジ):"; } diff --git a/languages/ko.css b/languages/ko.css index a8f9a4b5..1e7529c2 100644 --- a/languages/ko.css +++ b/languages/ko.css @@ -45,10 +45,10 @@ content: "▼몬스터 레벨"; } .m-level-btn-min::before{ - content: "Lv"; + content: "Lv."; } .m-level-btn-max::before{ - content: "최고Lv"; + content: "최대Lv."; } .abilitys .hp::before{ content: "HP:"; @@ -80,6 +80,26 @@ .edit-box .setting-box .row-mon-latent::before{ content: "▼몬스터 숨어있는"; } + +.skill-box .skill-cd::before{ + content: "턴:"; +} +.skill-box .skill-level-label::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-1::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-max::before{ + content: "최대Lv."; +} +.row-mon-skill .skill-title::before{ + content: "스킬"; +} +.row-mon-leader-skill .skill-title::before{ + content: "리더스킬"; +} + .edit-box .button-box .button-null::after{ content: "비워 둡니다"; } @@ -153,10 +173,16 @@ content: "🔄교환 AB 팀"; } .control-box .btn-show-mon-id::before{ - content: "⬜숨겨진 몬스터 ID"; + content: "⬜몬스터 ID 숨기기"; } .not-show-mon-id .control-box .btn-show-mon-id::before{ - content: "🆔괴물 ID 표시"; + content: "🆔⬜몬스터 ID 표시"; +} +.show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{ + content: "⬜전체 스킬 쿨을 숨기기"; +} +.control-box .btn-show-mon-skill-cd::before{ + content: "❄️전체 스킬 쿨을 표시"; } .team-info .tIf-total-hp::before{ content: "총 HP(팀의 각 성과 배지):"; diff --git a/languages/zh-TW.css b/languages/zh-TW.css index 1e4e1710..eac68060 100644 --- a/languages/zh-TW.css +++ b/languages/zh-TW.css @@ -54,10 +54,10 @@ content: "▼怪物等級"; } .m-level-btn-min::before{ - content: "Lv"; + content: "Lv."; } .m-level-btn-max::before{ - content: "最高Lv"; + content: "最高Lv."; } .edit-box .setting-box .row-mon-awoken::before{ content: "▼怪物覺醒"; @@ -80,6 +80,26 @@ .edit-box .setting-box .row-mon-latent::before{ content: "▼潛在覺醒"; } + +.skill-box .skill-cd::before{ + content: "冷卻回合:"; +} +.skill-box .skill-level-label::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-1::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-max::before{ + content: "最高Lv."; +} +.row-mon-skill .skill-title::before{ + content: "主動技能"; +} +.row-mon-leader-skill .skill-title::before{ + content: "隊長技能"; +} + .edit-box .button-box .button-null::after{ content: "留空格子"; } @@ -161,6 +181,12 @@ .not-show-mon-id .control-box .btn-show-mon-id::before{ content: "🆔顯示怪物ID"; } +.show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{ + content: "⬜隱藏已滿技能冷卻"; +} +.control-box .btn-show-mon-skill-cd::before{ + content: "❄️顯示已滿技能冷卻"; +} .team-info .tIf-total-hp::before{ content: "總HP(隊伍覺醒和徽章):"; } diff --git a/languages/zh.css b/languages/zh.css index ae3e17e5..a1f6544f 100644 --- a/languages/zh.css +++ b/languages/zh.css @@ -54,10 +54,10 @@ content: "▼怪物等级"; } .m-level-btn-min::before{ - content: "Lv"; + content: "Lv."; } .m-level-btn-max::before{ - content: "最高Lv"; + content: "最高Lv."; } .edit-box .setting-box .row-mon-awoken::before{ content: "▼怪物觉醒"; @@ -80,6 +80,26 @@ .edit-box .setting-box .row-mon-latent::before{ content: "▼潜在觉醒"; } + +.skill-box .skill-cd::before{ + content: "冷却回合:"; +} +.skill-box .skill-level-label::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-1::before{ + content: "Lv."; +} +.skill-box .m-skill-lv-max::before{ + content: "最高Lv."; +} +.row-mon-skill .skill-title::before{ + content: "主動技能"; +} +.row-mon-leader-skill .skill-title::before{ + content: "隊長技能"; +} + .edit-box .button-box .button-null::after{ content: "留空格子"; } @@ -161,6 +181,12 @@ .not-show-mon-id .control-box .btn-show-mon-id::before{ content: "🆔显示怪物ID"; } +.show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{ + content: "⬜隐藏已满技能冷却"; +} +.control-box .btn-show-mon-skill-cd::before{ + content: "❄️显示已满技能冷却"; +} .team-info .tIf-total-hp::before{ content: "总HP(队伍觉醒和徽章):"; } @@ -209,7 +235,7 @@ } .edit-box .monsterinfo-box .monster-name{ font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif; - font-weight: 900; + font-weight: bold; } /*Some icons, style different from the Japanese version*/ .awoken-46, diff --git a/style.css b/style.css index 94974446..39270988 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ @charset "utf-8"; @font-face { font-family: 'FOT-KurokaneStd-EB'; + font-weight: 100; font-style: normal; /*font-weight: 400;*/ src: url("fonts/FOT-KurokaneStd-EB.woff2") format('woff2'), @@ -18,7 +19,7 @@ } } body{ - font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif; + font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; --search-icon-unchecked: 0.4; } .display-none{ @@ -36,7 +37,7 @@ body{ .detail{ min-height: 100px; font-size: 1.5em; - font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif; + font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; } .title,.detail{ width:100%; @@ -79,7 +80,7 @@ ul{ /*单个怪物*/ .monster{ - font-family: 'FOT-KurokaneStd-EB',"Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif; + font-family: 'FOT-KurokaneStd-EB',"Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; width: 100px; height: 100px; margin: 0; @@ -120,7 +121,7 @@ ul{ text-align: center; font-weight: bold; /*content: "应 对\A威 吓";*/ - font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif; + font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; white-space: pre-wrap; display: inline-block; } @@ -231,7 +232,7 @@ ul{ .monster .id{ display: block; color: white; - font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif; + font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; font-size: 15px; line-height: 17px; height: 17px; @@ -449,7 +450,7 @@ ul{ content: "修改辅助"; }*/ .edit-box .monsterinfo-box{ - font-family: 'FOT-KurokaneStd-EB'; + font-family: 'FOT-KurokaneStd-EB', "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; color: white; text-shadow: black 2px 2px 0; height: 100px; @@ -622,7 +623,7 @@ ul{ .search-box .awoken-list button{ border: none; background-color: unset; - font-family: 'FOT-KurokaneStd-EB'; + font-family: 'FOT-KurokaneStd-EB', "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; color: white; line-height: 32px; font-size: 16px; @@ -740,16 +741,17 @@ ul{ .edit-box .setting-box .m-level{ font-size: 25px; height: 40px; - width: calc(100% - 215px); + width: calc(100% - 220px); box-sizing: border-box; } .m-level-btn-min,.m-level-btn-max{ height: 40px; box-sizing: border-box; font-size: 25px; + padding: 0; } .m-level-btn-min{ - width: 60px; + width: 65px; } .m-level-btn-max{ width: 145px; @@ -889,7 +891,7 @@ ul{ .edit-box .setting-box .row-mon-leader-skill{ margin-top:5px; } -.skill-box .skill-cd::before{ +/*.skill-box .skill-cd::before{ content: "冷却回合:"; } .skill-box .skill-level-label::before{ @@ -900,7 +902,7 @@ ul{ } .skill-box .m-skill-lv-max::before{ content: "最高Lv"; -} +}*/ .skill-box .m-skill-level { font-size: 18px; height: 30px; @@ -908,7 +910,7 @@ ul{ box-sizing: border-box; border: none; background: none; - font-family: 'FOT-KurokaneStd-EB'; + font-family: 'FOT-KurokaneStd-EB', "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; color: white; } .skill-box .m-skill-lv-1,.skill-box .m-skill-lv-max{ @@ -917,9 +919,9 @@ ul{ font-size: 18px; } .skill-box{ - font-family: 'FOT-KurokaneStd-EB'; + font-family: 'FOT-KurokaneStd-EB', "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; font-size: 20px; - border: #9C743E solid 3px; + border: #9C743E solid 2px; border-radius: 10px; background-color: #B1AAA0; overflow: hidden; @@ -933,21 +935,23 @@ ul{ } .skill-title::before{ background-color: #774433; - border: #BB9944 solid 3px; - border-radius: 5px; + border: #BBAA55 solid 2px; + border-radius: 10px; margin-right: 5px; padding: 0 5px; text-shadow:black 0 0 3px; + line-height: 25px; + display: inline-block; } .row-mon-skill .skill-title::before{ - content: "主動技能"; + /*content: "主動技能";*/ color: #DDEEEE; } .row-mon-skill .skill-title .skill-name{ color: #84BAFC; } .row-mon-leader-skill .skill-title::before{ - content: "隊長技能"; + /*content: "隊長技能";*/ color: #FF9955; } .row-mon-leader-skill .skill-title .skill-name{ @@ -1018,7 +1022,8 @@ ul{ .search-box .awoken-list .awoken-count{ font-size: 16px; line-height: 32px; - font-family: 'FOT-KurokaneStd-EB'; + font-family: 'FOT-KurokaneStd-EB',"Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; + float: left; margin-right: 3px; } @@ -1056,13 +1061,13 @@ ul{ .not-show-mon-id .control-box .btn-show-mon-skill-cd::before{ content: "显示怪物ID"; } -*/ .show-mon-skill-cd .control-box .btn-show-mon-skill-cd::before{ content: "⬜隐藏已满技能CD"; } .control-box .btn-show-mon-skill-cd::before{ - content: "💿显示已满技能CD"; + content: "❄️显示已满技能CD"; } +*/ #interchange-line{ pointer-events: none; position: absolute;