A dark style for pccasegear an australian pc components retailer.
pccasegear.com - dark by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categorypccasegear
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 pccasegear.com - 27/09/2022, 6:14:56 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A dark style for pccasegear an australian pc part retailer.
@author Thermalzombie
==/UserStyle== */
@-moz-document domain("pccasegear.com") {
/* Insert code here... */
.main-content-container
{
background-color: #121212 !important;
}
.main-content-container .tab-content
{
background: #121212 !important;
}
.tabs-container .info-tab
{
background-color: #333333 !important;
}
.info-tabs a.active
{
background: #0270c7 !important;
}
.controls, .cat-search
{
background-color: #0270c7 !important;
}
.ais-Panel-header
{
color: #0270c7 !important;
}
.ais-Snippet-nonHighlighted, .ais-Snippet-highlighted, .ais-RefinementList-labelText,
.ais-Stats-text, .sort, .product-title, .product-desc p,
.main-content-container .title h1, .main-content-container .tab-content,
.main-content-container .content-text, #questions h2,
.main-content-container .tab-content h2, .stock_label,
.main-content-container .tab-content h3,
.main-content-container .tab-content p,
.main-content-container .tabs-container a
{
color: #FFFFFF !important;
}
.price, .product-model
{
color: #00FF00 !important;
}
}