plugins/sdvx@asphyxia/webui/asset/css/score.css
dannylin0711 27116545a4 6.1.0
2023-08-25 04:48:00 +08:00

27 lines
427 B
CSS

@font-face {
font-family: testfont;
src: url("font/0001.ttf");
}
@font-face {
font-family: ffff;
src: url("font/0002.ttf");
}
img.jk {
transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
perspective: 30px;
}
div.sc:hover {
scale: 1.03;
}
div.sc {
transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card.is-inlineblocked {
/* display: inline-block; */
margin: 1em 2em
}