/* ==UserStyle==
@name Netflix字幕自定義
@namespace https://greasyfork.org/zh-TW/users/4839
@version 1.1.2
@description 自行設定字幕字體外框租細顏色Set Netflix subtitle font shadow
@author Leadra
@var text font_sys "字體自行輸入" Trebuchet MS
@var select font_se "字體選擇" ["Netflix Sans","微軟正黑體","芫荽*","源樣黑體","GenYoGothic","LXGW WenKai","yozai","sans-serif", "serif", "monospace"]
@var select font_weight "字體細粗" ["normal", "bold*"]
@var select font_style "字體正斜" ["normal*", "italic"]
@var number font_size "字體size" [80, 0, 110, 5,"px"]
@var color font_color "字體色" rgba(255, 255, 255, 1)
@var number sh_size "字框size" [3, 0, 10, 1,"px"]
@var color sh_color "字框色" rgba(7, 5, 255, 1)
@supportURL https://www.netflix.com/settings/subtitles
@homepageURL https://greasyfork.org/zh-TW/scripts/486313
@license MIT-0
==/UserStyle== */
/*參考
https://userstyles.world/style/10249
https://greasyfork.org/zh-TW/scripts/444131
https://userstyles.world/style/7930
*/
@-moz-document url-prefix("https://www.netflix.com/watch/"), url-prefix("https://www.netflix.com/settings/subtitles") {
/* Set Subtitle Font */
div.player-timedtext > div.player-timedtext-text-container > span > span {
font-family: "芫荽","微軟正黑體",sans-serif !important;
font-weight: bold,normal !important;
font-style: normal!important;
font-size: 8.4em !important;//8.4em
color: rgba(255, 255, 255, 1) !important;
text-shadow: 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1), 0 0 3px rgba(7, 5, 255, 1) !important;
}
}
/*
Netflix Sans(網站預設)
微軟正黑體Microsoft JhengHei
源樣黑體
芫荽https://github.com/ButTaiwan/iansui?tab=readme-ov-file
LXGW WenKai(霞鶩文楷)
GenYoGothic(源樣黑體N)
yozai(悠哉體)
*/