A more condesed view of articles
mita.si by semrola
Details
Authorsemrola
LicenseNo License
Categorymita.si
Created
Updated
Size920 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 mita.si
@version 20241021.05.41
@namespace https://userstyles.world/user/semrola
@description A more condesed view of articles
@author semrola
==/UserStyle== */
@-moz-document domain("mita.si") {
.woocommerce ul.products {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
font-size: 0.8vw;
}
.price-sale {
font-size: 1vw;
}
.price-regular {
font-size: 0.5vw;
}
.countdown, .stock-quantity, .woocommerce ul.products li.product .onsale {
font-size: 12px;
}
.countdown-text, .stock-text {
display: none;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title, .button-quantity-price-frame {
padding: 0px 10px;
}
.price-frame {
padding-top: 0px;
}
.stock-date-frame {
padding: 10px 0 10px;
}
.outofstock {
display:none;
}
}