- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/edwardtufte/tufte-css
- 软件文档: https://github.com/edwardtufte/tufte-css/blob/gh-pages/README.md
- 官方下载: https://github.com/edwardtufte/tufte-css
软件介绍
Tufte CSS 提供了使用 Edward Tufte 书籍和讲义展示的想法来设计网页文章的工具。 Tufte 的风格以其简洁,广泛使用的注释,图形与文本的紧密结合以及精心挑选的版式而闻名。
Tufte CSS旨在清晰,简洁和统一。 以下是我们的CSS约定的基本示例:
p { font-size: 1.4rem;
line-height: 2rem;
margin-top: 1.4rem;
margin-bottom: 1.4rem;
width: 55%;
padding-right: 0;
vertical-align: baseline; }
@media screen and (max-width: 600px) { p { width: 70%; }}
@media screen and (max-width: 400px) { p { width: 90%; }}
The Haskell School of Music
Paul Hudak、Donya Quick / Cambridge University Press / 2018-10-4 / GBP 42.99
This book teaches functional programming through creative applications in music and sound synthesis. Readers will learn the Haskell programming language and explore numerous ways to create music and d......一起来看看 《The Haskell School of Music》 这本书的介绍吧!
