This commit is contained in:
AlexBa16
2026-06-08 15:29:52 +02:00
commit 27903eed4a
9931 changed files with 1535659 additions and 0 deletions
@@ -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);
}
+1
View File
@@ -0,0 +1 @@
@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)}
@@ -0,0 +1 @@
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z"/></svg>

After

Width:  |  Height:  |  Size: 422 B

@@ -0,0 +1 @@
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"/></svg>

After

Width:  |  Height:  |  Size: 536 B