diff --git a/images/badge.png b/images/badge.png index 8a55b5d5..228c47a4 100644 Binary files a/images/badge.png and b/images/badge.png differ diff --git a/images/project file/badge.fw.png b/images/project file/badge.fw.png index 9b99b98a..68645f04 100644 Binary files a/images/project file/badge.fw.png and b/images/project file/badge.fw.png differ diff --git a/languages/en.css b/languages/en.css index e2f95321..bb74527c 100644 --- a/languages/en.css +++ b/languages/en.css @@ -310,16 +310,16 @@ } /*Some icons, style different from the Japanese version*/ -.awoken-40, -.awoken-46, -.awoken-47, -.awoken-48, +.awoken-icon[data-awoken-icon='40'], +.awoken-icon[data-awoken-icon='46'], +.awoken-icon[data-awoken-icon='47'], +.awoken-icon[data-awoken-icon='48'], .type-icon[data-type-icon='12'], .type-icon[data-type-icon='9'] { background-position-x: -32px; } -.latent-icon-14 +.latent-icon[data-latent-icon='14'] { background-position-x: -76px; } diff --git a/languages/ko.css b/languages/ko.css index bc8815fa..1f48111e 100644 --- a/languages/ko.css +++ b/languages/ko.css @@ -302,16 +302,16 @@ content: "찾기 닫기"; } /*Some icons, style different from the Japanese version*/ -.awoken-40, -.awoken-46, -.awoken-47, -.awoken-48, +.awoken-icon[data-awoken-icon='40'], +.awoken-icon[data-awoken-icon='46'], +.awoken-icon[data-awoken-icon='47'], +.awoken-icon[data-awoken-icon='48'], .type-icon[data-type-icon='12'], .type-icon[data-type-icon='9'] { background-position-x: -32px; } -.latent-icon-14 +.latent-icon[data-latent-icon='14'] { background-position-x: -76px; } diff --git a/languages/zh-TW.css b/languages/zh-TW.css index 37bd7c1a..a2a4cfb8 100644 --- a/languages/zh-TW.css +++ b/languages/zh-TW.css @@ -308,13 +308,13 @@ content: "關閉搜索"; } /*Some icons, style different from the Japanese version*/ -.awoken-46, -.awoken-47 +.awoken-icon[data-awoken-icon='46'], +.awoken-icon[data-awoken-icon='47'] { - background-position-x: -64px; + background-position-x: calc(-32px * 2); } .badge[data-badge-icon='0']::before, -.badge[data-badge-icon='17']::before +.badge[data-badge-icon='14']::before { - background-position-x: -72px; + background-position-x: calc(-36px * 2); } \ No newline at end of file diff --git a/languages/zh.css b/languages/zh.css index 928ed6e2..920b125d 100644 --- a/languages/zh.css +++ b/languages/zh.css @@ -308,13 +308,13 @@ content: "关闭搜索"; } /*Some icons, style different from the Japanese version*/ -.awoken-46, -.awoken-47 +.awoken-icon[data-awoken-icon='46'], +.awoken-icon[data-awoken-icon='47'] { - background-position-x: -64px; + background-position-x: calc(-32px * 2); } .badge[data-badge-icon='0']::before, -.badge[data-badge-icon='17']::before +.badge[data-badge-icon='14']::before { - background-position-x: -72px; + background-position-x: calc(-36px * 2); } \ No newline at end of file diff --git a/script.js b/script.js index 8b544ccc..ae523ece 100644 --- a/script.js +++ b/script.js @@ -633,6 +633,7 @@ function initialize() {//每个有链接的符卡,把它们被链接的符卡的进化根修改到链接前的 const _m = Cards[parseInt(linkRes[1],10)]; _m.evoRootId = m.evoRootId; + _m.henshined = true; } }); monstersList.appendChild(fragment); diff --git a/style.css b/style.css index 8e2b6162..aeeae8f9 100644 --- a/style.css +++ b/style.css @@ -962,8 +962,7 @@ ul{ float: left; margin-right:5px; } -.monsterinfo-box .monsterinfo-line>div, -.monsterinfo-box .monsterinfo-line>ul +.monsterinfo-box .monsterinfo-line>div { display:inline-block; vertical-align: top; @@ -1031,8 +1030,8 @@ ul{ .monster-rare[data-rarity='8']::before{content: "8";} .monster-rare[data-rarity='9']::before{content: "9";} .monster-rare[data-rarity='10']::before{content: "10";} -.monsterinfo-box .monster-type{ - font-size: 0; +.monsterinfo-box .monster-type { + display: inline; } .monsterinfo-box .monster-type .type-name{ display:inline-block;