Hiding some sheets.
NexusMods - hider by xiggi
Details
Authorxiggi
LicenseNo License
Categorynexusmods
Created
Updated
Size5.0 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 NexusMods - hider
@version 20240921.06.15
@namespace ?
==/UserStyle== */
@-moz-document domain("nexusmods.com") {
.rd021c8924b, .aeeb9d46ac9, .premium-block, .uaff6ed94a4-billboard, .y099bf7603d { /** premium banner **/
display: none;
}
div#game-media { /** game media **/
display: none;
}
.rj-mobile-menu-footer, #rj-footer .content.rj-grid-12 , #rj-foot .content { /** footer **/
display: none;
}
a.btn.inline-flex.button-share {
display: none;
}
.home-trending ul.tiles li.image-tile .tile-desc {
padding: 20px 15px 15px 15px;
background: rgb(28 27 27 / 80%);
}
body::before {
background-image: none;
}
.static .wrap:first-of-type, .tabcontent, .static .wrap, .collections-banner-outer-wrapper-trigger .collections-banner-wrapper, body .home-intro , div.clearfix, .modpage .col-1-1.info-details {
background: #111110 !Important;
}
.pagination ul li a, .select2-container--default .select2-selection--single {
background: #060702;
color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #ccc;
}
.mod-tile-left, .tiles .fadeoff, .tiles .tile-data, .accordion dt, .accordion dd, .mobile-tabs {
background: #060702;
}
.tabcontent-mod-page .accordionitems .table td {
border-right: 1px solid transparent;
border-top: 1px solid transparent;
background: #111110;
}
.tiles .tile-data {
text-align: center;
}
.range-area, .refine-results ul.choice-list, .select2-container--default .select2-selection--multiple, .refine-advanced-controls .grey, .mod-tile-left .mod-tile-dl-status {
background: #111110;
}
.modpage .sideitems {
border-bottom: 1px solid transparent;
}
ul.friend-actions .btn:hover, ul.friend-actions .btn:focus, .btn.signin:hover, .popup-register-copy .btn:hover, .popup-register-copy .btn:focus, .btn-more .btn:hover, .btn-more .btn:focus, .home-buttons .btn:hover, .home-buttons .btn:focus, .btn-load:hover, .btn-load:focus, .form-section-content .btn:hover, .form-section-content .btn:focus, ul.file-actions .btn:hover, ul.file-actions .btn:focus, .add-clone:hover, .add-clone:focus, .form-section .btn.btnsmall:hover, .form-section .btn.btnsmall:focus, .add-nav .btn:hover, .add-nav .btn:focus, .modactions .btn:hover, .modactions .btn:focus, .mobile-close:hover, .mobile-close:focus, ul.actions .btn:hover, ul.actions .btn:focus, #foot #backtop .btn:hover, #foot #backtop .btn:focus, #footbtn .btn:hover, #footbtn .btn:focus, #head .btn:hover, #head .btn:focus, #usernav ul li:hover a, #usernav ul li:focus a, form.search input.btn:hover, form.search input.btn:focus, .btnexpand ul li:hover, .btnexpand ul li:focus, .popup .mfp-close:hover, .popup .mfp-close:focus, .edit:hover, .edit:focus, .crop:hover, .crop:focus, .set-primary:hover, .set-primary:focus, #mobilebtn:hover, #mobilebtn:focus, .rvs-container .rvs-nav-item.rvs-active:hover, .rvs-container .rvs-nav-item.rvs-active:focus, a.btn:hover, .btn:hover, .actions .drop-down .btn:hover, .actions .drop-down .btn:focus, .drop-down:hover>#button-manage, a.btn:focus, .btn:focus, span.alert, .arrow-box:hover {
background-color: #111110;
}
ul.tags li a.btn, ul.tags li a.btn:visited {
background-color: #060702;
color: #ccc;
}
ul.tags li a.btn:hover {
background-color: #000;
color: #ccc;
}
.table th, .table td {
text-align: left;
border-right: 1px solid transparent;
}
.table td {
padding: 10px;
border-top: 1px solid transparent;
background: #060702;
}
ul.modtabs {
background: #060702;
}
ul.modtabs li a {
border-right: 1px solid transparent;
color: #ccc;
}
ul.modtabs li {
background: #060702;
}
ul.modtabs li a:last-of-type:hover {
border-right: 1px solid transparent;
}
ul.modtabs li a:hover {
border-right: 1px solid transparent;
background: #414141;
color: #fff;
}
ul.modtabs li a.selected {
border-right: 1px solid transparent;
background: #111110;
color: #fff;
}
.popup {
background: #111110;
}
.refine-advanced {
border-top: 1px solid transparent;
}
#head.new-head {
background-color: #111110;
}
#mobile-head .rj-mobile-menu-slide, #mobile-head .rj-mobile-menu-search, #mobile-head .rj-mobile-menu-profile, #mobile-head .nav-mobile-menu, #mobile-head .nav-mobile-profile, #mobile-head .nav-mobile-notifications, #mobile-head .nav-mobile-menu-child {
background-color: #111110;
}
.nav-mobile-menu-group-title {
background: #060702;
color: #fff;
}
.typography-title-md {
color: #fff;
}
.nav-mobile-current-game>a:first-child, .nav-mobile-current-game>a:last-child {
background: #060702;
}
.nav-mobile-menu-item {
color: #ccc;
}
.nav-mobile-menu-item:hover {
background: #060702;
color: #fff;
}
}