Browse Source

tty.css: add

Closes #38.
dev
D. Bohdan 10 months ago
parent
commit
df211e5d4e
  1. 9
      README.md
  2. 8
      data/projects.toml
  3. 13
      screenshot-page.html
  4. BIN
      screenshot/tty.css.png
  5. BIN
      thumbnail/tty.css.png

9
README.md

@ -39,6 +39,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
+ [Stylize.css](#stylizecss)
+ [tacit](#tacit)
+ [Tiny.css](#tinycss)
+ [tty.css](#ttycss)
+ [Tufte CSS](#tufte-css)
+ [W3C Core Styles](#w3c-core-styles)
+ [water.css](#watercss)
@ -331,6 +332,14 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
[![tiny.css-1-dark.png](thumbnail/tiny.css-1-dark.png)](screenshot/tiny.css-1-dark.png)
### tty.css
* [Repository](https://github.com/piranna/tty.css) ![GitHub stars](https://img.shields.io/github/stars/piranna/tty.css?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/piranna/tty.css?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/piranna/tty.css?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/piranna/tty.css?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/piranna/tty.css?style=flat-square)
* [Demo](https://piranna.github.io/tty.css/)
[![tty.css.png](thumbnail/tty.css.png)](screenshot/tty.css.png)
### Tufte CSS
* [Repository](https://github.com/edwardtufte/tufte-css) ![GitHub stars](https://img.shields.io/github/stars/edwardtufte/tufte-css?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/edwardtufte/tufte-css?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/edwardtufte/tufte-css?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/edwardtufte/tufte-css?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/edwardtufte/tufte-css?style=flat-square)

8
data/projects.toml

@ -275,6 +275,14 @@ website = ""
screenshots = ["tiny.css-0-light.png", "tiny.css-1-dark.png"]
tags = ["classless"]
["tty.css"]
demo = "https://piranna.github.io/tty.css/"
github = "piranna/tty.css"
note = ""
website = ""
screenshots = ["tty.css.png"]
tags = ["classless"]
["Tufte CSS"]
demo = "https://edwardtufte.github.io/tufte-css/"
github = "edwardtufte/tufte-css"

13
screenshot-page.html

@ -4,10 +4,15 @@
<head>
<title>Lorem ipsum dolor sit amet</title>
<!-- <link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" type="text/css"> -->
<style>
%CSS_HERE%
</style>
<!-- <link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" type="text/css"> --><link
href="https://unpkg.com/tty.css"
rel="stylesheet"
type="text/css"
/> <link
href="https://fontlibrary.org/face/gnu-unifont"
rel="stylesheet"
type="text/css"
/>
</head>
<body>

BIN
screenshot/tty.css.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
thumbnail/tty.css.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save