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;
}
}```
18 Likes
We love you bro keep up the good work
3 Likes
anyways will you bring the roblox studio icon with “Developer” back?
1 Like
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
2 Likes
I can find that logo but not the image of just the logo without the words (i need the EXACT image)
4 Likes
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!
3 Likes
Doomcolp
(dxxmed)
April 19, 2024, 11:15pm
#9
What does it look like right now?
Like the icon is not being dynamically resized ?
2 Likes
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
4 Likes
N_ckD
(N_ckD)
April 20, 2024, 9:45am
#11
off topic but white mode kills me everytime
3 Likes
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.
3 Likes
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