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:
To contribute your own theme:
/* * 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.
Here's our current suggestion on how to work on a new theme stylesheet without needing a playground, until that's completed!
index.html
.index.html
and add this code after the base.css
tag:
<link id="themeTarget" rel="stylesheet" type="text/css" href="NAMEOFYOURCSS.css">
.css
file in your editor of choice, save as aforementioned NAMEOFYOURCSS.css
.index.html
file in your browser of choice, visiting file address as the web address, like C:/User/FOLDERNAME/index.html.NAMEOFYOURCSS.css
with your CSS changes.At the same time, compare to the base.css file to see what classes are being used.