Blockland Classic Theme for Greasemonkey/Tampermonkey

Author Topic: Blockland Classic Theme for Greasemonkey/Tampermonkey  (Read 2800 times)

also if you could re-add the title of the thread atop each post that would be great
oh nevermind lol i didnt even know that the thing you said to disable was this

oh nevermind lol i didnt even know that the thing you said to disable was this
Oops. I thought that was the thing that turned your name orange.

So i'm working on further restorations of the original theme and i'm trying to re-add the 'inset' style border to the text boxes on the post page, but they seem to be overshadowed by the default settings

I can add it through inspecting and editing the text box element, but then it just reverts once i put the changes into the userscript, i was able to change the background color, so it just seems to be pre-existing styles used by the element that i can't override

I can add the border to the quick reply box just fine, but not the post reply page
« Last Edit: August 12, 2021, 10:34:46 PM by Masterlegodude »

Further attempts at making it an even closer resemblance


But it's surprisingly limited when you're trying to do something on one page, and it's affecting elements on another because they share the same kind of element, that's why the columns inside of boards are blue and white instead of white and blue, because the forum index has blue and white columns

Further attempts at making it an even closer resemblance
Code: [Select]
[img height=600]https://i.imgur.com/JGv1Mr0.jpg[/img]
But it's surprisingly limited when you're trying to do something on one page, and it's affecting elements on another because they share the same kind of element, that's why the columns inside of boards are blue and white instead of white and blue, because the forum index has blue and white columns

I mean, if you really want to go down a brain snapping route...

Code: [Select]
// @match        https://forum.blockland.us/*
in the css inject you could change this
 
Code: [Select]
// @match        https://forum.blockland.us/
to this, and then go in for each page and sub page creating new css inject files for each one individually.

Code: [Select]
// @match        https://forum.blockland.us/index.php?action=profile*
Code: [Select]
// @match        https://forum.blockland.us/index.php?action=post*
etc.

Alright, this is pretty much good for the most part


Copy, paste, and overwrite the contents of your userscripts with the ones below
« Last Edit: September 10, 2021, 06:06:21 PM by Masterlegodude »


Updated the CSS Inject file above, please re-download it if you care about the left end of the topics board (where the thread status icons are) having a border