Skip to content

nHen-Tie updated 2024 by seguraf24

Screenshot of nHen-Tie updated 2024

Details

Authorseguraf24

LicenseNo License

Categorynhentai.net

Created

Updated

Size9.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

you can change the background image in the css code under background, change the link to the raw image and should update

Source code

/* ==UserStyle==
@name nHen-Tie updated 2024
@version 1.0.2
@namespace https://t.me/LeArtGallery
@description  fixed default bg link for the OG style
==/UserStyle== */

@-moz-document url("http://nhen-tie.net"), url-prefix("https://nhentai.net/") {
/*Sister-Incest*/
.gallery[data-tags*="28031"] {
	border-bottom: 1.5px solid transparent !important;
}
/*Rape*/
.gallery[data-tags*="27553"] {
	border-left: 1.5px solid transparent !important;
}
/*Netorare (NTR)*/
.gallery[data-tags*="8653"] {
	border-right: 1.5px solid transparent !important;
}

.gallery {
	margin-bottom: 10px !important;
	border-image: radial-gradient(transparent, white, white, transparent) 1 !important;
	border-image-outset: 1px !important;
}

*::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-button {
	display: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-track {
	border: 0;
}

*::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.85);
	box-shadow: inset 0px 0px 3px grey;
	border-radius: 10px;
}

*::-webkit-scrollbar-corner,
*::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}

#comment-container::-webkit-scrollbar {
	width: 0px !important;
}

button#_manga_viewer_read_button,
button#_manga_viewer_subscribe_button {
	background-color: white !important;
	background-image: url('https://files.catbox.moe/94lt7s.png') !important;
	background-size: cover !important;
	border: 1px rgba(0, 0, 0, 0.5) solid !important;
	padding: 20px !important;
	border-radius: 100px !important;
	color: transparent !important;
	width: 20px !important;
	height: 20px !important;
	opacity: 0.5 !important;
	box-shadow: 0px 0px 10px white !important;
	transition: all 0.4s !important;
	font-size: 0px !important;
	animation-name: manga-viewer-button !important;
	animation-duration: 5s !important;
	animation-iteration-count: infinite !important;
}

button#_manga_viewer_read_button:hover,
button#_manga_viewer_subscribe_button:hover {
	opacity: 0.9 !important;
}

@keyframes manga-viewer-button {
	0% {
		filter: none;
		transform: rotate(0deg);
	}
	50% {
		filter: invert();
		transform: rotate(360deg);
	}
	100% {
		filter: none;
		transform: rotate(0deg);
	}
}

html {
	background-image: url('https://files.catbox.moe/a9assp.jpg') !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-color: black !important;
}

* {
	color: white !important;
}

a.red {
	color: red !important;
}

.cover .caption {
	top: 0px;
	background: linear-gradient(black, rgba(0, 0, 0, 0)) !important;
	color: white !important;
	transition: all 0.2s !important;
	height: 20px !important;
	text-shadow: 0px 0px 5px black !important;
}

body {
	font-family: segoe ui light !important;
}

.cover:hover .caption {
	height: 100% !important;
	box-shadow: none !important;
	color: white !important;
	transition: all 0.2s !important;
}

.caption:before {
	box-shadow: 0px 0px 10px black !important;
}

body {
	background-color: transparent !important;
}

nav {
	background-color: rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8) !important;
}

.content,
.container {
	background-color: rgba(0, 0, 0, 0.3) !important;
	border-radius: 0px !important;
}

#content {
	margin-bottom: 30px !important;
}

.search input {
	background-color: rgba(255, 255, 255, 0.6) !important;
	border-radius: 20px 20px 20px 20px !important;
}

.search .btn {
	background-color: rgba(241, 84, 120, 0.0) !important;
	border-radius: 0px 20px 20px 0px !important;
	transition: all 0.2s !important;
	margin-left: -40px !Important;
	opacity: 0.2 !important;
}

.search:hover .btn {
	background-color: rgba(241, 84, 120, 0.0) !important;
	opacity: 1 !important;
}

.search .btn:hover {
	background-color: rgba(241, 84, 120, 0.7) !important;
}

nav a:hover {
	background-color: rgba(0, 0, 0, 0.3) !important;
}

nav a {
	color: white !important;
	transition: all 0.2s !important;
}

.pagination a {
	color: white !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-radius: 20px !important;
	transition: all 0.2s !important;
}

.pagination a:hover {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.tag {
	background-color: transparent !important;
	border-left: 1px solid rgba(255, 255, 255, 0.6) !important;
	border-radius: 0px !important;
	transition: all 0.2s !important;
}

.tag:hover {
	background-color: rgba(0, 0, 0, 0.5) !important;
	background-size: 100% 100% !important;
	border-radius: 0px 20px 20px 0px !important;
}

#favorite,
.btn-primary[href*="/favorite"],
#favorites-random-button,
.remove-button,
.commentform .btn,
.button-wide,
.btn-primary {
	background-color: rgba(255, 1, 71, 0.2) !important;
	border-radius: 50px !important;
	transition: all 0.2s !important;
}

#favorite:hover,
.btn-primary[href*="/favorite"],
#favorites-random-button:hover,
.remove-button:hover,
.commentform .btn:hover,
.button-wide:hover,
.btn-primary:hover {
	background-color: rgba(255, 1, 71, 0.5) !important;
}

#download,
.btn-secondary {
	background: rgba(89, 89, 89, 0.4) !important;
	border-radius: 20px !important;
	transition: all 0.4s !important;
}

#download:hover,
.btn-secondary:hover {
	background: rgba(89, 89, 89, 0.8) !important;
}

.formfield input,
#id_theme,
textarea {
	background-color: rgba(0, 0, 0, 0.5) !Important;
	border-radius: 20px !important;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5) !important;
	padding: 10px !important;
}

.blacklisted {
	display: none !important;
}

.gallerythumb {
	border: none !important;
}

ul.dropdown {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

code {
	background-color: rgba(0, 0, 0, 0.5) !important;
	padding: 2px !important;
	border-radius: 10px !important;
}

.active a {
	background-color: rgba(237, 37, 83, 0.5) !important;
}

#comment-container {
	transform: rotate(-135deg) !important;
	position: fixed !important;
	top: 45% !important;
	margin: 0px !important;
	right: -25px !important;
	height: 50px !important;
	width: 50px !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border-radius: 0px !important;
	overflow: auto !important;
	transition: all 0.4s !important;
	transition-delay: 0.5s !important;
	z-index: 100 !important;
	animation: comments 2s 1s infinite running !important;
	background-image: url(http://i.imgur.com/eKOCUmh.png) !important;
	background-repeat: no-repeat !important;
	background-size: 36px !important;
	background-position: top right !important;
}

#comment-container:hover {
	transform: rotate(0deg) !important;
	right: 0px !important;
	box-shadow: 0px 0px 20px black !important;
	transition-delay: 0.0s !important;
	top: 0px !important;
	width: 400px !important;
	height: 100% !important;
	animation: none !important;
	background-size: 0px !important;
}

@keyframes comments {
	0% {
		box-shadow: 0px 0px 0px #f97088;
	}
	50% {
		box-shadow: 0px 0px 50px #f97088;
	}
	100% {
		box-shadow: 0px 0px 0px #f97088;
	}
}

#comment-container > * {
	opacity: 0.0 !important;
	transition: all 0.4s !important;
	transition-delay: 0.0s !important;
}

#comment-container:hover > * {
	opacity: 1.0 !important;
	transition-delay: 0.35s !important;
}

a:visited .caption {
	color: lightgray !important;
}

.pagination .current {
	padding: 15px !important;
	border-radius: 50px !important;
}

.comment:target {
	background-color: rgba(0, 0, 0, 0.2) !important;
	border: 1px dashed rgba(255, 255, 255, 0.6) !important;
}

img[src*="//i.nhentai.net/avatars/pastamania.png"] {
	display: none !important;
}

.search input,
.search .btn {
	height: 30px !important;
}

.search {
	margin-top: 7px !important;
}

.fa-lg {
	vertical-align: 20% !important;
}

.gallery:hover,
.gallerythumb:hover {
	transform: translate(0px, -10px) !important;
	box-shadow: 0px 0px 10px white !important;
}

.gallery,
.gallerythumb {
	transition: all .2s !important;
}

ul.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.5) !important;
	z-index: 100 !important;
	transition: all 0.4s !important;
}

img {
	background-color: transparent !important;
}
}

@-moz-document url("https://nhentai.net/login/"), url("https://nhentai.net/register/") {
input {
	background-color: rgba(0, 0, 0, 0.5) !important;
	border: none !Important;
	margin: 2px !important;
}

input {
	background-color: rgba(0, 0, 0, 0.5) !important;
	border: none !Important;
	margin: 2px !important;
}

#content {
	background-color: rgba(0, 0, 0, 0.2) !important;
	padding: 0px 20px 0px 20px !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5) !important;
}
}

Reviews

No reviews yet.