Aspect ratio calculator for video.
calculateaspectratio.com - dark by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categorycalculateaspectratio
Created
Updated
Size638 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 calculateaspectratio.com - dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Aspect ratio calculator for video.
@author thermalzombie
==/UserStyle== */
@-moz-document domain("calculateaspectratio.com") {
/* Insert code here... */
body, select
{
background: #000000 !important;
}
label, input, select, p, h1, h2, h3, h4
{
color: #FFFFFF !important;
}
header .brand, header li a
{
color: #000000 !important;
font-weight: bold !important;
}
}