Skip to content

Dark Citizen Free Press by krb73

Details

Authorkrb73

LicenseNo License

CategoryCitizen Free Press

Created

Updated

Size967 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark style for Citizen Free Press

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Citizen Free Press
@version      20210914.05.15
@namespace    userstyles.world/user/krb73
@description  Dark style for Citizen Free Press
@author       krb73
@license      No License
==/UserStyle== */

@-moz-document domain("citizenfreepress.com") {
body, p, .wpd-top-links, #content-wrap, #header, .main-content.cf, .wc-comment-text {
    background-color:black;
    color:lightgrey;
}

.headline-link {
    color:lightgrey;
}
a {
    color:cadetblue;
}


a:visited {
    color: dimgrey;
}

.logo-or-name {
    color: blue;
}

#wrapper, .wc-thread-wrapper,.wc-comment-header, .site-footer, .wc-comment-footer, .wpd-field.wc_comment,#wpcomm .wpdiscuz-front-actions,.wc_main_comm_form{
    background-color: black;
}

#wpcomm .wc-comment-header, #wpcomm .wc-reply .wc-comment-header {
    margin-bottom:1px;
}

#wpcomm .wc-vote-result {
    color:cadetblue;
}

.wpd-top-links::before{
    color: lightgrey;
    text-shadow:none;
}
}

Reviews

No reviews yet.