blueish-darkish
Jackett in a new Jacket by aser007
Details
Authoraser007
LicenseNo License
Categoryexample.com/jakett
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You have to change the Domain or\and URL to match yours:
@-moz-document url("example.com/jakett"),
domain("jackett.example.com")
Source code
/* ==UserStyle==
@name Jackett in a new Jacket
@version 20221212.12.12
@description Jacket darker
@namespace userstyles.world/user/aser007
@author aser007
==/UserStyle== */
@-moz-document domain("example.com/jackett"),
domain("jackett.example.com") {
#page,
.modal-content,
body,
#footer,
table {
background-color: #346 !important
}
body,
#footer,
a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #eee;
}
table.dataTable,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper,
.dataTables_wrapper .dataTables_processing,
.dataTables_info,
.form-control::placeholder,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #345 !important color: #eee !important
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_filter label,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
table.dataTable.compact.cell-border.hover.stripe thead tr,
.unconfigured-indexer-row.odd td,
.unconfigured-indexer-row.even td,
.jackett-search-results-row.odd td,
.jackett-search-results-row.even td,
.jackett-releases-row.odd td.fit,
.jackett-releases-row.even td.fit,
.ellipsis,
.close {
color: #eee !important;
}
.dataTables_filter input, select, table.dataTable {
color: #000;
}
table.dataTable.stripe tbody tr.even, table.dataTable.stripe tbody tr.odd, .alert-info {
background-color: #345 !important
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
border-top: 1px solid #123 !important;
border-right: 1px solid #123 !important;
border-left: 1px solid #123 !important
}
}