Visual Improvements for reading.
novelgreat.net Clean by vulcan-coder
Details
Authorvulcan-coder
LicenseNo License
Categorynovelgreat
Created
Updated
Size782 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name novelgreat.net Clean
@version 1.0.5
@namespace userstyles.world/user/vulcan-coder
@description Visual Improvements for reading.
@author vulcan-coder
@license No License
==/UserStyle== */
@-moz-document domain("novelgreat.net") {
.chapter-c {
margin: 0 2rem;
}
.chapter-c > p {
margin-bottom: 2.5rem;
font-size: 1.5rem;
}
#footer,
.language.center,
hr,
br,
#chapter-nav-bot > div.text-center {
display: none !important;
}
#body_chapter, body {
background-color: rgb(8, 12, 20) !important;
}
body {
background-image: none !important;
}
#wrap {
padding-bottom: 2rem;
}
.truyen-title {
font-size: 0.5rem;
}
#chapter-nav-top {
margin: 2rem 0;
}
}