影片页面的 黑色模式
www.javbus.com by Lipingchang
Details
AuthorLipingchang
LicenseNo License
Categoryjavbus.com
Created
Updated
Size1.4 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 www.javbus.com
@version 20241117.16.19
@namespace ?
@description 影片页面的 黑色模式
==/UserStyle== */
@-moz-document domain("www.javbus.com") {
body, .navbar-default, .movie {
background-color: #292525;
color: #8c8080;
background-image: none;
border: 2px solid #8c8080;
border-radius: 10px;
}
.form-control, .btn-default {
background-image: none;
background-color: #292525;
color: #8c8080;
text-shadow: 0 1px black;
}
.info a {
color: #13689e;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
background-image: none;
background-color: #46384b;
color: #928d8d;
text-shadow: 0 1px black;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #473e3e;
}
#magnet-table>tr {
background-color: #292525 !important;
border: 2px solid #8c8080 !important;
border-radius: 20px !important;
}
#magnet-table>tr>td {
padding-left: 10px !important;
}
#magnet-table>tr>td>a {
color: #8c8080 !important;
}
.movie-box {
background-color: #292525;
border-top: none;
border: 2px solid #8c8080 !important;
border-radius: 10px;
}
img {
filter: brightness(70%);
}
.sample-box {
background-color: #292525;
border: 2px solid #8c8080 !important;
border-radius: 10px;
}
.photo-info {
background-color: #292525;
border-top: none;
color: white;
}
}