primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,30 @@
@charset "UTF-8";
.content_rating ul {
margin-bottom: .5em;
padding-inline-start: 0;
list-style: none;
}
.content_rating .vote-star, .content_rating .vote-star-empty, .content_rating .vote-star-half {
display: inline-block;
}
.content_rating .vote-star svg, .content_rating .vote-star-half svg {
fill: #fd7e14;
width: 1em;
height: 1em;
}
.content_rating .vote-star-empty svg {
fill: #d3d3d3;
width: 1em;
height: 1em;
}
.content_rating .vote-star-half {
margin-inline-start: -1em;
}
[dir="rtl"] .content_rating .vote-star-half {
transform: scaleX(-1);
}