Skip to content

Spaceflight Now Dark Mode by lucianojrrr

Details

Authorlucianojrrr

LicenseNo License

Categoryspaceflightnow

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Spaceflight Now website.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Spaceflight Now Dark Mode
@version      20211018.16.11
@namespace    userstyles.world/user/lucianojrrr
@description  Dark Mode for Spaceflight Now website.
@author       lucianojrrr
@license      No License
==/UserStyle== */

@-moz-document domain("spaceflightnow.com") {
body.custom-background {
    background-color: #202124;
}

.mh-header {
    background: #202124;
}

.mh-header-image {
    filter: brightness(0) invert(1);
}

a, p, span, h1, h2, h3, h4, h5, div, .wp-caption-text, .entry-content a {
    color: #bdc1c6;
}

.mh-social-nav-bottom .fa-mh-social {
    color: #bdc1c6;
}

a:hover {
    color: #8ab4e4 !important;
}

.mh-wrapper {
    background: #202124;
}

.search-form .search-field {
    background: #202124;
    color: #bdc1c6;
    border: #990000;
}

.mh-widget-layout3 .mh-widget-title {
    background: #202124;
}

.mh-widget-layout3 .mh-widget-title a {
    color: #bdc1c6;
}

.mh-magazine-facebook-page-widget {
    background: #202124;
}

.mh-custom-posts-item {
    padding: 20px 0;
    border-bottom: 1px dotted #bdc1c6;
}

.mh-wrapper {
    padding: 25px 0 0 0;
}

.mh-main-nav li a {
    color: #bdc1c6;
}

.mh-main-nav {
    background: #202124;
}

.mh-ticker-content.mh-ticker-content-bottom, .mh-header-bar-content.mh-header-bar-bottom-right, .mh-subheader {
     background: #202124;
}

.mh-ticker-content.mh-ticker-content-bottom a {
    color: #bdc1c6;
}

.mh-share-buttons {
    background: #202124;
}

.mh-copyright-wrap {
    background: #202124;
}

.mh-main-nav li:hover > a {
    color: #fff !important;
}

.responsive-tabs .responsive-tabs__panel {
    background: #202124;
    border-color: #202124;
}

.lb24-list-item-highlight, .lb24-list-item-highlight:hover {
    background: #202124;
    color: #bdc1c6;
}

.lb24-component-content > p > span, .lb24-component-content > p > a {
    color: #bdc1c6 !important;
}

.lb24-default-list-item-date {
    color: #8ab4e4 !important;
}

.lb24-default-list-item.lb24-news-list-item {
    border-top: 1px dotted #bdc1c6 !important;
}

.responsive-tabs .responsive-tabs__list__item:hover {
    color: #bdc1c6;
    background: transparent;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    color: #bdc1c6;
    background: transparent;
    border-color: #202124;
}

.page-title {
    background: #202124;
    border-bottom: 1px dotted #bdc1c6 !important;
    padding-left: 0;
}

.datename {
    border: 1px solid #bdc1c6 !important;
    background: #202124;
    color: #bdc1c6 !important;
}

.mission {
    color: #bdc1c6 !important;
}

.missiondata, .missdescrip {
    background: #202124;
    color: #bdc1c6 !important;
}

.missiondata {
    border-bottom: none;
    border-top: 1px solid #bdc1c6 !important;
    border-left: 1px solid #bdc1c6 !important;
    border-right: 1px solid #bdc1c6 !important; 
}

.missdescrip {
    border-bottom: none;
    border-bottom: 1px solid #bdc1c6 !important;
    border-left: 1px solid #bdc1c6 !important;
    border-right: 1px solid #bdc1c6 !important; 
}
}

Reviews

No reviews yet.