Browse Source

更新徽章图片

tags/v6.2
枫谷剑仙 6 years ago
parent
commit
31fc7c2d84
8 changed files with 24 additions and 24 deletions
  1. BIN
      images/badge.png
  2. BIN
      images/project file/badge.fw.png
  3. +5
    -5
      languages/en.css
  4. +5
    -5
      languages/ko.css
  5. +5
    -5
      languages/zh-TW.css
  6. +5
    -5
      languages/zh.css
  7. +1
    -0
      script.js
  8. +3
    -4
      style.css

BIN
images/badge.png View File

Before After
Width: 108  |  Height: 540  |  Size: 27 kB Width: 108  |  Height: 540  |  Size: 27 kB

BIN
images/project file/badge.fw.png View File

Before After
Width: 108  |  Height: 540  |  Size: 133 kB Width: 108  |  Height: 540  |  Size: 135 kB

+ 5
- 5
languages/en.css View File

@@ -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;
}


+ 5
- 5
languages/ko.css View File

@@ -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;
}


+ 5
- 5
languages/zh-TW.css View File

@@ -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);
}

+ 5
- 5
languages/zh.css View File

@@ -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);
}

+ 1
- 0
script.js View File

@@ -633,6 +633,7 @@ function initialize()
{//每个有链接的符卡,把它们被链接的符卡的进化根修改到链接前的
const _m = Cards[parseInt(linkRes[1],10)];
_m.evoRootId = m.evoRootId;
_m.henshined = true;
}
});
monstersList.appendChild(fragment);


+ 3
- 4
style.css View File

@@ -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;


Loading…
Cancel
Save