booksread.info dark theme
booksread.info dark theme by barmaleyko

Details
Authorbarmaleyko
LicenseNo License
Categorybooksread.info
Created
Updated
Size4.5 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 booksread.info dark theme
@version 20230915.13.00
@namespace userstyles.world/user/barmaleyko
@description booksread.info dark theme
@author barmaleyko
@license No License
==/UserStyle== */
@-moz-document domain("booksread.info") {
body {
background: #111 !important;
color: #aaa !important;
}
#page-body {
background: #111 !important;
color: #aaa !important;
}
.header-main {
background: #111 !important;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #333;
}
.text-book {
font-size: 20px;
color: #a1a0a0;
text-align: justify;
line-height: 1.6;
}
.page-cata h1 {
color: #aaa;
}
.pagination-holder .pagination > li > a,
.pagination-holder .pagination > li > span {
color: #777;
}
.font_size input[type="button"] {
background: #555;
}
.setting .topage select {
background: #555;
}
#bx-pager .name {
color: #aaa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #aaa;
}
.home-product .product-wrapper .product-content a {
color: #aaa !important;
}
.author a {
color: #aaa !important;
}
a {
color: #aaa;
}
.home-product .product-wrapper .product-content .add-cart-button {
background: #282828;
}
.home-product .product-wrapper .product-content .add-cart-button .add-to-cart:hover,
.home-product .product-wrapper .product-content .add-cart-button .select-options:hover {
background: #155030;
}
.header-content .searchbox .form-control {
background: #222 !important;
}
.header-content .searchbox .navbar-form {
margin: 0;
padding: 0;
display: block;
height: 50px;
border: 1px solid #555;
background: #333;
position: relative;
box-shadow: 0 0 0 #444;
color: #ddd;
}
.header-content .searchbox .form-control:hover,
.header-content .searchbox .form-control:focus {
-webkit-box-shadow: 0 0 0 #222;
box-shadow: 0 0 0 #222;
background: #222 !important;
color: #ddd;
}
.btn-default:hover,
.btn-default:focus {
background: #0f4327;
color: #ccc;
border-color: #226d44;
}
.comment-box .comment-box-partial .comment-submit:hover {
background: #0f4327;
color: #ccc;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="color"],
.uneditable-input {
margin: 0;
padding: 0.615384615em;
-moz-appearance: textfield;
-webkit-appearance: textfield;
-webkit-appearance: none;
color: #ccc;
}
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
background: #333 !important;
border: 1px solid #444;
color: #ccc;
}
input:focus,
textarea:focus,
select:focus,
input.form-control:focus,
textarea.form-control:focus {
background: #333 !important;
border: 1px solid #444;
color: #ccc;
}
textarea,
textarea.form-control {
background: #222 !important;
border: 1px solid #444;
color: #ccc;
}
.similar-books-block .book-similar-item a {
display: block;
text-align: center;
font-size: 14px;
color: #df69b5;
}
.title-block .title-seperator {
display: none !important;
}
.left-column-container .sb-widget ul li a:hover {
text-decoration: none;
color: #2e925b;
}
.left-column-container .sb-widget ul li a {
color: #aaa;
}
.product-wrapper .product-content .add-cart-button {
background: #111;
}
.product-wrapper .product-content .product-name a {
color: #ccc;
font-family: "Comfortaa", Arial, Helvetica, cursive;
}
.product-wrapper .product-content .product-name {
color: #aaa !important;
}
.pagination-holder .pagination > li.active > a,
.pagination-holder .pagination > li.active > span {
color: #39b06f;
background: none;
}
.panel-group.genreslist .panel .panel-heading .panel-title a {
font-size: 1.2rem;
color: #39b06f!important;
font-weight: 700;
}
.adsbygoogle {
display: none !important;
}
.logo-site img {
max-width: 290px;
width: 100%;
filter: invert(35%) !important;
}
.breadcrumb > li.active {
color: #39b06f;
}
}