Skip to content

Cinematic Night Mode by TheDogman

Screenshot of Cinematic Night Mode

Details

AuthorTheDogman

LicenseNo License

Categoryw50.readvagabond

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the reading experience better

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Cinematic Night Mode
@version      20230615.09.06
@namespace    userstyles.world/user/TheDogman
@description  Makes the reading experience better
@author       TheDogman
@license      No License
==/UserStyle== */

@-moz-document domain("w50.readvagabond") {
.site-content {
    background: #1f1f1f
}

.menu-items {
    background: #1f1f1f
}

.entry-footer {
    display:none;
}

.wrap {
    background: #1f1f1f
}

.menu-primary {
    border-color: #1f1f1f
}

div[class^='simplesocial'],
div[class*=' simplesocial'] {
    display: none;
}

.entry-inner {
    padding: 0 !important;
    margin: 0;
}

.site-header .wrap,
#sidebar-subsidiary .wrap,
#sidebar-front-page .wrap,
#testimonial-area > .testimonial-wrapper,
#colophon .site-info,
.layout-1c .breadcrumb-trail .wrap,
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.layout-1c .entry,
.layout-1c #sidebar-primary > .wrap,
.layout-1c .pagination,
.layout-1c .post-navigation,
.layout-1c #comments,
.layout-1c #sidebar-primary,
body #infinite-handle,
.no-content .toivo-callout-top > .entry-inner,
.toivo-callout-bottom > .entry-inner {
    max-width: 700px !important
}


.entry-header {
    display: none;
}

p {
    background: #1f1f1f;
    margin: 0px;
    padding: 0px;
    max-height: 0px;
}

a {
    margin: 0px !important;
    padding: 0px !important;
    background: #1f1f1f;
}

.separator {

    background: #1f1f1f !important;
}
}

Reviews

No reviews yet.