CSS
A Guide to CSS: Index
CSS for JanitorAI - Index by lunaxlee + others This document includes a basic guide to using CSS (and HTML) on JanitorAI, premade code, and a list of resources. Note that the contents of this guide are outdated and currently being updated. Guide What is CSS and HTML How to input code for JAI profile / Where to put CSS codes (httpFew readersA Guide to CSS: Main Guide (Being updated - slightly out of date)
Directory What is CSS and HTML How to input code for JAI profile / Where to put CSS codes How to format code Where to put your code Organize your code in order of priority Tags, and do you put everything in ? DFew readersA Guide to CSS: Code Collection
Code Collection Directory (Reminder that the codes provided are all base codes. You are free to further modify them/use as a reference if you know how) Also note that codes may not be provided for every single element. You may look in the list of known universal class IDs for the ID of an element, then search up on Google, look in w3schools, or ask platforms like ChatGPT on how to create code. And of course, you may read the guide already provided. If there is code that you'd like to seFew readersA Guide to CSS: Other Resources
Other Code Resources LINKÂ - Janitor Creator Server's forum post for custom profile customization (link provided is the invite to the server) LINKÂ - w3schools (most reliable site for learning coding languages) LINKÂ - ishimori, has a collection of CSS & HTML codes for general design and fonts LINKÂ - CSS Bud - a site with CSS code generators, code templates, and more.Few readersCode Collection: Profile Card
Profile Card No gradient for profile card No round corners for profile card Centered pfp, username, and follower count Credits to Rosewing Example: (https://storage.crisp.chat/users/helpdesk/website/-/8/b/4/e/8b4ea6e8d9765000/imagFew readersCode Collection: Bot Card
Bot Card Bot card preview text Note: changes the color of the preview text on the bot card, aka the character bio that is being previewed on the bot card. Does not change the color of the text on the actual bot page.Change COLOR to your desired hexcode, rgb/rgba, or color name Example: (https://storage.crisp.chat/users/helpdesk/website/-/8/b/4/e/8b4ea6e8d9765000/imagecwwraj.png =211xauto) Bot card background color, graFew readersCode Collection: Profile Page
Profile Page Page Overlay/Filter Credits to Ikyokeye Replace  LINK with the image/gif link. Make sure the link ends in a file type (.png, .jpg, .gif). Make usFew readersCode Collection: Interactables
Interactables Image as button <a target="blank" rel="noopener noreferrer nofollow" href="LINK DESTINATION"><img src="LINK" alt="ALT TEXT"></a> Replace LINK DESTINATION with the link you want the button to lead to. LINK with the image/gif link. Make sure the link ends in a file type (.png, .jpg, .gif). Make use of file hosting sites like imgur to upload your image and to get a link. And ALT TEXT with the text you want displayed when you hover over it or when the image doesn't lFew readersCode Collection: Text
Text Using web safe fonts (custom fonts) A system font or web-safe font is one that’s already assumed to be on the vast majority of users’ devices. 'What is a web-safe font?' As mentioned before; a system font or web-safe font is one that’s already assumed to be on the vast majority of users’ devices. Meaning that these fonts should already be installed in your device. Web-safe fonts are perfect to use when you cannot/do not want to import fonts using embed codes or source links.Few readersCode Collection: Images
Images Image overlays/filters (for all images or for bot images only, with hover action) The codes displayed below have the automatic hover feature, meaning that the overlay will stay on the elements unless you hover your cursor over it. Credits to Iorveths ote: if you don't want the filter to disappear upon hovering, delete the section of the code labeled HOVER ACTION. For the value FFew readersCode Collection: Misc
Media Query Media query is used for device responsiveness (so your page is both mobile and PC friendly). It uses the @media rule to include a block of CSS properties. Here's an example for tablet-sized or smaller devices: You can set the size this rule is supposed to be for through the max-width property. Likewise, you can instead put the min-width property, or have both (done like this: @meFew readers
Bot Creation
Bot Creation Guide (w/ Images) by Faylua
Bot Creation Guide by Faylua You would love to create your own bot, but don’t know where to start? Don’t worry, this guide is here to guide you step by step. First of all, let’s look at some terms you’ll need to understand to proceed: user : user is a macro used to insert the reader’s persona inside of your bot’s coding. char : char is a macro used to mentor your bot’s character. I personally do not to use it, and write my character’s name manually instead. ToSome readersBot Creation: Step-by-Step Guide w/ Images & Resources by Aurellea
Step-by-Step Bot Creation Guide by Aurellea Introduction Welcome to my bot guide! So, you want to learn to make bots but you're unsure of where to start or what resources you might need? Maybe you're a visual learner like me. Well below I'll take you through a step-by-step guide with visuals for how to make a bot. We'll make one together and go through my personal process for how I create! First Steps Creating A ChaFew readers