Neonette


This is Neonette, an incredibly purple, but lightweight-ish stylesheet based on nanom's style.css (from mid-2021, it kinda changed after a year). Made to be easy to use, modern and nice to look at, Neonette is perfect for making heavy text-based sites or just simple "homepage" sites like mine!

If you're interested in using Neonette in your project, check out the Github repo with instructions on how to use it, although it's as easy as adding one link to your HTML/CSS/JSX.

Below, a demo of Neonette is shown, showing off most of HTML's tags while using Neonette, made by Scott Granneman, It's a bit clunky but shows off most of what Neonette is capable of.



Heading One

Heading Two

Heading Three

Heading Four

Haeding Five
Heading Six (Broken but I doubt you'd use this)


This text is italic text, not italian text, italic, made with em. And this is italic text made with i.

This text is bold text, not bald text, bald, made with strong. And this is bold text made with b.

This is underlined text, not overlined text, made with u. And this is inserted text, made with ins.

This is deleted (strikethrough) text, made with strike. This is also strikethrough text, but made with s. This is deleted text, made with del.

This is computer code, made with code. This is teletype text, made with tt.

This is text the user is supposed to enter in, or keyboard, made with kbd. This is a variable, made with var. This is sample program output, made with samp.

This is small text, made with small. This is big text, made with big.

This is a citation, made with cite. This is a short quotation in the middle of a sentence, made with q.

This sentence ends with a superscript. This sentence ends with a subscript.

This is an abbreviation, made with abbr: WWW. This is an acronym, made with acronym: NATO. This is a term that needs a definition, made with dfn: Yog-Sothoth.

This is an unordered list:

This is an ordered list:

  1. Larry
  2. Moe
  3. Curly

This is a definition list:

Defintion Term
Definition data defining the previous term
Another Definition Term
Definition data defining the previous term

This is an address with breaks:

John Q. Public
123 Main Street
Anywhere, ST 12345

This is a long quotation inside a blockquote:

“I love songs about horses, railroads, land, judgement day, family, hard times, whiskey, courtship, marriage, adultery, separation, murder, war, prison, rambling, damnation, home, salvation, death, pride, humor, piety, rebellion, patriotism, larceny, determination, tragedy, rowdiness, heartbreak, and love. And Mother. And God.” ~ Johnny Cash

This is pre-formatted:

			Start in column one.
			Then indent to column ten.
			Then back five spaces.
		

Here's a table with a border, a caption, colgroups, cols, thead, tfoot, & tbody:

This is a table caption, made with caption
Table Header 1 Table Header 2 Table Header 3
Table Footer 1 Table Footer 2 Table Footer 3
TD 1.1 TD 1.2 TD 1.3
TD 2.1 TD 2.2 TD 2.3
TD 3.1 TD 3.2 TD 3.3