调整CSS
This commit is contained in:
parent
3b3b3e224b
commit
36df4248e7
|
@ -6,9 +6,6 @@
|
||||||
.monster .level.max::after{
|
.monster .level.max::after{
|
||||||
content: "Max";
|
content: "Max";
|
||||||
}
|
}
|
||||||
.monster .level::before{
|
|
||||||
content: "Lv.";
|
|
||||||
}
|
|
||||||
.team-box-name .box-name::before
|
.team-box-name .box-name::before
|
||||||
{
|
{
|
||||||
content: "Team";
|
content: "Team";
|
||||||
|
|
|
@ -8,9 +8,6 @@ label[for="languages"]::after{
|
||||||
.monster .level.max::after{
|
.monster .level.max::after{
|
||||||
content: "最大";
|
content: "最大";
|
||||||
}
|
}
|
||||||
.monster .level::before{
|
|
||||||
content: "Lv.";
|
|
||||||
}
|
|
||||||
.team-box-name .box-name::before
|
.team-box-name .box-name::before
|
||||||
{
|
{
|
||||||
content: "チーム";
|
content: "チーム";
|
||||||
|
|
|
@ -8,9 +8,6 @@ label[for="languages"]::after{
|
||||||
.monster .level.max::after{
|
.monster .level.max::after{
|
||||||
content: "최대";
|
content: "최대";
|
||||||
}
|
}
|
||||||
.monster .level::before{
|
|
||||||
content: "Lv.";
|
|
||||||
}
|
|
||||||
.team-box-name .box-name::before
|
.team-box-name .box-name::before
|
||||||
{
|
{
|
||||||
content: "팀";
|
content: "팀";
|
||||||
|
|
|
@ -14,9 +14,6 @@ label[for="languages"]::after{
|
||||||
.monster .level.max::after{
|
.monster .level.max::after{
|
||||||
content: "最大";
|
content: "最大";
|
||||||
}
|
}
|
||||||
.monster .level::before{
|
|
||||||
content: "Lv.";
|
|
||||||
}
|
|
||||||
.team-box-name .box-name::before
|
.team-box-name .box-name::before
|
||||||
{
|
{
|
||||||
content: "队伍";
|
content: "队伍";
|
||||||
|
|
|
@ -14,9 +14,6 @@ label[for="languages"]::after{
|
||||||
.monster .level.max::after{
|
.monster .level.max::after{
|
||||||
content: "最大";
|
content: "最大";
|
||||||
}
|
}
|
||||||
.monster .level::before{
|
|
||||||
content: "Lv.";
|
|
||||||
}
|
|
||||||
.team-box-name .box-name::before
|
.team-box-name .box-name::before
|
||||||
{
|
{
|
||||||
content: "隊伍";
|
content: "隊伍";
|
||||||
|
|
33
style.css
33
style.css
|
@ -601,9 +601,6 @@ ul{
|
||||||
}
|
}
|
||||||
|
|
||||||
/*显示怪物觉醒的数字*/
|
/*显示怪物觉醒的数字*/
|
||||||
.awoken-count-num
|
|
||||||
{
|
|
||||||
}
|
|
||||||
.awoken-count-num::before
|
.awoken-count-num::before
|
||||||
{
|
{
|
||||||
content: attr(data-value);
|
content: attr(data-value);
|
||||||
|
@ -656,6 +653,10 @@ ul{
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
.monster .level::before{
|
||||||
|
content: "Lv.";
|
||||||
|
font-size: 0.75em;
|
||||||
|
}
|
||||||
.monster .level::after
|
.monster .level::after
|
||||||
{
|
{
|
||||||
content: attr(data-value);
|
content: attr(data-value);
|
||||||
|
@ -673,17 +674,13 @@ ul{
|
||||||
.monster .level[data-level-range="error"]{
|
.monster .level[data-level-range="error"]{
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
/*.monster .level::before{
|
/**/
|
||||||
content: "Lv.";
|
|
||||||
}.monster .level.max::before{
|
|
||||||
content: "Lv.最大";
|
|
||||||
}*/
|
|
||||||
.monster .id{
|
.monster .id{
|
||||||
display: block;
|
display: block;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
text-shadow: black 0px 0px 2px,black -1px -1px 1px,black 1px 1px 1px;
|
text-shadow: black 0px 0px 2px,black -1px -1px 1px,black 1px 1px 1px;
|
||||||
|
@ -692,19 +689,23 @@ ul{
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
}
|
}
|
||||||
.monster .id::before{
|
.monster .id::before{
|
||||||
content: "No.";
|
content: "#";
|
||||||
font-size: 12px;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
.monster .skill-cd{
|
.monster .skill-cd{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.monster .skill-cd::before{
|
.monster .skill-cd::before,
|
||||||
|
.monster .skill-cd::after
|
||||||
|
{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content:"CD";
|
font-size: 0.75em;
|
||||||
font-size: 10px;
|
|
||||||
}
|
}
|
||||||
.monster .skill-cd.loop-skill::before{
|
.monster .skill-cd::before{
|
||||||
content:"🔁CD";
|
content:"CD";
|
||||||
|
}
|
||||||
|
.monster .skill-cd.loop-skill::after{
|
||||||
|
content:"🔁";
|
||||||
}
|
}
|
||||||
.monster .skill-cd {
|
.monster .skill-cd {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
Loading…
Reference in New Issue