Skip to content

Better Subtitles for Spectrum TV by cass_per

Details

Authorcass_per

LicenseNo License

Categorywatch.spectrum.net

Created

Updated

Size710 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the font smaller and thinner. Changes font to true sans-serif. Smaller padding so that semi-transparent backgrounds don't overlap.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Better Subtitles for Spectrum TV
@version      20221111.18.55
@namespace    userstyles.world/user/cass_per
@description  Makes the font smaller and thinner. Changes font to true sans-serif. Smaller padding so that semi-transparent backgrounds don't overlap. 
@author       cass_per
@license      No License
==/UserStyle== */

@-moz-document domain("watch.spectrum.net") {
span.shaka-text-wrapper span {
  font-size: 2.5rem !important;
  font-weight: 200 !important;
  font-family: sans-serif !important;
  padding: 2px !important;
  background-color: rgba(0,0,0,0.6) !important;
  text-transform: none;
}

span.shaka-text-wrapper {
  background-color: transparent !important;
}
}

Reviews

No reviews yet.