Skip to content

Fuqit Dark Mode by carbon

Screenshot of Fuqit Dark Mode

Details

Authorcarbon

LicenseCC BY

Categoryfuqit.org

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make fuqit dark mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Fuqit Dark Mode
@namespace      carbon-archive
@author         carbon
@description    Make fuqit dark mode
@version        1.0
@license        CC BY
==/UserStyle== */

@-moz-document domain("fuqit.org") {

body {
    background-color: #161616;
}

div.logo {
    filter: brightness(105%);
}

.site-branding, .site-content, .archive-content  {
    background-color: #1a1a1a;
}

#site-navigation ul, div.modal-content {
    background-color: #232323;
}

ul#menu-main-menu > li > a {
    color: #a9a9a9 !important;
}

.membership a {
    color: #e6e6e6 !important;
}

.video-player-area, .happy-under-player, .video-infos, .video-actions {
    background-color: #1a1a1a;
}

.happy-header-mobile, .happy-footer, .happy-footer-mobile, .happy-related-videos-mobile {
    background: #272626;
}

.footer-widget-zone, .site-footer {
    background: #2f2e2e;
}

span.hd-video, div.show-more-related > a {
    color: #d9d9d9 !important;
    background-color: #515151;
}

div.rating-bar {
    background: #767676;   
}
    
/* Button colors */

div.post-like, div.post-like span, div.post-like i {
    color: #bdbdbd !important;
}

div.post-like a, div.post-like i {
    background-color: #343434;
}

div.video-tags a {
    color: #bdbdbd !important;
    background-color: #343434;
}

/* Text colors */

label, span, strong {
    color: #9b9b9b;
}

div.videos-list strong, div.videos-list .entry-header span {
    color: #b8b8b8 !important;
}

h1, h2, h3, h4 {
    color: #cdcdcd !important;
}

a {
    color: #919191 !important;
}

p {
    color: #727272 !important;
}

.thumb-block .entry-header span {
    color: #b6b6b6 !important;
}

div.title-views h1, div.title-views strong {
    color: #c7c7c7 !important;
}

input, textarea {
    color: #d8d8d8 !important;
    border-color:  #3e3e3e !important;
    background-color: #212121 !important;
}
}

Reviews

No reviews yet.