Skip to content

RPNation Compact Dark No Background by beesil

Screenshot of RPNation Compact Dark No Background

Details

Authorbeesil

LicenseNo License

Categorywww.rpnation.com

Created

Updated

Size946 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes linen background texture, makes padding & margins between some elements more compact.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Compact Dark No Background
@version      20231231.01.58
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.rpnation.com/") {
/* makes header smaller */
.p-header-logo.p-header-logo--image img {
    max-width: 65%;
    max-height: 60%;
}

/* removes background linen texture */
.p-header,
.p-body {
    background-image: none !important;
}

/* sets colors */
.p-pageWrapper {
    background: #1a1a1a;
}

.p-footer-default,
.p-footer-copyright {
    background: #292a2d;
}


/* adjusts margins and padding to make page more compact */
.block {
    margin-bottom: 10px;
}
.p-title {
    margin: -5px;
    margin-bottom: -10px;
}

.p-nav-inner {
    padding: 0px;
}

.p-body-inner {
    padding: 10px;
}

.node-icon,
.node-main,
.node-stats,
.node-extra {
    padding: 10px;
}

.p-footer-default {
    padding: 10px;
    padding-bottom: 0px;
}

.p-footer-copyright {
    padding-bottom: 10px;
}
}

Reviews

No reviews yet.