Browse Source

CSS 微调

pull/5/head
枫谷剑仙 1 year ago
parent
commit
3d63a86682
2 changed files with 11 additions and 7 deletions
  1. +6
    -4
      style-monsterimages.css
  2. +5
    -3
      style.css

+ 6
- 4
style-monsterimages.css View File

@@ -1679,11 +1679,13 @@
.attr
{
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
--icon-width: 36px;
--icon-height: 36px;
width: var(--icon-width);
height: var(--icon-height);
background-image: url(images/attrs.png);
background-position-y:calc(36px);
background-position-y: var(--icon-height);
background-repeat: no-repeat;
vertical-align: bottom;
}


+ 5
- 3
style.css View File

@@ -3152,7 +3152,7 @@ input[disabled]+.awoken-icon:active,
.skill-datail-parsed{
color: black;
padding: 0 8px 6px 8px;
line-height: 25px;
line-height: 1.25em;
white-space: break-spaces;
}
.skill-datail-parsed{
@@ -4524,10 +4524,12 @@ body.external-link-support #external-support{
.icon-skill::after,
.icon-skill::before
{
--icon-width: 36px;
--icon-height: 36px;
width: var(--icon-width);
height: var(--icon-height);
font-weight: normal;
display: inline-block;
width: 36px;
height: 36px;
background-image: url(images/icon-skills.png);
background-repeat: no-repeat;
}


Loading…
Cancel
Save