Makes Omnibus prices as large as the regular ones and also green.
mediaexpert.pl - large Omnibus prices by SpaceBison
Details
AuthorSpaceBison
LicenseNo License
Categorymediaexpert.pl
Created
Updated
Size1.5 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 mediaexpert.pl - 5/19/2023, 9:51:11 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("mediaexpert.pl") {
.omnibus-price {
text-align: left;
}
.omnibus-price.is-small > .whole-price {
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-variant-alternates: normal;
font-kerning: auto;
font-optical-sizing: auto;
font-feature-settings: normal;
font-variation-settings: normal;
font-weight: 500;
font-stretch: normal;
font-size: 40px;
line-height: 46px;
font-family: roboto, Arial;
color: #00d000;
}
.omnibus-price.is-medium > .whole-price {
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-variant-alternates: normal;
font-kerning: auto;
font-optical-sizing: auto;
font-feature-settings: normal;
font-variation-settings: normal;
font-weight: 500;
font-stretch: normal;
font-size: 32px;
line-height: 1;
font-family: roboto, Arial;
color: #00d000;
}
}