mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
82 lines
1.9 KiB
SCSS
82 lines
1.9 KiB
SCSS
@charset "UTF-8";
|
|
|
|
@font-face {
|
|
font-family: 'zzz';
|
|
// src: url('../fonts/RoGSanSrfStd-Bd.otf');
|
|
src: url('../fonts/inpinhongmengti.ttf');
|
|
// font-weight: 400;
|
|
}
|
|
|
|
// @font-face {
|
|
// font-family: 'zzz';
|
|
// src: url('../fonts/REEJI-CloudChaoCuHeiGBT.ttf');
|
|
// font-weight: 900;
|
|
// }
|
|
|
|
@font-face {
|
|
font-family: 'Source Han Serif';
|
|
src: url('../fonts/SourceHanSerifCN-Heavy.otf');
|
|
}
|
|
|
|
.zzz-font {
|
|
font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
}
|
|
|
|
.no-zzz-font {
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
}
|
|
|
|
// .zzz-title {
|
|
// font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
// Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
// font-weight: 900;
|
|
// }
|
|
|
|
.zzz-serif {
|
|
font-family: 'Source Han Serif', system-ui, -apple-system, BlinkMacSystemFont,
|
|
'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
|
|
sans-serif;
|
|
}
|
|
|
|
.rank-icon {
|
|
aspect-ratio: 1;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: contain;
|
|
&.s,
|
|
&.S {
|
|
background-image: url('../images/RANK_S.png');
|
|
}
|
|
&.a,
|
|
&.A {
|
|
background-image: url('../images/RANK_A.png');
|
|
}
|
|
&.b,
|
|
&.B {
|
|
background-image: url('../images/RANK_B.png');
|
|
}
|
|
}
|
|
|
|
.property {
|
|
aspect-ratio: 1;
|
|
background-size: contain;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
&.fire {
|
|
background-image: url('../images/IconFire.png');
|
|
}
|
|
&.ice {
|
|
background-image: url('../images/IconIce.png');
|
|
}
|
|
&.physdmg {
|
|
background-image: url('../images/IconPhysDmg.png');
|
|
}
|
|
&.thunder {
|
|
background-image: url('../images/IconThunder.png');
|
|
}
|
|
&.dungeon {
|
|
background-image: url('../images/IconDungeonBuffEther.png');
|
|
}
|
|
}
|