Skip to content

Old DevForum theme by notbronwyn

Screenshot of Old DevForum theme

Details

Authornotbronwyn

LicenseNo License

Categorydevforum.roblox.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Restores the devforum's theme to the version before the creator hub integration

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Old DevForum theme
@version      20240514.20.40
@namespace    https://userstyles.world/user/notbronwyn
@description  Restores the devforum's theme to the version before the creator hub integration
@author       notbronwyn
@license      No License
==/UserStyle== */

@-moz-document domain("devforum.roblox.com") {
:root {
    --heading-font-family: Arial, sans-serif;
    --font-family: Arial, sans-serif;
}
*:not(.ace-wrapper *, code, code *) {
    font-family: var(--font-family) !important;
}
#creator_hub_navigation_rbx {
    display: none;
}

.d-header {
    height: 4em;
    background: var(--header_background);
    width: 100%;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}
#main {
    padding-left: 0;
    padding-right: 0;
}
#site-text-logo {
    height: 42px;
    width: 219px;
    text-indent: -999999px;
    background: url(https://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/0/e/a/7/0ea7b6a3543fffe35f9eaadb7ee04b71b956ad90.png);
    background-size: cover;
}

.contents.clearfix {
    border: none;
    border-bottom-width: 0px;
}
}

Reviews

No reviews yet.