Skip to content

Dawn of SVT by shellkr

Screenshot of Dawn of SVT

Details

Authorshellkr

LicenseCC0-1.0

Categoryhttps://svt.se

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the svt.se site darker

Notes

Based on Baxtex's version from 2019 and undated to work with current site.

Source code

/* ==UserStyle==
@name         Dawn of SVT
@namespace    USO Archive
@author       shellkr
@description  Dark theme for www.svt.se (Fork of Baxtex SVT Dark)
@version      20240209
@license      CC0-1.0
==/UserStyle== */
@-moz-document domain("www.svt.se") {
/* General */
body {
    background: #1A1A1A;
    --nyh-color-white: #2a2a2d;
    --dc-color-gray-light:#2c2c2c;
    --nyh-color-grey-lightest: #2c2c2c;
    --dc-color-extra-light-cool-grey: #1f1f1f;
    --nyh-color-grey-darker: #dedede;
    --nyh-color-grey-darkest: #dfdfdf;
    --nyh-color-background: #2c2c2c;
    --dc-color-light-purple:#1f1f1f;
    --dc-color-extra-light-purple: #1f1f1f;
    --dc-color-light-cool-grey: #1f1f1f;
    
    --dc-color-dark-purple: #9b47b4;
    --dc-color-extra-dark-purple: #a84ec3;
}

/* Header */
.nyh_header {
    background-color: #000;
    color: #fff;
}

/* Top Alerts */
span._RightNowItem__title___3psUR,
.MostImportant__link___14mas,
._RightNowItem__base___1Piw4 {
    background-color: #2c2c2c;
    color: #D1D1D1;
}

/* Feed */
.nyh_feed__list {
    background: #1A1A1A;
}

.nyh_teaser {
    background-color: #2c2c2c;
}
.nyh_teaser__heading-title,
.nyh_teaser__vignette,
.nyh_group__header {
    color: #D1D1D1;
}

.nyh_feedbox__list,
.nyh_theme--front-page .nyh_latestvideos__episode-title,
.nyh_group__header-text {
    background-color: #312c2c;
    color: #dedede;
}

/* Bottom */
.nyh_regional-widget-body,
.nyh_latest-news-item__link,
.nyh_latest-news-item,
.nyh_latest-news__heading,
.nyh_latest-news__show-more-wrapper,
.nyh_current-topics__title,
.nyh_current-topics__list,
.GroupSecondaryTeasers__showMoreButton___3SchP {
    background-color: #2c2c2c;
    color: #dedede;
}

/* Internal, detailed articles */
.nyh_section-header,
.nyh_section-header__link,
.nyh_article__heading,
.nyh_article,
.nyh_figure__caption .nyh_livearticle,
.nyh_article-body p,
.nyh_article-body h4 {
    background-color: #2c2c2c;
    color: #dedede;
}

.nyh_figure__caption,
.nyh_profile-info__inner,
.RelatedLinks__root___1U-yF,
.TransparencyBox__root___3mSyk,
.nyh_body__main-trailers,
.nyh_media-modal-button--in-figure-caption,
.nyh_regional-selector-box__inner--tight,
.nyh_regional-widget-regions,
.nyh_regional-selector-box__menu-wrapper {
    background-color: #403e3e;
    color: #dedede;
}

.PlayFeed__root___dKFuJ {
    display: none;
}
}

Reviews

No reviews yet.