/rwby/ - RWBY

RWBY and RoosterTeeth Discussion

Index Catalog Archive Bottom Refresh
+
-
Name
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0 (Temporarily Dead).

Ghost Screen
Hilda Anniversary Marathon


8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

Welcome to Remnant's Primary Dust Mining Forum about the Hit Series RWBY ! RWBYG Beacon Academy Friends: /cyoa/ - Choose Your Adventure | /jp/ - Otaku Culture/2D General | /a/ - Anime & Manga | /b/ - Random | /fast/ - Sonic the Hedgehog -

CSS & JS RWBYG Board owner 04/22/2025 (Tue) 19:42:52 Id: 23ab60 No. 573
LOOKING FOR: CSS developers. Why? To make this board more unique. Please reach me at rwbyg@cock.li if you want to help! And/Or post in the mod thread. Edit: Looking for JavaScript (JS) developers to assist. Email Catlad at the above email.
Edited last time by An0nym00se on 06/07/2025 (Sat) 05:26:18.
Brighter usernames would be nice
ANNOUNCEMENT! I've been updating the CSS over the past two weeks, adding features and adjustments, however I can't check or see everything so I need feedback, especially as I'm planning a Custom JS later, and I need the CSS to be in perfect condition so there isn't any code clashes. I need (You) to do any or all of the following. >Post suggestions for CSS (and JS) features, preferably with a provided code or at least a clear explanation of what you're requesting. >Bug reports; things that don't work correctly. I already tried a fix for the Filter interference, but I'm sure there are other bugs. >Feedback on the CSS: I need specifics, visual details, preferably with screenshots and alternative suggestions/examples. <Note: Not everything is going to be used, but I'll definitely take everything into account in my further coding. Thanks
>>3443 Specific suggestions? Reasons? I kinda liked the Forest Green. Details man! I need details! Edit: I'll see about making it a little lighter in color.
Edited last time by An0nym00se on 06/07/2025 (Sat) 22:45:09.
Winter wallpaper
>>3550 Thanks, will take under consideration.
Idea/Suggestion if possible - Index Search. Seen it on some other imageboards where individual posts on a board can be found in a search on Index, as opposed for Catalog search that only finds OPs.
>>3612 I was planning on trying to get that and more features for Catalog, but I'm having difficulty getting the code to work. Might be missing something.
(176.19 KB 400x267 Computer tired.gif)

>Write a JS >Computer glitch loses the file >Start a new one >create a functioning Youtube JS for previews and Title <accidentally delete code from file Fucking hell.
.nameLabel { (for file uploads) needs a fix It's using default colors.
Should the infinity spinner that appears during bypass validation have its color changed for this board CSS, or should it remain black? >>>/site/15971
>>8111 Good question, but that's HTML coding, so unless I can convert it to pure CSS, it's fairly useless on a board level.
>>8112 >that's HTML coding No, that post is pure CSS code. It's a workaround to change the color without messing with HTML
>>8117 Forgot to add This is the HTML code <img src="/.static/spinner_infinity.svg" style="background-color: transparent; width: 300px; height: 100px;"> It can be ignored as it's just saying where it's located. The color options are CSS
(63.57 KB 563x259 White Infinity.jpg)

(59.67 KB 548x264 Red Infinity.jpg)

Here are some color previews
>>8119 >>8118 >>8117 Apologies, you're correct I was just exhausted last night. body div.modalPanel div.modalInnerPanel form.modalForm img { background-color: transparent; width: 300px; height: 100px; } Adjust color from transparent to... whatever.
Edited last time by An0nym00se on 09/21/2025 (Sun) 21:38:17.
>>8133 Is this supposed to remove the spinner? Because it's still present. If you want to fully remove it, it can be done with this CSS code img[src="/.static/spinner_infinity.svg"] { display: none; } Then add a waiting icon to the disabled submit button so that there's still an indication of bypass verifying /* ↓ The button disabled effect happens here. Now has a loading icon to let you know the post is going through! */ input[value="Reload"]:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled { cursor: not-allowed; /* The animated loading icon that appears only for disabled buttons to give the illusion of loading. If your icon is .apng format, remove the .png extension from the hash. */ background-image: url("/.media/4bda340573526a47aa7c981bc873028ba5d865ef1e018ea43d227bf00d3ae855"); /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ padding-left: 20px; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-size: 16px 16px; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-repeat: no-repeat; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-position: 2px center; }
>>8140 No, I was just illustrating the Spinner's base CSS itself. Good to have this removal code for the future. I just haven't had a chance to upload a new CSS in general. I wonder what the color to pick? Red, White, Yellow, Green?
>>8149 >>8140 Speaking of replacing the spinner there's also pic rel, that I can convert to apng.
>>8150 This works. I don't think you'll be able to completely replace the spinner though for bypass verification. I've tried, but the only options I can get out of it is >completely getting rid of it, but at the cost not being able to add a custom image >adding a custom image, but at the cost of the spinner always taking front and center of it. If the filter is modified to change the spinner color, it also affects the custom image behind it too That animation is better suited for the buttons on uploading posts and waiting for the bypass validation to be done (Different from trying to remove the infinity)
>>8160 >That animation is better suited for the buttons on uploading posts and waiting for the bypass validation to be done (Different from trying to remove the infinity) True, like I said, I haven't had the time to really sit and work on the CSS further, especially since some of the Global CSS updates have changed how things work. I'll see what shapes out.


Forms
Delete
Report
Quick Reply