Skip to content

Dark Mode LeFigaro by robodesign

Screenshot of Dark Mode LeFigaro

Details

Authorrobodesign

LicenseCC-BY-4.0

Categorylefigaro.fr

Created

Updated

Size3.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode pour lefigaro.fr basé sur le travail de tsoudaz

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Mode LeFigaro
@namespace    uso
@author       Marius Șucan
@description  Dark mode pour lefigaro.fr basé sur le travail de tsoudaz
@version      20240917
@license      CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("lefigaro.fr")
{
html,
body,

.fh-rubrics,
.fh-rubrics__list,
.fh-top,
#fig-page div:nth-child(5),
#fig-page div:nth-child(4),
#fig-page div:nth-child(3),
#fig-page div:nth-child(2),
#fig-article,
.fh-middle {
    
    background: none !important;
	background-color: hsl(0, 0%, 20%) !important;
    color: hsl(0, 0%, 80%) !important;
    border: none !important;
    transition: none;
}

/* i really want this to be global */

a {
	color: hsl(0, 0%, 90%) !important;
    transition: none;
}

a:hover {
	color: hsl(0, 0%, 70%) !important;
    transition: none;
}

#fh a, .fig-lazy img[srcset] {
    transition: none;
}

.fig-breadcrumb, .fig-wrapper.fig-heading-topic, .fig-gallery, .fig-main-title, .fig-top, .fig-breadcrumb__list, .videoCard, .views-and-broadcastAt, .video-block-body, .css-qfnhdo, .fig-poll__connect {
    background-color: #2c2c2c !important;
}

    
.fig-tranche::before, .fh-sub-rubrics__list, .widget-tnt-styles-1e4d14i, .fig-live-post--important .fig-live-post__time, .fig-tags {
    background-color: #2c2c2c !important;
}
.fig-headline, .fig-live-post--important .fig-live-post__title {
    color: orange;
}
.fig-poll__input, #fh .fh-rubrics__lk {
    background-color: #2c2c2c;
    color: yellow;
}

.fig-tranche, .fig-premium-mark-article__text, .fig-slideshow-modal, #fh .fh-rubrics__wrapper, .md\:bg-lightGrey, .program-details, .fig-live-post--important, .fig-recommended {
    border: 12px solid #2c2c2c;
    background-color: #2c2c2c;
}

.fig-flash-w__list-container::before, .fig-flash-w__list-container, .fig-flash-w__list-container::after{
    background: none !important;
}
    
.fig-slideshow-modal__header, #fh .fh-menuplus--open, .bg-white {
    background-color: #3a414c;
}

.episode-list-item.is-active {
    background-color: black;
}

.fh-subscribe, .fig-premium-paywall__btn, .fig-zone-top.fig-wrapper {
    background-color: #2c3c59 !important;
}

.fh-logo__main, .fh-logo__rubrics, .fh-menuplus__logo, .program-page .content_description p, #widgetTnt__logo, .fig-quote__svg {
    filter: invert(1) saturate(0);
}

.lefig-container-left, .episode-title, article .description {
    color: white !important;
}

.fig-ranking-profile-standfirst, .fig-table-contents__title, .fig-list-articles__title, .fig-seo-footer__subtitle, .fig-gallery__main-title, .fig-recommended__title, .fig-tags__title, .fig-comments__title, .fig-comment__text, .fig-comment__username, .fig-suggested-resources__title, .fig-related-content__title, .fig-main-title, .fig-ensemble__chapo, .fh-sub-rubrics__item, .css-1yhrhcj, .header-title, .fig-related-topic__type, .fig-tagged-resources__title, .fig-ensemble__main-title, .widgetTnt__title, .fh-menuplus__title, .podcast-title, .episode-list-item-title a, .program-page .pi-link, .tabs-header .vxs_tab.is-active, .tabs-header .pill, .program-page .program-title, .content_description > p, .video-block-body > p, .fig-quote__text, .fig-quote__credit {
    color: #c5c5c4 !important ;
    font-family: Arial;
}

}

Reviews

No reviews yet.