A dark style for subtitle tools I use regularly to convert AAS subtitles to SRT.
subtitletools - darkred by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categorysubtitletools
Created
Updated
Size898 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name subtitletools.com - 28/10/2022, 1:10:41 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A dark style for subtitletools.com
@author Thermalzombie
==/UserStyle== */
@-moz-document domain("subtitletools.com") {
/* Insert code here... */
.tool-btn, .hover\:bg-gray-100:hover
{
background: #00FF00 !important;
}
body, .bg-white,
.odd\:bg-gray-50:nth-child(2n+1)
{
background: #000000 !important;
}
.bg-brand
{
background: #FF0000 !important;
}
.border-gray-300
{
border-color: #FF0000 !important;
}
a, button
{
color: #FF0000 !important;
}
h1, h2, h3, p, small, label, .text-sm, .mr-2,
.text-white, .font-bold, #subtitles-input
{
color: #FFFFFF !important;
}
}