bit of zoom and opacity tweaking for easy of use when searching and scanning barcodes. (for use with Warcodes mobile game)
UPCitemDB+ by DamagedHead
Details
AuthorDamagedHead
LicenseNo License
Categoryupcitemdb.com
Created
Updated
Code size1.5 kB
Code checksum3536503c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name upcitemdb+
@namespace damagedhead.upcitemdbplus
@version 0.0.1
@description zoom and transparency for barcodes on upcitemdb.com
@author DamagedHead
==/UserStyle== */
@-moz-document url("https://www.upcitemdb.com/") {
.content-box-content li {
block-size: 225px;
}
.upclist li .img {
opacity: 0.05;
zoom: 3;
}
.upclist li:hover .img {
opacity: 1;
}
.upclist li .r {
zoom: 1.5;
translate: 10px 0px;
}
}
@-moz-document url-prefix("https://www.upcitemdb.com/query") {
.upclist li {
block-size: 225px;
}
.upclist li .barcode {
opacity: 0.05;
zoom: 3;
}
.upclist li:hover .barcode {
opacity: 1;
}
.upclist li .img_prod {
zoom: 2.5;
}
.upclist li .rImage {
zoom: 1.5;
}
}
@-moz-document url-prefix("https://www.upcitemdb.com/upc/") {
#zoom {
visibility: hidden;
}
.upclist li {
block-size: 225px;
}
.upclist li .rImage {
zoom: 1.5;
}
.upclist li .img_prod {
zoom: 2.5;
}
.upclist li .img {
opacity: 0.05;
translate: 50px 50px;
}
.upclist li:hover .img {
opacity: 1;
}
.barcode {
zoom: 3;
translate: -15px -15px;
}
.upcdetail {
block-size: 325px;
}
.r {
translate: 100px 0px;
}
}