TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Good CSS to reset styles for typography

11 点作者 ericn超过 14 年前
I'm looking for a good CSS file that will reset all the styles on a page to something with high readability. I know Eric Meyers' reset.css, but that basically removes all style. I would like something that applies good styles to all elements that uses better typographic principles than the browsers' built in styles.<p>Using this as a base, I could then add styles to my own custom classes. But I could be sure that the basic styles are decent.<p>Does something like this exist? Where should I look?<p>Thanks

10 条评论

skbohra123超过 14 年前
Try , blueprint css framework. It has nice typography, forms, reset and grid css.
评论 #1855411 未加载
Dylanfm超过 14 年前
This will inform you, rather than provide a reset or framework: <a href="http://webtypography.net/" rel="nofollow">http://webtypography.net/</a> (and of course, reading The Elements of Typographic Style is worthwhile <a href="http://en.wikipedia.org/wiki/The_Elements_of_Typographic_Style" rel="nofollow">http://en.wikipedia.org/wiki/The_Elements_of_Typographic_Sty...</a>)<p>This series of blog posts by Mark Boulton are a good read: <a href="http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography" rel="nofollow">http://www.markboulton.co.uk/journal/comments/five-simple-st...</a> If you like that, maybe you should get his book: <a href="http://fivesimplesteps.com/books/practical-guide-designing-for-the-web" rel="nofollow">http://fivesimplesteps.com/books/practical-guide-designing-f...</a><p>I haven't used Baseline, but it looks like fairly good framework that has type in mind: <a href="http://baselinecss.com/" rel="nofollow">http://baselinecss.com/</a>
juddlyon超过 14 年前
SensCSs: "It supplies sensible styling for all repetitive parts of your CSS, and doesn't force a lay-out system on you."<p><a href="http://sencss.kilianvalkhof.com/" rel="nofollow">http://sencss.kilianvalkhof.com/</a>
evlapix超过 14 年前
I asked this same question a few months ago and got all of the same answers.<p>It's frustrating. When everything else we work with has modules and plugins, you would think CSS would be no exception.<p><a href="http://news.ycombinator.com/item?id=1341274" rel="nofollow">http://news.ycombinator.com/item?id=1341274</a><p>I would love to take part in a project like this if I had a few partners.
评论 #1855463 未加载
bwh2超过 14 年前
YUI Base might work: <a href="http://developer.yahoo.com/yui/base/" rel="nofollow">http://developer.yahoo.com/yui/base/</a>
评论 #1855247 未加载
morganpyne超过 14 年前
Have a look at the Susy plugin <a href="http://susy.oddbird.net/" rel="nofollow">http://susy.oddbird.net/</a> for Compass <a href="http://compass-style.org/docs/" rel="nofollow">http://compass-style.org/docs/</a>. It is geared towards typography and has a decent reset and typography defaults.
spicyj超过 14 年前
Look at the CSS files for the 960 grids system.<p><a href="http://960.gs/" rel="nofollow">http://960.gs/</a>
Breefield超过 14 年前
<a href="http://html5boilerplate.com/" rel="nofollow">http://html5boilerplate.com/</a>
ashedryden超过 14 年前
I've never been able to find something similar. I tend to start off with a good font stack and then calculate vertical rhythm. I also tend to start with a larger base font and work toward a style with narrower line lengths.
spkitty超过 14 年前
optimizeLegibility