Fixing hianime native subtitles styling.
HiAnime Subs by MoonMoon
Details
AuthorMoonMoon
LicenseNo License
Categoryhttps://hianime.to
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name HiAnime Subs
@version 20240924.04.09
@namespace https://userstyles.world/user/MoonMoon
@description Fixing hianime native subtitles styling.
@author MoonMoon
@license No License
==/UserStyle== */
@-moz-document domain("megacloud.tv") {
.jw-text-track-cue {
background-color: transparent !important;
font-weight: bold;
color: white !important;
font-family: 'Trebuchet MS', sans-serif !important;
text-shadow:
-1.25px 2.73px 0px rgb(0, 0, 0),
-2.07px 2.17px 0px rgb(0, 0, 0),
-2.67px 1.37px 0px rgb(0, 0, 0),
-2.97px 0.42px 0px rgb(0, 0, 0),
-2.95px -0.57px 0px rgb(0, 0, 0),
-2.60px -1.50px 0px rgb(0, 0, 0),
-1.96px -2.27px 0px rgb(0, 0, 0),
-1.11px -2.79px 0px rgb(0, 0, 0),
-0.14px -2.99px 0px rgb(0, 0, 0),
0.85px -2.88px 0px rgb(0, 0, 0),
1.75px -2.44px 0px rgb(0, 0, 0),
2.45px -1.73px 0px rgb(0, 0, 0),
2.88px -0.84px 0px rgb(0, 0, 0),
5px 2px 0px rgb(0, 0, 0),
5px 3px 0px rgb(0, 0, 0),
4px 4px 0px rgb(0, 0, 0),
1px 4px 0px rgb(0, 0, 0),
0px 4px 0px rgb(0, 0, 0),
4px 0px 0px rgb(0, 0, 0),
4px 2px 0px rgb(0, 0, 0),
2px 5px 0px rgb(0, 0, 0) !important;
}
.jw-captions {
position: static;
}
}