! ---------------------------------------------------------------------------- Second Life Marketplace - Visual Enhancements Mod ! ---------------------------------------------------------------------------- Second Life Marketplace - Visual Enhancements Mod ! The following is from VisEn's Marketplace Enhancements code. Welcome! ! Comments are everywhere and hopefully help, if you'd like to change anything. ! Version: 1.2, released March 8th, 2026. ! ---------------------------------------------------------------------------- !#if !false ! --------------------------- Second Life Marketplace - Mini Enhancements ! Gives the site a thinner, darker scrollbar. Bigger numbers is darker colors. Firefox is very limited in scrollbars though... marketplace.secondlife.com##html:style(scrollbar-color: var(--color-sl-blue-200) var(--color-sl-blue-800) !important; scrollbar-width: thin !important;) ! If a product doesn't have the permission enabled, such as 'no transfer' or 'no modify', turns that text red. marketplace.secondlife.com/###details .not-permitted:style(color: var(--color-fluor-red-400) !important;) ! ---------------------------------------------------------------------------- ! ---------------------------------------------------------------------------- ! ---------------------------------------------------------------------------- ! ---------------------------------------------------------------------------- ! ------------------------------ Second Life Marketplace - GENERAL ADJUSTMENTS !#if !false ! Adjusts website widths everywhere. marketplace.secondlife.com##:root:style(--gap: 5px !important; --internal-grid-gap: 5px !important;) marketplace.secondlife.com##:not(:matches-path(dashboard)) #canvas .span-8:style(width: 88vw !important; min-width: 1100px !important;) marketplace.secondlife.com###canvas:style(width: 98% !important; margin-left: 16px !important; margin-right: 10px !important; box-sizing: border-box; min-height: 900px !important;) ! Padding between content and footer. marketplace.secondlife.com###canvas-container, .layout__main:style(padding-bottom: 4% !important;) ! Reduces space taken by the top username bar, newest first, items found, etc... marketplace.secondlife.com##nav.header, .result-sort-header-desktop, .search-results-headers, .listing__header__container:style(height: 25px !important; padding-bottom: 0 !important; margin-bottom: 0 !important; border-bottom: 0 !important;) ! Color adjusts for the NavHeader Dropdown Thinggy. marketplace.secondlife.com##.dropdown .dropdown-content:style(border: 2px solid var(--color-sl-blue-600)!important;) marketplace.secondlife.com##.dropdown .dropdown-content a, .dropdown .dropdown-content span, .dropdown .dropdown-content>div:not(.dropdown-submenu), .dropdown .submenu-button, .language-submenu .user-language, .dropdown__welcome h6:style(color:var(--color-sl-blue-50) !important;) marketplace.secondlife.com##nav.header .user-dropdown .language-submenu .user-language svg path:style(fill: var(--color-sl-blue-50) !important;) marketplace.secondlife.com##nav.header .user-dropdown .dropdown__welcome h5:style(color:var(--color-primary) !important;) ! Second Life Marketplace - Make the page wider/take up more space. Can adjust max-page-width as desired, 100% to remove grey sides entirely. marketplace.secondlife.com##:not(:matches-path(stores)) .layout__main:style(width:99% !important; max-width:100% !important; justify-self: center !important;) marketplace.secondlife.com##.layout__wrapper:style(--min-page-width:70% !important; --max-page-width:90% !important;) ! Second Life Marketplace - Make the footer smaller too. marketplace.secondlife.com##footer .footer-header:style(margin-bottom: 5px !important;) marketplace.secondlife.com##footer:style(row-gap: 10px !important; padding: 20px !important; display: flex !important;) marketplace.secondlife.com##.footer-sublinks:style(width: 60% !important; padding: 20px;) marketplace.secondlife.com##.label1 li:not(:first-of-type):style(padding-top: 1px !important; line-height: 15px !important;) marketplace.secondlife.com##.label1 img:style(padding-right: 1px !important; vertical-align: middle !important; width: 15px !important; padding-bottom: 3px !important;) ! Make Category Icons use the colors like the entire rest of the website does (???) !! Remove this snippet's "!" to hide icons entirely. ! marketplace.secondlife.com##.category-link svg:style(display:none !important;) ! Make all Category Icons use SL-blue-300 marketplace.secondlife.com##.category-link svg path, .span-2 svg path:style(fill: var(--color-sl-blue-300) !important;) marketplace.secondlife.com##.category-link svg circle, .span-2 svg circle:style(stroke: var(--color-sl-blue-300) !important;) ! Various other nudges - Search icon, username text, little house icon thing... !marketplace.secondlife.com##.search-button, .search-button:hover:style(background-color: var(--color-sl-blue-300) !important; border: 1px solid var(--color-sl-blue-500) !important;) marketplace.secondlife.com##.dropdown-button span:style(color: var(--color-sl-blue-300) !important;) marketplace.secondlife.com##.breadcrumb ol li a svg path:style(fill: var(--color-sl-blue-600) !important;) marketplace.secondlife.com##.folder-icon svg path:style(stroke: var(--color-sl-blue-600) !important; fill: var(--color-sl-blue-200) !important;) ! Makes the number of your Cart Count the same orange as the Checkout button on the cart page. marketplace.secondlife.com/##.cart-count, .cart-count-mobile:style(color: var(--color-played-out-orange) !important; font-weight: bolder !important;) ! Makes the Join Now and Premium Join buttons not loudly fuscia at you. marketplace.secondlife.com/##.nav__signed-out .navbar__join:style(background-color: var(--color-gray-600) !important; border-color: var(--color-gray-600) !important; padding: 0px 30px 0px 30px !important; border-radius: 0;) marketplace.secondlife.com/##.navbar__premium-container a.navbar__premium:style(background-color: var(--color-gray-600) !important; border-color: var(--color-gray-600) !important; padding: 0px 30px 0px 30px !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Second Life Marketplace - Store Pages and Front Page (yes they're different. god why.) !#if !false ! Makes the page wider. marketplace.secondlife.com###centered-page:style(margin: 0 auto !important; width: 100% !important; min-width: 70% !important; max-width: 90% !important; box-shadow: unset !important;) marketplace.secondlife.com###body-shadow-repeating:style(width: unset !important;) marketplace.secondlife.com###body-shadow-fade:style(width: 100% !important;) marketplace.secondlife.com###marketplace-toolbar:style(margin-top: 0 !important; margin-bottom: 0 !important;) marketplace.secondlife.com##.search-container:style(margin-left: 8px !important;) ! Pretties the Merchant section on the store pages. marketplace.secondlife.com###merchant-metadata .merchant-profile dt.closed:style(margin-bottom: 10px !important; padding-bottom: 5px !important; margin-top: 5px !important;) marketplace.secondlife.com###merchant-metadata .merchant-profile:style(border-top: 1px solid var(--color-gray-300) !important;) marketplace.secondlife.com###merchant-details:style(padding-bottom: 5px !important;) ! Text tightening, reducing padding. marketplace.secondlife.com##:matches-path(stores) .item-description .product-review-stars img:style(width: 15px !important; height: 15px !important;) marketplace.secondlife.com##:matches-path(stores) .item-description-container .body2:style(height: 20px !important; margin-top: 2px !important;) marketplace.secondlife.com##:matches-path(stores) .item-description .title4:is(:last-child):style(font-size: 1.2rem !important;) marketplace.secondlife.com##:matches-path(stores) .item-description:style(margin-top: 2px !important;) marketplace.secondlife.com##:matches-path(stores) .small:style(line-height: 7px !important;) ! ------------------------------ Store pages specific!! marketplace.secondlife.com##:matches-path(stores) #canvas .last:style(margin-right: 0 !important;) marketplace.secondlife.com##:matches-path(stores) #canvas .span-2:style(width: 200px !important;) marketplace.secondlife.com##:matches-path(stores) #canvas .column, #canvas .span-1, #canvas .span-2, #canvas .span-3, #canvas .span-4, #canvas .span-5, #canvas .span-6, #canvas .span-7, #canvas .span-8:style(float: none !important;) marketplace.secondlife.com##:matches-path(stores) .breadcrumb:style(grid-column: 1 / 6; grid-row: 1;) marketplace.secondlife.com##:matches-path(stores) #main-content:style(padding: 5px !important; display: grid !important; gap: 2px !important;) marketplace.secondlife.com##:matches-path(stores) .search-results-headers .subtitle1:style(font-size: 0.7rem !important; padding: 0px 0px 5px 10px !important; line-height: 0 !important;) marketplace.secondlife.com##:matches-path(stores):not(:matches-path(store_name_search)) #search-results-container:style(min-width: 100% !important; width: 75% !important;) marketplace.secondlife.com##:matches-path(stores) #search-results-container .search-results-headers:style(display: inline !important;) marketplace.secondlife.com##:matches-path(stores) .result-sort-header-desktop:style(grid-column: 1 / 3; grid-row: 1; width: 100% !important;) marketplace.secondlife.com##:matches-path(stores) .result-sort-header-desktop .sorting-container:style(grid-column: 1 / 6; grid-row: 1;) marketplace.secondlife.com##:matches-path(stores) #merchant-metadata:style(width: 175px !important; padding-right: 10px !important; grid-column: 20% 80% !important; grid-row: 2 !important; padding-top: 25px !important;) ! Colorizes the banner background, centers the banner background, adjust as desired. marketplace.secondlife.com##:matches-path(stores) #merchant-banner:style(width: 100% !important; padding: 3px 20px 0px 0px !important; margin-bottom: 0px !important; background-image: linear-gradient(to right, transparent, var(--color-sl-blue-500), transparent) !important;) marketplace.secondlife.com##:matches-path(stores) #merchant-banner img:style(display: block !important; margin: auto !important;) ! Items adjustments and whatnot. marketplace.secondlife.com##:matches-path(stores) .gallery-item-container:style(width: 100% !important; display: flex !important; flex-wrap: wrap !important; gap: var(--grid-gap) !important;) marketplace.secondlife.com##:matches-path(stores) .gallery.product-listing.last.span-6.column.clear:style(width: 100% !important;) marketplace.secondlife.com##:matches-path(stores) .product-listing.gallery .gallery-item a.product-image:style(width: 195px !important; max-width: 195px !important; max-height: 200px !important; display: flex !important;) marketplace.secondlife.com##:matches-path(stores) .product-listing.gallery .gallery-item a.product-image img:style(object-fit: fill !important; max-width: 195px !important; max-height: 200px !important;) marketplace.secondlife.com##:matches-path(stores) .product-listing.gallery .gallery-item:style( margin: 0px !important; background: var(--color-gray-50) !important; flex: 1 1 0 !important; height: 260px !important; max-width: 195px !important; border: 5px solid transparent !important; border-radius: 5px !important;) ! Redelivery page marketplace.secondlife.com##:matches-path(orders) #shopping-cart .cart-merchant .items-by-merchant, #checkout .cart-merchant .items-by-merchant:style(width: 800px !important;) marketplace.secondlife.com##:matches-path(orders) .cart-form-total table:style(width: 800px !important;) marketplace.secondlife.com##:matches-path(orders) .cart-form-total table .total:style(font-size: 25px !important;) ! ------------------------------ Front pages specific!! marketplace.secondlife.com##:not(:matches-path(/stores|wishlist|cart|favorites|favorite_stores|orders|dashboard/)) #main-content:style(grid-template-columns: 10% 90% !important;) marketplace.secondlife.com##:not(:matches-path(/stores|wishlist|cart|favorites|favorite_stores|orders/)) #canvas .span-6, #canvas .span-2:style(width: 100% !important; margin-left: 5px !important;) marketplace.secondlife.com##:not(:matches-path(/stores|wishlist|orders/)) #main-content:style(display: grid !important;) marketplace.secondlife.com##:matches-path(orders) #main-content:style(justify-content: center !important; width: 100% !important; margin: 0 auto !important;) marketplace.secondlife.com##:not(:matches-path(/orders|store_name_search/))#canvas .column, #canvas .span-1, #canvas .span-2, #canvas .span-3, #canvas .span-4, #canvas .span-5, #canvas .span-6, #canvas .span-7, #canvas .span-8:style(float: unset !important;) ! The main big featured banner thing. Adjust background if you'd like. marketplace.secondlife.com/###main-feature:style(border-bottom: unset !important; background-image: linear-gradient(to right, transparent, var(--color-sl-blue-500), transparent) !important;) marketplace.secondlife.com/###main-feature div.features, #main-feature a.feature-item:style(width: 100% !important; margin: 5px !important; box-sizing: border-box;) marketplace.secondlife.com/###main-feature div.features, #main-feature a.feature-item, .slides:style(width:100% !important; height: 100% !important;) marketplace.secondlife.com/###main-feature, .slideshow-container:style(height: 25% !important;) marketplace.secondlife.com/##.feature-item img:style(display: block !important; margin: auto !important; height: 100% !important; padding-top: 0.2% !important;) marketplace.secondlife.com/##.dots:style(top:375% !important;) ! Front page categories sidebar. marketplace.secondlife.com/###category-menu li:not(:last-child):style(border-top: 1px solid var(--color-gray-200) !important;) marketplace.secondlife.com/###category-menu ul li a:style(margin-left: 3px !important; font-size: 12px !important;) marketplace.secondlife.com/###category-menu ul li div:style(padding: 2px 0px !important;) marketplace.secondlife.com/###category-menu:style(border-right: 1px solid var(--color-gray-200) !important;) ! Carousel of whatevers. marketplace.secondlife.com/##:not(:matches-path(/search?search/)) .featured-carousel-container .gallery-item .item-description-container .item-description .product-reviews:style(font-size:10px !important; margin-top: -27px !important;) marketplace.secondlife.com/##:not(:matches-path(/search?search/)) .featured-carousel-container .gallery-item .item-description-container .item-description a:style(font-size:10px !important;) marketplace.secondlife.com/##:not(:matches-path(/search?search/)) .featured-carousel-container .gallery-item .item-description-container .item-description:style( margin-top:-5px !important;) marketplace.secondlife.com/##:not(:matches-path(/search?search/)) .featured-carousel-container .gallery-item .item-description-container .item-description .title4:style(margin-top:10px !important;) marketplace.secondlife.com/##.index-featured .item-description-container .item-description > div > .product-review-stars .small:style(margin-top: -3px !important;) marketplace.secondlife.com/###featured-items .featured-carousel .featured-carousel-container .gallery-item a.product-image img, #featured-items-category .featured-carousel .featured-carousel-container .gallery-item a.product-image img:style(object-fit: fill !important;) marketplace.secondlife.com/##.carousel-controls:style(width: 78% !important; margin: 0px 5px !important; z-index: 25 !important;) marketplace.secondlife.com/###featured-items .featured-carousel .featured-carousel-container, #featured-items-category .featured-carousel .featured-carousel-container:style(width: 100% !important; display: flex !important;) marketplace.secondlife.com/###featured-items h2, #featured-items-category h2:style(height: unset !important;) marketplace.secondlife.com/##.featured-carousel:style(background:var(--color-gray-100) !important;) marketplace.secondlife.com/##.no-js #featured-items h2, .no-js #featured-items-category h2, .no-cssgradients #featured-items h2, .no-cssgradients #featured-items-category h2:style(background: var(--color-sl-blue-500) !important; border: var(--color-sl-blue-800) !important;) marketplace.secondlife.com/##:not(:matches-path(/stores|wishlist|cart|favorites|favorite_stores/)) .span-6 last h2:style(margin-right: 5% !important;) marketplace.secondlife.com/## #featured-items-scrollable, .featured-carousel.scrollable:style( border: 1px solid var(--color-sl-blue-900) !important;) ! -- Recently purchased section. marketplace.secondlife.com/##:not(:matches-path(/stores|wishlist|cart|favorites|favorite_stores/)) #canvas .span-4:style(width: 100% !important; display: flex !important; justify-content: center !important;) marketplace.secondlife.com##:not(:matches-path(stores)) div.span-2:nth-child(3):style(display: none !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item, .new-items-by-seller .recently-purchased-item:style(padding-bottom: 5px !important; padding-left: 5px !important;) marketplace.secondlife.com/###recently-purchased .top-row, .new-items-by-seller .top-row:style(padding-top: 0px !important; border-bottom: none !important;) marketplace.secondlife.com/###recently-purchased, .new-items-by-seller:style(display: flex !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item, .new-items-by-seller .recently-purchased-item:style(background-color: var(--color-gray-50) !important; justify-content: center; padding: 5px !important; height: 75px !important; flex: 1 0 0 !important; width: 150px !important; border-radius: 5px !important; border: 1px solid var(--color-gray-400) !important;) marketplace.secondlife.com/###canvas .span-1:style(width: 150px !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item a, .new-items-by-seller .recently-purchased-item a:style(width: 100% !important; height: 100% !important; font-size: 0.8rem !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item a.info, .new-items-by-seller .recently-purchased-item a.info:style(line-height: 100% !important; padding: 2px !important; box-sizing: border-box !important; font-size: 0.7rem !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item span, .new-items-by-seller .recently-purchased-item span:style(font-size: 12px !important;) marketplace.secondlife.com/##.title4:style(line-height: 1rem !important;) marketplace.secondlife.com/###recently-purchased h2, .new-items-by-seller h2:style(font-weight: bolder !important; font-size: 12px !important; width: 75px !important; justify-self: center !important; padding-right: 5px !important;) marketplace.secondlife.com/###canvas .last:style(margin-right: 5px !important;) marketplace.secondlife.com##:not(:matches-path(stores)) #canvas .column, #canvas .span-1, #canvas .span-2, #canvas .span-3, #canvas .span-4, #canvas .span-5, #canvas .span-6, #canvas .span-7, #canvas .span-8:style(margin-right: 5px !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item, .new-items-by-seller .recently-purchased-item:style(height: 65px !important; width: 100px !important; display: flex !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item a img:style(width: 100% !important; height: 100% !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item span, .new-items-by-seller .recently-purchased-item span:style(display: inline !important; position: relative !important; bottom: -30px !important; white-space: nowrap !important; right: 20px !important; width: 5px !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item a.info, .new-items-by-seller .recently-purchased-item a.info:style(display: inline !important;) marketplace.secondlife.com/###recently-purchased .recently-purchased-item, .new-items-by-seller .recently-purchased-item:style(line-height: 100% !important;) marketplace.secondlife.com/###recently-purchased, .new-items-by-seller:style(display: grid !important; align-items: center !important) marketplace.secondlife.com/###recently-purchased .top-row, .new-items-by-seller .top-row:style(margin-bottom: 0px !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Second Life Marketplace - PRODUCT PAGES !#if !false ! Second Life Marketplace - Make main listing images as big as they should be! marketplace.secondlife.com/p/##.main-image:style(justify-content: center !important;) marketplace.secondlife.com/p/##.main-image img:style(height: 500px !important; max-height: 100% !important; max-width: 100%;) ! And center it too. marketplace.secondlife.com/p/##.product-image:style(align-items: center !important;) ! Adjust the image vs the merchant sidebar ratios. To customize, just wiggle that 80% at the end. marketplace.secondlife.com/p/##.layout__main:style(grid-template-columns: 80% !important;) ! ------- Second Life Marketplace - Adjustments entirely to the Merchant Sidebar area with the buy button and all that. ! Makes the item name and prices a bit bigger. marketplace.secondlife.com##.title2, .price-ld:style(font-size: 30px !important; padding: 20px 0px 10px 0px !important;) ! Scrunches the text upwards so it's all taking up less space. marketplace.secondlife.com##.prices, .section__details, .section__interact, .section__rating, .section__merchant, .section__usage, .update-block, .section__cart, #interact-block > p:style(margin-bottom: 10px !important; margin-top: 5px !important;) marketplace.secondlife.com###avatar-compatibility:style(margin-bottom:2px !important;) ! Puts the Permissions flags all on one line. marketplace.secondlife.com###details, .interact-block p:style(flex-direction: row !important; align-items: center !important; font-size: 12px !important;) ! Various words being made bold. marketplace.secondlife.com###details :has-text(Mesh:):style(font-weight: 900 !important; padding-left: 20px !important;) marketplace.secondlife.com###details :has-text(Land Impact):style(font-weight: 900 !important; padding-left: 20px !important;) ! Squishes the above slightly. Optional. !marketplace.secondlife.com###interact-block, #interact-block span, #interact-block a, #details:style(width: 70% !important; font-size: 0.9rem !important; line-height: 14px !important; gap: 1px !important;) ! Soreads out and puts the Favorites, Wishlist and Flag buttons all on one line. marketplace.secondlife.com###interact-block:style( display: flex !important; justify-content: space-between !important; align-items: center !important;) ! Just gets rid of usage requirements. We all know how boxes work. marketplace.secondlife.com###usage-requirements ! Makes the merchant information sit next to the icon instead of under it. marketplace.secondlife.com###merchant-details .merchant-photo:style(padding: 0 !important; width: 50px !important; height: unset !important; border: unset !important;) marketplace.secondlife.com##.merchant-photo img:style(width: 50px !important; height: 50px !important; max-width: 50px !important; max-height: 50px !important; float: left !important;) marketplace.secondlife.com###merchant-box:style(display: flex !important; gap: 10px !important;) ! Avatar Compatibility section - Removes the little clothing icon. marketplace.secondlife.com###avatar-compatibility .icon.clothing:style(width: 0px !important; height: 0px !important; padding: 0px !important;) ! Avatar Compatibility section - Just resizes the Body name a little. marketplace.secondlife.com###avatar-compatibility span.body3 > strong:style(font-size: 12px !important; font-weight: 600 !important;) ! Avatar Compatibility section - Ensures text fills the box. marketplace.secondlife.com###avatar-compatibility > span.body3:style(width: 100% !important; line-height: 12px !important; height: 25px !important;) ! Avatar Reviews button for when there are no reviews marketplace.secondlife.com##.review-write-btn:style(padding: 10px 100px !important; margin: 40% !important;) ! Flash notice / Purchased This Item On XXX / Empty Cart marketplace.secondlife.com###flash #flash_notice, #flash_notice a, #site-wide-message, #site-wide-message a, .notice, .notice .empty-cart:style(color:var(--color-sl-blue-700) !important; background-color:var(--color-gray-200) !important;) ! ------- Second Life Marketplace - Optional cosmetic stuff ! Alternating colors for row backgrounds on the Item Contents tab. marketplace.secondlife.com/##.inventory-contents ul li:nth-of-type(even):style(background-color: color-mix(in srgb, var(--color-sl-blue-300) 10%, transparent 90%) !important;) marketplace.secondlife.com/##.inventory-contents ul hr:style(margin: 0px !important;) ! Item Contents outline marketplace.secondlife.com/##.inventory-contents-container .inventory-contents:style(border: 1px solid var(--color-gray-700) !important; border-radius: 5px !important;) ! Avatar Compatibility section - Makes the section be blue with an outline. marketplace.secondlife.com###avatar-compatibility:style(padding: 3px !important; gap: 0px !important; background-color: var(--color-gray-200) !important; width: 90% !important; border: 1px solid var(--color-gray-400) !important; border-radius: 5px; max-height: 25px !important;) ! Avatar Compatibility section - Makes the 'More Info' text be small and also in that blue box. marketplace.secondlife.com###avatar-compatibility > span.body3 > .more-info:style(font-size: 10px !important; float: right !important; margin-top: -1% !important; padding-bottom: 5px !important;) ! Maturity Rating - Makes the symbol bigger. marketplace.secondlife.com##.maturity-symbol:style(padding: 10px 15px 10px 15px !important; margin-right: 15px !important;) marketplace.secondlife.com##.listing__header .listing__header__container:style(margin-top: 10px !important;) ! Maturity Rating - Removes the text (adult, moderate, general) marketplace.secondlife.com##.maturity-rating:style(display: none !important;) ! ------- Second Life Marketplace - RELATED ITEMS ! Related items adjustments marketplace.secondlife.com/p/##.related-item:style(justify-content: center !important; padding: 10px !important; margin: 5px !important; border: 3px solid rgba(0,0,0, 0.1) !important; max-width: 150px !important; border-radius: 5px !important;) marketplace.secondlife.com/p/##.related-item__image:style(width: 150px !important; min-width: 100% !important; height: fit-content !important;) marketplace.secondlife.com/p/##.related-item .label1:style(font-size: 12px !important; line-height: 14px !important;) ! Thins the related items scrollbar and turns it SL blue. marketplace.secondlife.com/p/##.related-items:style( scrollbar-width: thin; scrollbar-color: #003eaa #00bfff; margin-bottom: 10px !important;) ! ------- Second Life Marketplace - REVIEW PAGE - Tab with all the reviews marketplace.secondlife.com##.review-author .review-date, .review-author .review-date strong:style(color: #0000007a !important; font-size: 10px !important; line-height: 1px !important;) marketplace.secondlife.com##.review-actions > .label2:style(font-size:11px !important;) marketplace.secondlife.com/p/##.product-review-stars img:style(width:22px !important; height:20px !important;) marketplace.secondlife.com##.review-actions .comments-flagging-permalink:style(gap:15px !important; margin-top: -20px !important;) marketplace.secondlife.com##.review-body body1:style(font-size: 17px !important;) ! Color for reviews marketplace.secondlife.com##.product-review, .comment:style( background-color: var(--color-gray-100); padding: 10px !important; border: 2px solid var(--color-white) !important; border-radius: 2px 10px 10px 10px !important;) marketplace.secondlife.com##.helpfulness-rating a.button:style(height:10px !important; background-color: var(--color-white) !important;) ! ------- Second Life Marketplace - REVIEW PAGE - Single review and Comments ! Image resize, font resize marketplace.secondlife.com##:matches-path(reviews) .product-image:style(max-width: 300px !important; float: left !important; padding-right: 10px !important; box-sizing: border-box !important;) marketplace.secondlife.com##:matches-path(reviews) #review-product-info.span-2:style(width: 100% !important; height: max-content !important; padding-bottom: 20px !important;) marketplace.secondlife.com##:matches-path(reviews) .product-image > img:nth-child(1):style(height: 150px !important; width: 150px !important;) marketplace.secondlife.com##:matches-path(reviews) .product-title:style(font-size: 23px !important;) marketplace.secondlife.com##:matches-path(reviews) .item-description span, .item-description a:style(font-size: 16px !important;) ! Adds a gradient along the product information marketplace.secondlife.com##:matches-path(reviews) #review-product-info .gallery-item:style(height: 150px !important; width: 200% !important; padding: 5px !important; background-image: linear-gradient(to right, var(--color-sl-blue-100), transparent) !important;) ! Pads out review comments marketplace.secondlife.com##:matches-path(reviews) .review-body, .comment-body:style(padding: 10px 5px !important;) marketplace.secondlife.com##:matches-path(reviews) #comments h2:style(font-size: 0px !important; padding: 5px !important;) ! Colorizes the review comments marketplace.secondlife.com##:matches-path(reviews) #comments .product-review:style(width: 100% !important; padding:10px !important; background-color: var(--color-gray-100) !important; border-radius: 5px !important; border: 1px solid var(--color-gray-700) !important;) marketplace.secondlife.com##:matches-path(reviews) .product-review .subtitle1:style(background-color: var(--color-gray-300) !important; padding: 5px !important;) marketplace.secondlife.com##:matches-path(reviews) .button.label1.helpfulness-rating-button:style( background-color: var(--color-white) !important;) marketplace.secondlife.com##:matches-path(reviews) #comments .comment:style(padding:10px !important; background-color: var(--color-gray-200) !important; border-radius: 0px 10px 10px 10px !important; border: 1px solid var(--color-gray-700) !important; margin-left: 50px !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Second Life Marketplace - SEARCH PAGES !#if !false ! More Items Per Page! marketplace.secondlife.com##:matches-path(utf8) .gallery-item:style(flex: 1 1 0 !important; min-width: 200px !important; max-width: 200px !important; border: 5px solid transparent !important;) marketplace.secondlife.com##:matches-path(products) .product-image:not(.carousel-container), .product-image img:not(.carousel-container img):style(width: 100% !important; max-width: 100% !important; max-height: 200px !important;) ! Tighter Text marketplace.secondlife.com##:matches-path(product) .item-description-container:style(padding: 1px !important; --gap: 5px 10px !important; margin: 0px !important;) marketplace.secondlife.com##:matches-path(/utf8|product/) .item-description-container .item-description:style(align-items: unset !important;) marketplace.secondlife.com##:matches-path(product) .gallery-item-container .gallery-item .item-description-container .body2:style(height: 40px !important;) ! Store and Owner name sizes... minimum, preferred, maximum. Numbers set to prevent linebreaks. marketplace.secondlife.com/##.item-description-container .body2 a span:style(font-size: clamp(9px, 10px, 11px) !important;) marketplace.secondlife.com/##.item-description-container .body2:style(line-height: 10px !important; overflow: visible !important;) ! Review Star Adjustments marketplace.secondlife.com##:matches-path(product) .item-description .product-review-stars img:style(width: 15px !important; height: 15px !important;) ! Fuller Container for search results marketplace.secondlife.com##:matches-path(product) .products_search, .search-results-container:style(width: 100% !important; --gap: 0px !important;) marketplace.secondlife.com##:matches-path(product) .search-container .search-input input, .search-container .search-input .mobile-search-input:style(font-size: 20px !important;) ! Adjusts some colors on search results pages. marketplace.secondlife.com##:matches-path(product) .gallery-item-container:style(justify-content:center !important; padding: 5px 0px 5px 0px !important; background-color: #c8c8c857 !important; border-radius: 10px !important;) ! Sidebar Text, all that category stuff marketplace.secondlife.com###search-category span:style(font-size: 10px !important; line-height: 11px !important; width: 50%;) marketplace.secondlife.com##.sidebar-container, sidebar-container-desktop:style(padding: 15px 10px 0px 1px !important; border-top: 1px solid var(--color-gray-200) !important;) marketplace.secondlife.com##.category-link:style(margin: 0 !important;) marketplace.secondlife.com###search-category li:not(:last-child):style(margin: 5px 0px 0px 0px !important; border-bottom: 1px solid var(--color-gray-100) !important; padding-bottom: 4px !important;) marketplace.secondlife.com##.search-menu:style(width: 10% !important;) marketplace.secondlife.com##::marker:style(color: transparent !important;) ! Sidebar Text, various filtering area marketplace.secondlife.com##.range-container .form-group input:style(height: 20px !important; padding: 1px !important;) marketplace.secondlife.com###search-land-impact, #search-price, #search-permissions, #search-restrictions:style(margin-bottom: 1px !important; border-top: 1px solid var(--color-gray-200) !important; padding: 5px 0 10px 0 !important;) marketplace.secondlife.com##.range-container .form-group .control-label:style(line-height: 1px !important; top: -6px !important;) marketplace.secondlife.com##.sidebar-container .checkbox-container, .results-mobile-form .checkbox-container:style( margin-bottom: 3px !important;) marketplace.secondlife.com##.checkbox-container .custom-checkbox:style(margin-right: 5px !important;) marketplace.secondlife.com##.checkbox-container label:style(font-size: 12px !important;) ! Sidebar Text, OPTIONAL... Makes the Options part a bit blue for scrolling past the categories. marketplace.secondlife.com##.sidebar-container #search-reset, .results-mobile-form #search-reset:style(background-color: var(--color-sl-blue-200); padding: 10px 7px 12px 7px !important; border-radius: 10px !important;) marketplace.secondlife.com##:matches-path(utf8) #search-category li:is(:last-child):style(border-bottom: 4px double var(--color-gray-300) !important; padding-bottom: 10px !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Second Life Marketplace - FEATURED CAROUSEL and CATEGORY SEARCH !#if !false ! Active category adjustments marketplace.secondlife.com##:matches-path(product) #search-category li .current-category .category-link:style(padding: 2px !important; border-left: 3px solid var(--color-sl-blue-300) !important; background-image: linear-gradient(to right, var(--color-sl-blue-100), transparent) !important;) ! Image fixes just for the dang carousel situation. why is category search different... marketplace.secondlife.com##:matches-path(category) .carousel-container .gallery-item-container:style(padding: 5px !important; border-radius: 5px !important; justify-content: center !important;) marketplace.secondlife.com##:matches-path(product) .carousel-container:style(max-width:1550px !important;) ! Various text fixes marketplace.secondlife.com##:matches-path(product) .carousel-container .subtitle1:style(line-height: 7px !important; height: 27px !important; overflow-y: visible !important;) marketplace.secondlife.com##:matches-path(product) .carousel-container .body2, carousel-container .body2:style(font-size: 10px !important; line-height: 8px !important; height: 23px !important; overflow-y: visible !important;) marketplace.secondlife.com##:matches-path(product) .featured-title:style(font-size: 10px !important; line-height: 6px !important;) marketplace.secondlife.com##:matches-path(product) .carousel-container .item-description-container span, .carousel-container .item-description-container a, .carousel-container .item-description-container:style(font-size: 8px !important; align-items: flex-end !important;) marketplace.secondlife.com##:matches-path(category) #search-category:style(border-bottom: 1px solid var(--color-gray-200) !important; padding-bottom: 10px !important;) marketplace.secondlife.com##:matches-path(category) .gallery-item-container .gallery-item .item-description-container .item-description .title4:style(font-size: 15px !important;) ! Image sizing stuff, for the main search results. marketplace.secondlife.com##:matches-path(category) .clear.column.span-6.last .gallery-item:style(flex: 1 1 0 !important; min-width: 200px !important; max-width: 200px !important; border: 5px solid transparent !important;) /marketplace.secondlife.com\/[A-z][A-z]\-[A-z][A-z]\/products/##.clear.column.span-6.last .gallery-item .product-image, .product-image img:style(width: 100% !important; max-width: 100% !important; max-height: 200px !important;) ! Image and container sizing stuff, for the carousel. marketplace.secondlife.com##:matches-path(category) .carousel-container .gallery-item-container .column.gallery-item .product-image img, .carousel-container .gallery-item-container .gallery-item .product-image:style(width: 100% !important; max-width: 100px !important; height:100px !important; max-height: 100px !important;) marketplace.secondlife.com##:matches-path(category) .featured-items-carousel, .carousel-container:style(width: 100% !important; height: 150px !important; max-height: 200px !important;) marketplace.secondlife.com##:matches-path(category) .carousel-container .gallery-item-container .column.gallery-item:style(border: 2px solid var(--color-sl-blue-300) !important; padding: 2px !important; width: 100px !important; max-width: 100px !important; height: 125px !important; min-width: 100px !important; display: grid !important; justify-content: center !important;) ! Slows the Carousel down so it stops janking like that. I don't think I can fix it so it loops properly, though. marketplace.secondlife.com##:matches-path(category) .carousel-container .gallery-item-container:style(transition:transform 1s linear !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Second Life Marketplace - SEARCHING STORES BY NAME !#if !false marketplace.secondlife.com##:matches-path(store_name_search) .sort-header:style(border:1px solid var(--color-gray-700) !important; height:30px !important; width: 10% !important; margin-bottom: 0px !important;) marketplace.secondlife.com##:matches-path(store_name_search) #canvas .span-6:style(width:70vw !important;) marketplace.secondlife.com##:matches-path(store_name_search) #canvas .prepend-2:style(padding-left:10% !important;) marketplace.secondlife.com##:matches-path(store_name_search) .merchant-listing.list .result-row:style(border-top:0px !important; max-width: 100% !important; border:none !important; background-color: var(--color-gray-50) !important; border-radius: 7px !important; padding: 5px !important;) marketplace.secondlife.com##:matches-path(store_name_search) .column.span-6.last.merchant-listing.list:style(display: grid !important; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); max-width: 1500px !important; justify-items: center !important; gap: 15px !important;) marketplace.secondlife.com##:matches-path(store_name_search) .merchant-products .list-image a img:style(width: 125px !important; height: 125px !important; margin: -40px 0px 0px 0px !important;) marketplace.secondlife.com##:matches-path(store_name_search) .merchant-products, .merchant-products .list-image:style(margin: 0px !important; display: flex !important; justify-content: flex-start !important; max-width: 75% !important; gap: clamp(5%, 8%, 9%) !important;) marketplace.secondlife.com##:matches-path(store_name_search) .clear.column.span-6.last.merchant-listing.list:style(padding: 15px 20px !important; box-sizing: border-box !important; background-color: var(--color-gray-100) !important; border-radius: 5px 5px 7px 7px !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Second Life Marketplace - CHECK OUT CART !#if !false ! Makes everything take up the page better. marketplace.secondlife.com##:matches-path(cart) #canvas .span-6, #canvas .container:style(display: grid !important; width: 100% !important;) marketplace.secondlife.com##.cart-merchant .items-by-merchant:style(width: 100% !important;) marketplace.secondlife.com##:matches-path(/cart|stores|favorites/) #canvas .column, #canvas .span-1, #canvas .span-2, #canvas .span-3, #canvas .span-4, #canvas .span-5, #canvas .span-6, #canvas .span-7, #canvas .span-8:style(float: unset !important; margin-right: unset !important; width: 100% !important; box-sizing: border-box !important;) marketplace.secondlife.com##:matches-path(cart) .span-8.clear:style(box-sizing: border-box !important; grid-gap: 20px !important;) marketplace.secondlife.com##:matches-path(cart) #main-content:style(padding: 50px 5% 20px 5% !important;) ! Removes extra padding for the items list. marketplace.secondlife.com###shopping-cart .cart-merchant .items-by-merchant .line-item-actions, #checkout .cart-merchant .items-by-merchant .line-item-actions:style(width: 100% !important; line-height: 15px !important;) ! Sets the Item Name to be bigger. marketplace.secondlife.com##.line-item-name h4 a:style(font-size: 17px !important;) ! Sets the Sold By to be smaller. marketplace.secondlife.com##:matches-path(cart) .sold-by:style(font-size: 12px !important;) ! Makes the item Quantity number bigger. marketplace.secondlife.com###shopping-cart .cart-merchant .items-by-merchant .line-item-qty input, #checkout .cart-merchant .items-by-merchant .line-item-qty input:style(width: 30px !important; height: 30px !important; font-size: 20px !important;) ! Resizes the word Total on the side. marketplace.secondlife.com###shopping-cart-sidebar #order-summary .total, #shopping-cart-sidebar #order-summary .summary:style(font-size: 25px !important; margin-bottom: 5px !important; white-space: nowrap;) ! Resizes the word Total on the bottom. marketplace.secondlife.com##:matches-path(cart) div.clear:nth-child(5) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), .cart-form-total table .total:style(font-size: 20px !important; padding: 5px 0 !important;) ! Makes the word Total on the bottom go to the left. marketplace.secondlife.com##.cart-form-total table:style(width: 0px !important; padding: 5px 0 !important;) ! Makes the price total aligned again. marketplace.secondlife.com##span.total:style(justify-content: left !important; padding-left: 4% !important; text-align: left !important;) ! Makes the price total amount bigger. marketplace.secondlife.com##.total, .total strong:style(font-size: 30px !important; color: var(--color-sl-blue-500) !important) ! Position adjustment for checkout button. marketplace.secondlife.com##:matches-path(cart) #canvas .span-2:style(width: 75% !important;) marketplace.secondlife.com###shopping-cart-sidebar:style(display: flex !important; grid-column-start: 2 !important; flex-direction: column !important; text-align: center !important; width: 100% !important;) marketplace.secondlife.com##.continue:style(width:70% !important;) ! Size adjustmenmt for checkout button. marketplace.secondlife.com###cart-checkout-button:style(display: grid !important; font-size: 30px !important; color: var(--color-gray-800) !important; width: 100% !important; min-width: 30% !important; height: 100px !important; align-content: center !important; padding: 20px !important;) marketplace.secondlife.com###order-summary > form:style(width: 100% !important; align-self: center !important; margin: 0 auto !important;) !! Optional cosmetics ! Alternating colors for background of cart items. marketplace.secondlife.com##.items-by-merchant > tbody tr:nth-child(even):style(background-color: rgba(94, 94, 94, 0.22) !important;) ! Adjusts some outlines and borders. marketplace.secondlife.com##:matches-path(cart) .cart-merchant .items-by-merchant:style(border: 1px solid var(--color-gray-300) !important; border-radius: 5px !important;) marketplace.secondlife.com##:matches-path(cart) .cart-merchant .row-marker td, .cart-merchant .cart-merchant-header th:style(border-top:1px solid #cccccc57 !important;) ! Condenses the Checkout page. All ad images remain, but the descriptions are removed. ! This ensures you see them but they are unobstrusive, as I don't think we should remove them entirely, but you do you. !marketplace.secondlife.com##:matches-path(checkout/continue) #canvas:style(min-height: 775px !important;) !marketplace.secondlife.com##:matches-path(checkout/continue) .product-listing.gallery .gallery-item .item-description-container:style(display: none !important;) !marketplace.secondlife.com##:matches-path(checkout/continue) .product-listing.gallery .gallery-item a.product-image img:style(width: 200px !important; height: 175px !important; object-fit: unset !important;) !marketplace.secondlife.com##:matches-path(checkout/continue) #canvas .span-2:style(width: 50% !important;) !marketplace.secondlife.com##:matches-path(checkout/continue) #canvas .prepend-6:style(padding-left: 25% !important;) !marketplace.secondlife.com##:matches-path(checkout/continue) button.cart-button:style(font-size: 30px !important; height: 125px !important; min-width: 500px !important; margin-top: 25px !important;) !marketplace.secondlife.com##:matches-path(checkout/continue) button.cart-button:style(width: 500px !important;) !marketplace.secondlife.com##:matches-path(checkout/continue) .product-listing.gallery .gallery-item:style(height: 185px !important; padding-top: 10px !important;) ! If you enjoy the checkout page, delete the above section and remove the "!"s from these lines instead, to correct some sizing. Do not use both. marketplace.secondlife.com##:matches-path(checkout/continue) .product-listing.gallery .gallery-item:style(height: 300px !important;) marketplace.secondlife.com##:matches-path(checkout/continue) .product-listing.gallery .gallery-item:style(height: 60px !important;) marketplace.secondlife.com##:matches-path(checkout/continue) .product-listing.gallery .gallery-item a.product-image img:style(width: 200px !important; height: 175px !important; object-fit: unset !important;) marketplace.secondlife.com##:matches-path(checkout/continue) button.cart-button:style(font-size: 30px !important; height: 125px !important; min-width: 500px !important; margin-top: 25px !important;) marketplace.secondlife.com##:matches-path(checkout/continue) button.cart-button:style(width: 500px !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Wishlist page, Favorite stores, Favorites, etc... !#if !false ! Makes everything wider. !marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #canvas .span-6:style(width: 100% !important;) !marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #canvas .span-2:style(width: 10% !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #wishlist-display, #favorite_stores-display:style(width: 100% !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites|store_name_search/) .sort-header:style(width: 100% !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #user-account:style(display: flex !important;) ! Account nav sidebar text size and other tweaks. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #user-account-nav ul li a.active span, #user-account-nav ul li a.active:style(background-color: var(--color-sl-blue-100) !important; color: var(--color-sl-blue-700) !important; padding: 5px !important; font-weight: bolder !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #main-content > h1:nth-child(1):style(display: none !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #main-content:style(padding: 0 !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #breadcrumb--legacy:style(margin-bottom: -10px !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #user-account-nav.column.clear.span-2 ul li ul.expanded li a.active:style(color: var(--color-sl-blue-900) !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #flash_notice:style(margin-top: 15px !important;) ! Limits row height marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-row:style(height: 125px !important;) ! Thumbnail image sizing, limits, placement. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .list-image a img, .recently-purchased-item a img:style(max-width: 150px !important; max-height: 120px !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-listing.thumbnails div a, .product-listing.list div a:style(display: inline !important; margin-left: 3px !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-listing.thumbnails div span, .product-listing.list div span:style(margin-bottom: 1px !important; line-height: 1vh !important;) ! Review star sizing. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-review-stars.small img:style(height: 20px !important; width: 15px !important; margin-right: 0 !important;) ! Text tightening, price. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-listing.list .list-price span:style(font-size: clamp(9px, 13px, 18px) !important;) ! Item description padding and optional text color. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .list-description p:nth-of-type(2):style(margin: 5px !important; height:20px !important; color: var(--color-sl-blue-500) !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #favorite-list td.list-price, #wishlist-list td.list-price:style(width: 400px !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-listing.list .list-description p.small:style(display: inline !important;) ! Condensing text and whatnot. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .sort-header .sort .sort-by label, .sort-header .sort .items-per-page label:style(line-height: 0 !important; font-size: 20px;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-listing.list .list-description p:style(margin-bottom: 0 !important; overflow: hidden !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-listing.thumbnails .list-description .body2, .product-listing.list .list-description .body2:style(padding-left: 5px !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .sort-header .view-as select, .sort-header .sort select:style(font-size: 15px !important; vertical-align: revert;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .product-listing.list div.sort span:style(margin-bottom: 0 !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) a.listing-title, #recently-purchased:style(font-weight: bolder !important; font-size: 15px !important; color: var(--color-sl-blue-700) !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) #favorite-list td.list-description, #wishlist-list td.list-description:style(width: 75% !important; max-width: 75% !important;) ! ------- Favorite_Stores-specific marketplace.secondlife.com/##:matches-path(favorite_stores) .new-items-by-seller .top-row, table.index td, table.default td:style(height: 120px !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) #favorite-stores-list td.list-description:style(width:300px !important; height: 120px !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) recently-purchased, .new-items-by-seller:style(display: grid !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) .new-items-by-seller table.index td, .new-items-by-seller table.default td:style(box-sizing: border-box; margin-bottom: 3px !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) #recently-purchased .top-row, .new-items-by-seller .top-row:style(display: grid !important; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important; width: 100% !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) .new-items-by-seller .recently-purchased-item:style(min-width: 300px !important; min-height: 114px !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) #recently-purchased .recently-purchased-item span, new-items-by-seller .recently-purchased-item span:style(color:var(--color-sl-blue-200) !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) .recently-purchased-item a img:style(height: 100% !important; max-height: 120px !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) .recently-purchased-item, .recently-purchased-item a:style(justify-self: center; align-content: center !important;) marketplace.secondlife.com/##:matches-path(favorite_stores) .bottom.footer-paginate:style(padding-top: 17px !important; height: 68px !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .recently-purchased-item a.info:style(font-size: 30px !important;) ! --- Optional stuff for Wishlist ! Alternating colors for row backgrounds. marketplace.secondlife.com/:matches-path(/wishlist|favorite_stores|favorites/) ##.product-row:nth-child(even), #favorite-stores-list tbody tr:nth-child(even):style(background-color: color-mix(in srgb, var(--color-sl-blue-300) 10%, transparent 90%) !important;) ! Makes the delete button bigger, optional color chunks to make it orange like the checkout button. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .button.utility-button:style(width: 200px !important; height: 60px !important; font-size: 1.2rem !important; background-color: var(--color-played-out-orange) !important; background-image: unset !important; color: var(--color-white) !important; ) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .bulk-inventory-control form:style(padding-left: 5px !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .bottom.footer-paginate, .sort-header:style(background-image: none !important; width: 100% !important; padding: 3px !important; align-content: center !important; border: 1px solid var(--color-gray-700) !important;) marketplace.secondlife.com/##:matches-path(/wishlist|favorites/) .bottom.footer-paginate:style(height: 60px !important;) ! Makes the Share Wishlist Link text bigger. marketplace.secondlife.com/##:matches-path(/wishlist|favorite_stores|favorites/) .share-wishlist-link:style(font-size: 15px !important; padding-left: 5px !important;) ! Adds background color to store name, optional. marketplace.secondlife.com/##:matches-path(/wishlist|favorites/) .store-item:style(background-color: var(--color-gray-200) !important; padding: 1px 6px !important;) ! Gradient for item titles. marketplace.secondlife.com/##:matches-path(/wishlist|favorites/) a.listing-title:style(padding: 3px 2px !important; background-image: linear-gradient(to right, color-mix(in srgb, var(--color-sl-blue-400) 20%, transparent 80%), transparent) !important;) !#endif ! ---------------------------------------------------------------------------- ! ! ------------------------------------------------------------------- Merchant Dashboard (store owner area) !#if !false marketplace.secondlife.com/##:matches-path(store/dashboard) #canvas .push-1, #canvas .push-2, #canvas .push-3, #canvas .push-4, #canvas .push-5, #canvas .push-6, #canvas .push-7, #canvas .push-8:style(grid-row: 1 !important;) marketplace.secondlife.com/##:matches-path(store/dashboard) #merchant-side-nav:style(grid-row: 3 !important; display: flex !important; max-width: 100% !important;) marketplace.secondlife.com/##:matches-path(store/dashboard) #canvas .span-8:style(justify-content: center !important;) marketplace.secondlife.com/##:matches-path(store/dashboard) #canvas .span-2:style( width: 100% !important;) marketplace.secondlife.com/##:matches-path(store/dashboard) #canvas .push-1:style(margin: unset !important;) ! Remove this one if this page being centered feels unnatural to you. marketplace.secondlife.com/##:matches-path(store/dashboard) #canvas .span-8:style(width: 40% !important; min-width: 800px !important; margin: 0 auto !important;) ! Optional text category sizing. marketplace.secondlife.com/##:matches-path(store/dashboard)#merchant-side-nav ul li span a:style(font-size: 1.1rem !important; font-weight: bold !important;) ! Optionally just removes the text that says 'Merchant Home'. marketplace.secondlife.com##.last.merchant-home.span-6.column ! Optional background. marketplace.secondlife.com/##:matches-path(store/dashboard) #canvas .span-8:style(background-color: var(--color-gray-100) !important; border: 1px solid var(--color-gray-500) !important; border-radius: 10px !important;) !#endif ! ---------------------------------------------------------------------------- Second Life Marketplace - Visual Enhancements Mod END !#endif ! ---------------------------------------------------------------------------- Second Life Marketplace - Visual Enhancements Mod END