32-Bit Cafe
Themes
The 32-Bit Cafe is powered by its community, which rings true for our website styling as well! Adding themes allows for extra creativity and inclusivity of hobbyists who want to showcase their skills or just have fun with a team project. Thank you to everyone who participates and makes this part of the web more collaborative!
The following themes have been contributed:
- Frillsify by Frills
- Plain by for reference
- Plant Cell by loren
- Seafoam Deep by LEVIATHREN
- sea of glass by xo
To contribute your own theme:
- Include this comment at the very top of your stylesheet, with the theme's name, your name, and your website URL:
- Upload your .css file through the form below.
/* * Name: * Author: * Website: */
Remember to name your CSS file your custom theme name! It will be published here.
Please note: Stylesheets should be as accessible as possible. We may not use stylesheets that are very hard to read, hide important elements, contain any offensive or derogatory elements, or alter our texts in significant ways.
Unsure how to start work on a theme?
Here's our current suggestion on how to work on a new theme stylesheet without needing a playground, until that's completed!
- Go to the homepage, right-click the background, and select "View Source."
- Copy the entire thing and paste into your editor of choice. Save as
index.html
. - Edit
index.html
and add this code after thebase.css
tag:<link id="themeTarget" rel="stylesheet" type="text/css" href="NAMEOFYOURCSS.css">
- Create a new
.css
file in your editor of choice, save as aforementionedNAMEOFYOURCSS.css
. - View
index.html
file in your browser of choice, visiting file address as the web address, like C:/User/FOLDERNAME/index.html. - Edit
NAMEOFYOURCSS.css
with your CSS changes.
At the same time, compare to the base.css file to see what classes are being used.