Scrobbler, rule, e-mail

This commit is contained in:
Krateng 2021-02-06 23:51:29 +01:00
parent 6199fc8204
commit 2903a88096
4 changed files with 37 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name = "maloja"
desc = "Self-hosted music scrobble database"
author = {
"name":"Johannes Krattenmacher",
"email":"maloja@krateng.dev",
"email":"maloja@dev.krateng.ch",
"github": "krateng"
}
version = 2,12,5

View File

@ -113,6 +113,7 @@ replacetitle 여자 대통령 Female President
# Mamamoo
countas Hwasa Mamamoo
countas Moonbyul Mamamoo
countas Solar Mamamoo
replaceartist Moon Byul Moonbyul
replaceartist Hwa Sa Hwasa
replaceartist MAMAMOO Mamamoo

Can't render this file because it has a wrong number of fields in line 5.

View File

@ -307,6 +307,41 @@ h2.headerwithextra+span.afterheader {
}
/* SHINY*/
.shimmer {
margin: 0 auto;
padding: 0 140px 0 0;
display: inline;
margin-bottom: 0;
color: rgba(255,255,255,0.1);
background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
-webkit-background-size: 125px 100%;
-moz-background-size: 125px 100%;
background-size: 125px 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
animation-name: shimmer;
animation-duration: 2s;
animation-iteration-count: infinite;
background-repeat: no-repeat;
background-position: 0 0;
background-color: #222;
}
@keyframes shimmer {
0% {
background-position: top left;
}
100% {
background-position: top right;
}
}
.medal {
top:5px;
font-size:80%;

Binary file not shown.