税抜価格の代わりに税込価格を強調する
tokubai.co.jp 税込価格を強調 by ame0011
Details
Authorame0011
LicenseCC Zero
Categorytokubai.co.jp
Created
Updated
Size396 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 tokubai.co.jp 税込価格を強調
@version 20240906.21.34
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://tokubai.co.jp") {
.main_price {
color: #707060;
font-size: 11px;
font-family: sans-serif;
}
.sub_price {
color: #ff0000 !important;
font-size: 24px !important;
font-family: tokubaipricebolditalic !important;
}
}