night mode for bitsearch.to
bitsearch.to night mode by morty
Details
Authormorty
LicenseNo License
Categorybitsearch
Created
Updated
Size2.2 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 bitsearch.to night mode
@version 20230603.12.49
@namespace userstyles.world/user/morty
@description night mode for bitsearch.to
@author morty
@license No License
==/UserStyle== */
@-moz-document domain("bitsearch.to"), domain("solidtorrents.to") {
body, .cat-container > .w3-bar:hover, main:not(.homepage-main), .navbar.bg-white, .link-1.selected, .link-1:hover, .autocomplete-result-list {
background-color:#11131a!important;
}
a, .view-box a {
color: #3d2eea;
}
body, .homepage-categories a, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .search-result > .info .title a, .primary-bg, .search-form button[type="submit"], input, textarea, .link-1 {
color: #8798A5;
}
.text-dark {
color: #8798A5!important;
}
.w3-bar:hover .hp-cat-img-container, .w3-bar:not(:hover) .hp-cat-img-container, .card, .view-box, #autocomplete-result-list-1 li:hover {
background-color: #243447;
}
.cat-container > .w3-bar, .search-result > .info a.category, .primary-bg, .search-form button[type="submit"] {
background-color: #141D26;
}
.cat-container > .w3-bar, .view-box, .border {
border: 1px solid #243447!important;
}
form[action="/add-torrent"] .view-box {
border: 1px solid #141D26!important;
}
.search-form button[type="submit"] {
border-left: 1px solid #243447;
}
.w3-bar.search-stats {
border-bottom: 1px solid #243447;
}
div[style="background-image: url('/placeholders/placeholder-video.svg')"], div[style="background-image: url('/placeholders/placeholder-application.svg')"] {
filter: invert(90);
}
.details-page-sidebar .view-box {
margin-bottom: 5px;
}
.form-control, .input-group-text, .form-control:focus, .form-select, .search-form, .btn-light, .btn-light:hover {
background-color: #243447;
border: 1px solid #1B2836;
color: #8798A5;
}
.badge .label {
background: #492fe9;
color: #11131a;
}
.search-form:focus-within {
box-shadow: 0 0 2px 4px #1B2836;
}
.btn-light {
box-shadow: 0 .125rem .25rem 0 #1B2836;
}
.file-name, .file-list > div:nth-of-type(1) {
display: flex;
gap: 5px;
align-items: center;
}
.w-100.text-center[style="color: blue;"] {
display: none;
}
}