Skip to content

Poor-man's Dark Mde by LuizFTavares

Details

AuthorLuizFTavares

LicenseNONE

Categorypenzu.com

Created

Updated

Code size1.8 kB

Code checksumba209b9

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A free dark theme for Penzu.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Poor-man's Dark Mde
@namespace    USO Archive
@author       Luiz Tavares
@description  A free dark theme for Penzu.
@version      2024.11.27.2
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("penzu.com") {
body._app.ui-theme--none.__free-user div.container-main {
    background-image: url(https://everestautomotivemarket.com/images/detailed/911/6d6f78.png) !important;
    background-size: auto auto !important;
    background-repeat: repeat;
}

.header {
    background-color: #200080;
    background-image: linear-gradient(to right, #454545, #454545);
}

.header .sub-header a.nav-link span.icon,
.header .sub-header a.nav-link span.fa {
    color: #fff;
}

a.btn.btn-light.js-header-pro {
    color: #454545
}

.header .go-pro {
    border-right: 1px solid #fff
}

.global-search__input input {
    background: #101010 none repeat scroll 0 0;
    border: 1px solid #454545;
}

.global-search__input input:focus {
    background: #6d6d6d none repeat scroll 0 0;
    border: 1px solid #3e3e3e;
}

.global-loader__wrap.ng-hide {
    background: #454545;
}

.global-loader__wrap {
    background: #454545;
}

.global-loader__wrap .global-loader {
    background: #454545;
}
    
.post-wrap{
        background-image: url("https://www.frenchpaper.com/cdn/shop/products/SPECKLETONE_Black_100C_01_26abe3c0-423a-492e-b5e9-0c374f48670a_1400x.jpg?v=1624559275") !important;
    }

.h1, .created-at, .word-count, .cke_editable, .cke_button_icon, .cke_combo_text, .fa, .timeago-display, .syncedtime, .entry-navigation__title, .entry-navigation__label{
        color: white !important;
    }
    
.post__toolbars__container{
        background-color: #0e0e0e !important;
        color: #0e0e0e !important;
}

.post__toolbars__container{
      border-radius: 20px;

    }
}

Reviews

No reviews yet.