Dark mode pour lefigaro.fr basé sur le travail de tsoudaz
Dark Mode LeFigaro by robodesign
Details
Authorrobodesign
LicenseCC-BY-4.0
Categorylefigaro.fr
Created
Updated
Size4.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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, .figc-comment__username {
color: orange;
}
.fig-poll__input, #fh .fh-rubrics__lk, .figc-comment__link {
background-color: #2c2c2c;
color: yellow;
}
.figc-subscribe {
display: none;
}
.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, .with-sidebar.svelte-1yzi5ms, .fig-ranking-profile-live-posts__item, .fig-event, #homepage-v2 .item-news {
border: 12px solid #2c2c2c;
background-color: #2c2c2c;
}
.fig-flash-w__list-container::before, .fig-flash-w__list-container, .fig-flash-w__list-container::after, .fig-breaking-news, .fig-breaking-news__link {
background: none !important;
}
.fig-slideshow-modal__header, #fh .fh-menuplus--open, .bg-white, .agc-header, .bg-grey-200, .container.svelte-sn6bmi {
background-color: #3a414c;
}
.figc {
background-color: #3a414c;
border:none;
}
.episode-list-item.is-active {
background-color: black;
}
.fig-editorial-essentiel, .fig-related-topic--advertorial .fig-related-topic__top, .fig-product-block__header, .fig-product-block__header, .agc-footer, .fh-subscribe, .fig-premium-paywall__btn, .fig-zone-top.fig-wrapper, .container-2, .container-3, .navbar, w-navbar, .w-nav-link, .dropdown-toggle, .dropdown-list, .fig-tabs__list, .fig-channel-heading, .fig-selector-link, .fig-selector-link__list, .fig-top .fig-tv-program-gallery, .fig-selector-link__link, .fig-packages-channels-filters__modal--scrollbar .fig-tabs__container-list, .widget-playlist-styles-e9a7t0, .navbar__wrapper[data-v-4beb3072], .stack .box, .sticky .rounded-lg, .bg-figaro-gray, .bg-white .rounded-lg {
background-color: #2c3c59 !important;
}
.fig-premium-paywall::before {
background: none;
}
.button{
background-color: rgb(130, 60, 47);
}
.fh-logo__main, .fh-logo__rubrics, .fh-menuplus__logo, .program-page .content_description p, #widgetTnt__logo, .fig-quote__svg, .agc-header__img {
filter: invert(1) saturate(0);
}
.lefig-container-left, .episode-title, article .description, .w-container .w-richtext > p, .w-container .w-richtext em, .w-container .w-richtext li, .w-container .w-richtext h2, .w-container .w-richtext h3, .fig-editorial-essentiel__headline, .fig-tabs__item, .fig-program-card__type, .fig-selector-link__item, .widgetPlaylist__title, .sticky .text-dark-blue, .stack .box h1, #navigation-section .nav-item span[data-v-4beb3072], .bg-figaro-gray .text-black, #homepage-v2 .item-news__caption, .figc-comment__text {
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, .agc-content p, .agc-content .no-account, .agc-content h1, .agc-form label, .figc-comment__date {
color: #c5c5c4 !important ;
font-family: Arial;
}
}