Skip to content

timBrockman/nostromo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nostromo CSS

A minimal, classless CSS framework inspired by the CRT terminals on the Nostromo spaceship from Alien (1979).

  • Retro terminal look: Monospace, green-on-black, ASCII art support
  • Classless: Style semantic HTML directly—no classes needed
  • Tiny footprint: <5KB minified, CDN-ready

Quick Start

<link rel="stylesheet" href="/css/nostromo.min.css">

Or use the CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/timBrockman/nostromo/css/nostromo.min.css">

Usage Tips

  • Use <pre> for ASCII art—preserves whitespace and aligns with the retro theme
  • All HTML5 tags are styled for readability and accessibility
  • Supports dark (default) and light mode (auto or via data-theme="light")

Example

<pre>
  .-"""-.
 / _   _ \
(  o   o  )
 |   ^   |
 |  '-'  |
  \_____/
</pre>

Alien/Nostromo Theme

  • Inspired by the USCSS Nostromo's computer terminals
  • Great for sci-fi, hacker, or retro projects

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published