I'm lazy and I try kinda
Second Life MP Dark mode by SkunkWunk
Details
AuthorSkunkWunk
LicenseNo License
CategoryDark mode
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
blah blah it's crap
Source code
/* ==UserStyle==
@name marketplace.secondlife.com - 9/14/2023, 3:37:36 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://marketplace.secondlife.com/"), url-prefix("https://marketplace.secondlife.com/p/") {
.no-js, .no-js body, .no-cssgradients, .no-cssgradients body {
background: #393939 url(/assets/slm/backgrounds/bkgd-body-blue-fade-c12b61b….jpg) repeat-x scroll left top;
}
.no-js #body-shadow-fade, .no-boxshadow #body-shadow-fade {
background: #393939 url(/assets/slm/backgrounds/bkgd-body-blue-shdw-a53e4e9….png) no-repeat scroll left top;
}
.no-js #canvas-container, .no-cssgradients #canvas-container {
background: #232323 url(/assets/slm/backgrounds/head-mast-shdw-c67fd6f….png) repeat-x scroll left top;
}
h1 {
color: #c9c9c9 !important;
}
h2 {
color: #f9f9f9 !important;
}
h5 {
color: #c5c5c5 !important;
}
#merchant-metadata .merchant-profile dt.closed {
border-bottom: 1px solid #fff;
}
#merchant-metadata .merchant-profile dt {
color: #ababab;
}
body a {
color: #00c2f1;
}
.product-listing.gallery .gallery-item {
border: 1px solid #00c2f1;
background: #000;
}
body {
color: #a7a7a7 !important;
}
#search-menu label, #merchant-search-category label {
color: #dfdfdf;
}
#search-menu div.filter-options p a, #search-menu div.filter-options li a, #merchant-search-category div.filter-options p a, #merchant-search-category div.filter-options li a {
color: #00c2f1;
}
#search-menu h4, #merchant-search-category h4 {
color: #dfdfdf;
}
#search-menu h3, #merchant-search-category h3 {
color: #cfcfcf;
}
#search-menu div.filter-options p span, #search-menu div.filter-options li span, #merchant-search-category div.filter-options p span, #merchant-search-category div.filter-options li span {
color: #ffffff;
}
#search-menu div.filter-options li .related-count, #merchant-search-category div.filter-options li .related-count {
color: #ffffff;
#product-related-items .related-item span, #product-related-items .recently-purchased-item span, #recently-purchased .related-item span, .new-items-by-seller .related-item span, #recently-purchased .recently-purchased-item span, .new-items-by-seller .recently-purchased-item span {
color: #ffffff;
}
.prices,.ratings {
margin: 0 0 10px 0;
padding: 0;
color: #dfdfdf
}
.product-listing.list .list-price span {
color: #cfcfcf;
}
}
}