Demo/test pages of various stylesheets I made. Quality may vary. Now in reverse chronological order for convenience!
All styles are tested in Firefox, so if you have issues in other common browsers like Chrome, please feel free to let me know, and I'll see what I can do.
Please keep in mind these stylesheets are provided as-is, and I may update or edit them at any time. I make no guarantees of functionality or upkeep. What you see is generally what you get.
Feel free to use this code as a base for your own stuff. Credit is very much appreciated! ^u^
Has a header image, profile pic, sidebar with styled links and titles, sticky top navigation bar, subtle gradiented background, and a footer section with columns.
Has a fixed-position header image that the main div "slides" over, a two-column nav layout, a footer, and some basic fancy styling on various elements.
A stylesheet designed for simple Choose Your Own Adventure games, written entirely in standard CSS and HTML.
A slightly fancier style based on some fanlistings, shrines, and old web sites I've seen around, with a slightly greater range of fonts and detail -- custom styling is used for headings 1-3, blockquotes, italics, and bold, in addition to the usual styling of links.
Live Previews: Base | Skin #1: "See Through Blue" | Skin #2: "Chalkboard" | Skin #3: "Almost Deviant"
Code: Base | Skin #1 | Skin #2 | Skin #3
A layout with a title, navbar links, sidebar, corner/sidebar image, optional single-column or two-column main content section, and footer. Now mobile and small-screen friendly, thanks to calc() and media queries!
Rather than code the whole thing with one look, I've made a (rather ugly) base, and then several example skins. To use a skin, you'll need both the base code and the skin code, and to include both (first the base, then the skin) on the pages that use it.
Live Previews: Base | Skin #1: "I don't have a name just bear with me" | Skin #1.5: Darkmode Variant* | Skin #2: "Cool Blue" | Skin #3: "Yuletide"
Code: Base | Skin #1 | Skin #1.5 | Skin #2 | Skin #3
A layout with boxes of content in columns and a solid footer at the bottom of the page. Potentially good for a blog or similar arrangement.
This style is intended for heavy customization, so rather than code the whole thing with one look, I've made a (rather ugly) base, and then several example skins. To use a skin, you'll need both the base code and the skin code, and to include both (first the base, then the skin) on the pages that use it.
*Not a full skin, but piggybacks onto Skin 1 the way the other skins do with the base code.
A style designed for webcomics, meant to be useable even on a static site like Neocities with minimal extra work to update. Meant to be reminiscent of Hiveworks layouts, with a header, pagination, author commentary space, sidebar with links, description, and room for widgets. Includes instructions. Hopefully useful.
It's meant to be mobile friendly, but it's been a little janky. Still working out the bugs.
Live Previews: Default | Skin #1: "Full Width And Fancier" | Skin #1: "Small, Pink, And Cutesy"
Code: Default | Skin #1 | Skin #2
Roughly what it says on the tin. It's basically a blog style. Three-column layout with a main section and two sidebars, plus a top header with links, and header and footer images.
This stylesheet was recently revamped. If you want the old version with the <hr> tag dividers, the code is here, and the demo page is here.
Loosely based off of a tumblr layout I saw ages ago and thought was cool. Has message-box style boxes with subject line and 'X' in corners, a fixed sidebar made of way too many random little boxes, circular profile pics, and an optional big quote side section taking up half the page.
Centered layout with image background, transparent boxes with a "glow" effect, and a designated space for links under the header section.
Has a sidebar with space for a few short links, and a fixed header similar to Sticky Header. Boxes have a solid semi-transparent shadow.
Originally a variant on the Animesque stylesheet, with similar layout, but the header text is overlaid onto the header image along with a dark transparent overlay. Also it's mobile friendly.
Image background, full-height sidebar, and styling for nice buttons... plus an image on the side of the page that actually works now, and even resizes for smaller screens.
Eventually became the base for the current version of the Jade Pages code.
Live Preview #1 | Live Preview #2 | Code
Based loosely on some old anime fansite layout or another I dimly remembered and tried to recreate. Good down to 800x600, has a header image and title + optional link buttons, and a nice little footer at the bottom of a page.
An older version of my 2021-22 site style. Not great, but not totally awful either, I think. Semi-decent looking window boxes, a button sidebar, footers. Y'know.
An improvement over Jade 1.0, if still a bit sketchy. Has a full-height sidebar, nicer buttons in two columns (badly coded because I didn't know the columns
option existed), code for a character profile with a picture and infobox, very rudimentary fanfiction listing code (colored text for ratings!), and technically little floating labels for divs? (I never used those, lol.)
Fair warning, the sidebar resizes really weirdly sometimes, and the button columns are way overcomplicated. I revamped it for a reason.
The first style used for the Jade Pages. Single column. Some floating buttons. Honestly, I don't recommend this one.
Older stylesheets, mostly generic and of lower quality, which I removed from the main listings because they didn't feel worth including. Listed in chronological order. Some of them are really just here for posterity.
Do whatever you want with these; I don't really care.
Soft Pink (code)
Just some simple boxes with percentage-based margins and fixed-width text (for some reason.)
Hamsteak (code)
Literally just a grey box and monospace font. Ugly.
Wooden (code)
Brown boxes, fixed tiled background. Why.
Soft Blue (code)
The pink one, but blue.
Webcomic CSS 1.0 (code)
Older, crappier version of the Webcomic CSS above.
Scroll Central (code)
A central box that scrolls. Uses a google font embed.
Sidebars and Scrollboxes (code)
Scrolling box and scrolling sidebar. Uses a google font embed.
Sweet (code)
Some slightly nicer looking single-column boxes with fancier borders, and a fullsize image background.
Another Sidebar (code)
Baby's first proper floating sidebar. Has support for preventing image overflow, too.
Simple (code)
A very simple, slightly minimalist box style with lots of padding. Options include a fixed-height scrolling box or long box, and if desired, a box shaped like a circle.
Sticky Header (code)
A basic style with a header that sticks to the top of the page. Mobile friendly.
Old Site Style Version 1: "Powder Blue Sun": My first real site CSS from 2019. More complex than the others here, but honestly, 2/10, would not recommend. Past me couldn't even center a div, and it showed.