Skip to content

discogs light grey style discogs.com by acidmsg

Screenshot of discogs light grey style discogs.com

Details

Authoracidmsg

LicenseNo License

Categorydiscogs.com

Created

Updated

Size3.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dim colors for evening

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         discogs.com grey style
@version      20220216.21.35
@namespace    userstyles.world/user/acidmsg
@description  dim colors for evening
@author       acidmsg
@license      No License
==/UserStyle== */

@-moz-document domain("discogs.com") {
/* background */
body,
a.readmore_toggler,
.layout,
.tab_menu li.current {
    background: #eee;
}

/* coockie banner */
#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #eee;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background-color: #eee;
}
#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,
#onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor,
.header_W2hzl {
    background-color: #eee;
}

input[type="text"],
input[type="password"],
textarea,
.fake-input {
    box-shadow: inset 0 1px 2px #b6b4af, inset -1px 0 0 rgb(255 255 255 / 15%), inset 1px 0 0 rgba(130, 29, 29, .15), 0 1px 0 #eee;
    background: #f8f8f8;
}

table.cards tr.credit_header {
    background: #ddd;
}

a.inset_button {
    border: 1px solid #eee;
}

.facet-bar {
    background-color: #ddd;
}

.button.button-white {
    background-color: #eee;
    border-color: #ccc;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
}

select.hide_mobile,
.pagination_controls select {
    background: #f8f8f8;
}

#youtube_tracklist {
    background: #eee;
    outline: #eee 1px solid;
    border-bottom: 1px solid #ddd;
}

.form-block,
.outset-box,
.release_stats_group_list,
#object_preview,
.inset-box,
ul.module_blocks > li {
    background: #F1F1F1;
    border: 1px solid #ccc;
}
.form-block legend,
.box-header-row,
ul.module_blocks .header {
    border-bottom: 1px solid #ccc;
}
ul.module_blocks .footer {
    border-top: 1px solid #ccc;
}
.alert-message.alert-message-broadcast {
    border: 1px solid #ccc;
}
ul.module_blocks > li.module_placeholder,
.module_blocks .dashboard_addmodules {
    border: 5px dashed rgba(0, 0, 0, .1)
}

table.table_block tbody tr.even {
    background-color: #e5e5e5;
}

.ui-widget-content {
    background: #f6f6f6;
}
.ui-autocomplete a {
    border-bottom: 1px solid #e4e4e4;
}



/* menu tab */
.tab_menu li.current {
    border: 1px solid #ccc;
}
.tab_menu li.current a {
    border-bottom: 2px solid #eee;
}
.tab_menu {
    border-bottom: 1px solid #ccc;
}



/* tracklist lines */
div.section h3,
#release-tracklist header {
    border-bottom: 1px solid #ccc;
}
.section.tracklist table tr,
table tr,
.header_W2hzl{
    border-top: 1px solid #ccc;
}

/* releases lines */
table.cards tr {
    border-bottom: 1px solid #cdcdcd;
}

/* comments lines */
.review {
    border-bottom: 1px solid #bbb;
}
/* marketplace items */
.pagination.top {
    border-bottom: 1px solid #bbb;
}
table.mpitems tr {
    border-bottom: 1px dotted #bbb;
}
.pagination.bottom {
    border-top: 1px solid #bbb;
}
}

Reviews

No reviews yet.