Recreates the theme that was used before the creator hub
Style (Mozilla format)
@-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;
}
}```
12 Likes
We love you bro keep up the good work
2 Likes
anyways will you bring the roblox studio icon with “Developer” back?
The text in the logo gets dropped when you scroll but no archives of that logo or the working site so idk how to re-add it
1 Like
I can find that logo but not the image of just the logo without the words (i need the EXACT image)
1 Like
okay got it to look normal when scrolling
cant dynamically change icons with CSS sadly, it looks goofy when not scrolling but better than it just saying forum!
1 Like
Doomcolp
(dxxmed)
April 19, 2024, 11:15pm
9
What does it look like right now?
Like the icon is not being dynamically resized ?
The topbar never changes size besides on mobile so thats not the issue
My issue is i cant dynamically change from logo + wordmark to just logo
so i just went with just the tilt logo as you spend most of your time scrolling anyway
1 Like
N_ckD
(N_ckD)
April 20, 2024, 9:45am
11
off topic but white mode kills me everytime
1 Like
I restored the title, with some small changes to the stylus theme to make it better, if anyone wants it, I can send them the script.
Update!
Fixed the theme being broken by a new update to the devforum style
Now it aims to restore the old theme instead of just removing the topbar