mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 12:51:45 +00:00
🎨 Add logo of player card
This commit is contained in:
parent
0f63a5aaff
commit
c7818f34e0
BIN
resources/genshin/player_card/fonts/shicon.woff
Normal file
BIN
resources/genshin/player_card/fonts/shicon.woff
Normal file
Binary file not shown.
@ -32,6 +32,23 @@
|
|||||||
.star-5 {
|
.star-5 {
|
||||||
background-position-y: -4rem;
|
background-position-y: -4rem;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: shicon;
|
||||||
|
src: url(fonts/shicon.woff) format("woff");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
.enka-log {
|
||||||
|
line-height: 0;
|
||||||
|
margin-right: 0.3rem
|
||||||
|
}
|
||||||
|
.enka-log:before {
|
||||||
|
content: "\e93a";
|
||||||
|
font-family: shicon;
|
||||||
|
font-size: 1.25em
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="text-xl text-neutral-200">
|
<body class="text-xl text-neutral-200">
|
||||||
@ -81,6 +98,13 @@
|
|||||||
{% include 'genshin/player_card/artifacts.html' %}
|
{% include 'genshin/player_card/artifacts.html' %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Logo -->
|
||||||
|
<div class="mt-4 relative">
|
||||||
|
<div class="text-gray-300 text-center opacity-70 text-lg">
|
||||||
|
Data from <span class="enka-log"></span>Enka.Network × Inspired by Miao-Plugin
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user