Skip to content

Novel Full Dark by VAWilliams

Details

AuthorVAWilliams

LicenseNo License

Categorynovelfull.com

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Novel Full Dark

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Novel Full Dark
@version    20240219.01.52
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://novelfull.com") {
:root {
    --primary: #9c34dd;
    --background: #222222;
    --content: #efefef;
}

#container > div.navbar-breadcrumb,
#options,
#chapter > div > div > button,
#chapter > div > div > div:nth-child(10),
#chapter > div > div > div.bg-info.text-center.visible-md.visible-lg.box-notice,
#chapter > div > div > button + #chapter-nav-top,
#wrapper > footer > div > ul,
#chapter-content > div:nth-child(135),
br {
    display: none !important;
}

.navbar-nav {
    font-family: math;
    font-size: 1.2em;
    margin-left: 2em;
}

.chapter .truyen-title {
    color: var(--primary);
    margin: 2em auto .5em;
    font-family: math;
    text-shadow: 0 0 .125em  var(--primary);
    /*     text-tranform: capitalize; */
}

.header-logo {
    border: .5em var(--primary) solid;
    border-radius: .25em;
    margin-top: -.5em
}

#nav > div {
    width: 100%;
}

#container,
#nav {
    background: var(--background) !important;
    color: var(--content) !important;
}

#container {
    padding-bottom: 3em;
}

#nav {
    padding: 1em 1em .5em;
}

#chapter-content > p,
#chapter > div > div > h2 > a > span {
    color: var(--content);
    margin: 0;
    font-family: math;
}

.footer {
    margin: 0;
    background: var(--background);
    color: var(--content);
}

#chapter-content {
    max-width: 25em;
    margin: auto;
}

#chapter-nav-top {
    position: sticky;
    bottom: 0;
    padding: .5em 0 1em;
    background: var(--background);
}

.btn-success {
    background: var(--primary);
    border: none;
    padding: .75em 1em;
    font-family: math;
    font-size: 1.05em
}

btn-success:hover {
    background: var(--background) !important;
}

#search-input {
    border-radius: .5em 0 0 .5em;
    padding: 1.25em 1em;
}

#nav > div > div.navbar-collapse.collapse > form > div.input-group.search-holder > div > button {
    border-radius: 0 .5em .5em 0;
    padding: .55em 1em;
}

#nav > div > div.navbar-collapse.collapse > form {
    margin-top: .25em;
}
}

Reviews

No reviews yet.